Package | Description |
---|---|
com.adobe.pdfservices.operation.pdfops |
Contains the classes for operations that generate or transform PDF files.
|
Modifier and Type | Class and Description |
---|---|
class |
AutotagPDFOperation
An operation that enables clients to improve accessibility of the PDF document.
|
class |
CombineFilesOperation
Combines multiple PDF files into a single PDF file.
|
class |
CompressPDFOperation
An operation that reduces the size of a PDF file.
|
class |
CreatePDFOperation
An operation that converts a non-PDF file to a PDF file.
|
class |
DeletePagesOperation
An operation to delete pages in a PDF file.
|
class |
DocumentMergeOperation
An operation that enables the clients to produce high fidelity PDF and Word documents with dynamic data inputs.
|
class |
ExportPDFOperation
An operation which exports a source PDF file to a supported format specified by
ExportPDFTargetFormat . |
class |
ExportPDFToImagesOperation
An operation which exports a source PDF file to a supported format specified by
ExportPDFToImagesTargetFormat . |
class |
ExtractPDFOperation
An Operation that extracts pdf elements such as text, images, tables in a structured format from a PDF.
|
class |
InsertPagesOperation
An operation that can be used to insert pages of multiple PDF files into a base PDF file.
|
class |
LinearizePDFOperation
An operation that converts a PDF file into a linearized (also known as "web optimized") PDF file.
|
class |
OCROperation
Convert a PDF file into a searchable PDF file.
|
class |
PDFElectronicSealOperation
An operation that enables the clients to perform electronic seal over PDF documents like
agreements, invoices and more.
|
class |
PDFPropertiesOperation
An Operation that is used to fetch properties from an input PDF file.
|
class |
ProtectPDFOperation
An operation that is used for securing PDF document with password(s).
|
class |
RemoveProtectionOperation
An operation that allows to remove password security from a PDF document.
|
class |
ReorderPagesOperation
An operation that allows to rearrange pages in a PDF file according to the specified order.
|
class |
ReplacePagesOperation
An operation that allows specific pages in a PDF file to be replaced with pages from multiple PDF files.
|
class |
RotatePagesOperation
An operation that allows rotation of specific pages in a PDF file.
|
class |
SplitPDFOperation
An operation that splits PDF document into multiple smaller documents by simply specifying either the number of files,
pages per file, or page ranges.
|
Copyright © 2022 Adobe. All rights reserved.