Package | Description |
---|---|
com.adobe.platform.operation.pdfops |
Contains the classes for operations that generate or transform PDF files.
|
Modifier and Type | Method and Description |
---|---|
ExtractPDFOperation |
ExtractPDFOperation.addCharInfo(Boolean charInfo)
Boolean to get bounding boxes for characters present in text blocks(paragraphs, list, headings).
|
ExtractPDFOperation |
ExtractPDFOperation.addElementsToExtract(List<PDFElementType> elementsToExtract)
Add pdf element types for extracting structured information.
|
ExtractPDFOperation |
ExtractPDFOperation.addElementsToExtractRenditions(List<PDFElementType> elementsToExtractRenditions)
Add pdf element types for extracting renditions.
|
ExtractPDFOperation |
ExtractPDFOperation.addElementToExtract(PDFElementType elementToExtract)
Adds a pdf element type for extracting structured information.
|
ExtractPDFOperation |
ExtractPDFOperation.addElementToExtractRenditions(PDFElementType elementToExtractRenditions)
Adds a pdf element type for extracting rendition.
|
ExtractPDFOperation |
ExtractPDFOperation.addTableStructureFormat(TableStructureType tableStructure)
Specifies the format for extracting table data information.
|
static ExtractPDFOperation |
ExtractPDFOperation.createNew()
Constructs a
ExtractPDFOperation instance. |
ExtractPDFOperation |
ExtractPDFOperation.setInputFile(FileRef sourceFileRef)
Sets an input file.
|
Copyright © 2021 Adobe. All rights reserved.