Result
AutotagPDFResult
- class adobe.pdfservices.operation.pdfjobs.result.autotag_pdf_result.AutotagPDFResult(tagged_pdf: Asset, report: Asset, resource: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
AutotagPDFJob.Constructs a new
AutotagPDFResultinstance with the tagged PDF asset and report asset.- Parameters:
- get_report()
- Returns:
Returns report asset, if an internal asset was used as input PDF.
- Return type:
- get_resource()
- Returns:
The zipped asset associated with the
AutotagPDFJobresult, if an external asset was used as input PDF.- Return type:
CombinePDFResult
- class adobe.pdfservices.operation.pdfjobs.result.combine_pdf_result.CombinePDFResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
CombinePDFJob.Constructs a new
CombinePDFResultinstance.- Parameters:
asset (Asset) – result asset
CompressPDFResult
- class adobe.pdfservices.operation.pdfjobs.result.compress_pdf_result.CompressPDFResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
CompressPDFJobConstructs a new
CompressPDFResultinstance.- Parameters:
asset (Asset) – result asset
CreatePDFResult
- class adobe.pdfservices.operation.pdfjobs.result.create_pdf_result.CreatePDFResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
CreatePDFJob.Constructs a new
CreatePDFResultinstance.- Parameters:
asset (Asset) – result asset
DeletePagesResult
- class adobe.pdfservices.operation.pdfjobs.result.delete_pages_result.DeletePagesResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
DeletePagesJobConstructs a new
DeletePagesResultinstance.- Parameters:
asset (Asset) – result asset
DocumentMergeResult
- class adobe.pdfservices.operation.pdfjobs.result.document_merge_result.DocumentMergePDFResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
DocumentMergeJobConstructs a new
DocumentMergePDFResultinstance.- Parameters:
asset (Asset) – result asset
ESealPDFResult
- class adobe.pdfservices.operation.pdfjobs.result.eseal_pdf_result.ESealPDFResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
PDFElectronicSealJob.Constructs a new
ESealPDFResultinstance.- Parameters:
asset (Asset) – result asset
ExportPDFResult
- class adobe.pdfservices.operation.pdfjobs.result.export_pdf_result.ExportPDFResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
ExportPDFJobConstructs a new
ExportPDFResultinstance.- Parameters:
asset (Asset) – result asset
ExportPDFtoImagesResult
- class adobe.pdfservices.operation.pdfjobs.result.export_pdf_to_images_result.ExportPDFtoImagesResult(assets: [])
Bases:
PDFServicesJobResultThis class encapsulates the result of
ExportPDFToImagesJob.Constructs a new
ExportPDFToImagesResultinstance- Parameters:
assets (list) – List of result assets
ExtractPDFResult
- class adobe.pdfservices.operation.pdfjobs.result.extract_pdf_result.ExtractPDFResult(content: Asset, resource: Asset, content_json: {})
Bases:
PDFServicesJobResultThis class encapsulates the result of
ExtractPDFJob.Constructs a new
ExtractPDFResultinstance with result content asset, resource asset and resource JSON object- Parameters:
- get_content()
- Returns:
Returns the content asset containing extracted content of PDF file, if an internal asset was used as input PDF.
- Return type:
- get_content_json()
- Returns:
Returns the content json dictionary containing extracted content of PDF file, if an internal asset was used as input PDF.
- Return type:
dict
HTMLtoPDFResult
- class adobe.pdfservices.operation.pdfjobs.result.html_to_pdf_result.HTMLtoPDFResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
HTMLtoPDFJobConstructs a new
HTMLtoPDFResultinstance.- Parameters:
asset (Asset) – result asset
InsertPagesResult
- class adobe.pdfservices.operation.pdfjobs.result.insert_pages_result.InsertPagesResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
InsertPagesJobConstructs a new
InsertPagesResultinstance.- Parameters:
asset (Asset) – result asset
LinearizePDFResult
- class adobe.pdfservices.operation.pdfjobs.result.linearize_pdf_result.LinearizePDFResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
LinearizePDFJobConstructs a new
LinearizePDFResultinstance.- Parameters:
asset (Asset) – result asset
OCRPDFResult
- class adobe.pdfservices.operation.pdfjobs.result.ocr_pdf_result.OCRPDFResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
OCRPDFJob<adobe.pdfservices.operation.pdfjobs.jobs.ocr_pdf_job.OCRPDFJob.Constructs a new
OCRPDFResultinstance.- Parameters:
asset (Asset) – result asset
PDFPropertiesResult
- class adobe.pdfservices.operation.pdfjobs.result.pdf_properties_result.PDFPropertiesResult(pdf_properties_dict: str)
Bases:
PDFServicesJobResultThis class encapsulates the result of
PDFPropertiesJob.Constructs a new
PDFPropertiesResultinstance with PDF Properties JSON string.- Parameters:
pdf_properties_dict (str) – PDF Properties JSON String
- get_pdf_properties_dict()
- Returns:
Returns PDF Properties JSON string.
- Return type:
string
ProtectPDFResult
- class adobe.pdfservices.operation.pdfjobs.result.protect_pdf_result.ProtectPDFResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
ProtectPDFJob.Constructs a new
ProtectPDFResultinstance.- Parameters:
asset (Asset) – result asset
RemoveProtectionResult
- class adobe.pdfservices.operation.pdfjobs.result.remove_protection_result.RemoveProtectionResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
RemoveProtectionJobConstructs a new
RemoveProtectionResultinstance.- Parameters:
asset (Asset) – result asset
ReorderPagesResult
- class adobe.pdfservices.operation.pdfjobs.result.reorder_pages_result.ReorderPagesResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
ReorderPagesJob.Constructs a new
ReorderPagesResultinstance.- Parameters:
asset (Asset) – result asset
ReplacePagesResult
- class adobe.pdfservices.operation.pdfjobs.result.replace_page_result.ReplacePagesResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
ReplacePagesJobConstructs a new
ReplacePagesResultinstance.- Parameters:
asset (Asset) – result asset
RotatePagesResult
- class adobe.pdfservices.operation.pdfjobs.result.rotate_pages_result.RotatePagesResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
RotatePagesJob.Constructs a new
RotatePagesResultinstance.- Parameters:
asset (Asset) – result asset
SplitPDFResult
- class adobe.pdfservices.operation.pdfjobs.result.split_pdf_result.SplitPDFResult(assets: [], asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
SplitPDFJob.Constructs a new
SplitPDFResultinstance- Parameters:
assets (list) – List of result assets
asset (Asset) – result asset, enclosing zipped output result
- get_asset()
- Returns:
The zipped asset associated with the
SplitPDFJobresult, if an external asset was used as input PDF.- Return type:
- get_assets()
- Returns:
Returns the list of result assets, if an internal asset was used as input PDF.
- Return type:
list
PDFServicesJobResult
- class adobe.pdfservices.operation.pdfjobs.result.pdf_services_job_result.PDFServicesJobResult
Bases:
ABCThis is an abstract class that represents the PDFServicesJob
PDFServicesJobresult.It will encapsulate the result of
PDFServicesJob
PDFWatermarkResult
- class adobe.pdfservices.operation.pdfjobs.result.pdf_watermark_result.PDFWatermarkResult(pdf_watermark: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
PDFWatermarkJob.Constructs a new
PDFWatermarkResultinstance.- Parameters:
asset (Asset) – Result asset
PDFAccessibilityCheckerResult
- class adobe.pdfservices.operation.pdfjobs.result.pdf_accessibility_checker_result.PDFAccessibilityCheckerResult(asset: Asset, report: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
PDFAccessibilityCheckerJob.Constructs a new
PDFAccessibilityCheckerResultinstance- Parameters:
asset (Asset) – result asset, enclosing zipped output result
report – result asset, enclosing zipped output result
- get_asset()
- Returns:
The zipped asset associated with the PDFAccessibilityCheckerJob result, if an external asset was used as input PDF.
- Return type:
ImportPDFFormDataResult
- class adobe.pdfservices.operation.pdfjobs.result.import_pdf_form_data_result.ImportPDFFormDataResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
ImportPDFFormDataJobConstructs a new
ImportPDFFormDataResultinstance.- Parameters:
asset (Asset) – result asset containing the PDF with imported form data
ExportPDFFormDataResult
- class adobe.pdfservices.operation.pdfjobs.result.export_pdf_form_data_result.ExportPDFFormDataResult(asset: Asset)
Bases:
PDFServicesJobResultThis class encapsulates the result of
ExportPDFFormDataJobConstructs a new
ExportPDFFormDataResultinstance.- Parameters:
asset (Asset) – result asset containing the extracted form data