Package | Description |
---|---|
com.adobe.pdfservices.operation.pdfops.options.extractpdf |
Contains the option classes for
ExtractPDFOperation . |
Modifier and Type | Method and Description |
---|---|
ExtractPDFOptions.Builder |
ExtractPDFOptions.Builder.addCharInfo(Boolean addCharInfo)
Boolean specifying whether to add character level bounding boxes to output json
|
ExtractPDFOptions.Builder |
ExtractPDFOptions.Builder.addElementsToExtract(List<ExtractElementType> elementsToExtract)
Adds elements to extract (Text and/or Tables) to the list of elements to be extracted.
|
ExtractPDFOptions.Builder |
ExtractPDFOptions.Builder.addElementsToExtractRenditions(List<ExtractRenditionsElementType> elementsToExtractRenditions)
Adds elements to extract (Figures and/or Tables) to the list of elements to be extracted.
|
ExtractPDFOptions.Builder |
ExtractPDFOptions.Builder.addElementToExtract(ExtractElementType elementToExtract)
Adds an element to extract (Text or Tables)
|
ExtractPDFOptions.Builder |
ExtractPDFOptions.Builder.addElementToExtractRenditions(ExtractRenditionsElementType elementToExtractRenditions)
Adds a rendition to extract (Figures or Tables)
|
ExtractPDFOptions.Builder |
ExtractPDFOptions.Builder.addGetStylingInfo(Boolean getStylingInfo)
Boolean specifying whether to add styling information to output json
|
ExtractPDFOptions.Builder |
ExtractPDFOptions.Builder.addTableStructureFormat(TableStructureType tableStructureType)
Adds the Table Structure format (Csv or Xlsx) for table renditions
|
static ExtractPDFOptions.Builder |
ExtractPDFOptions.extractPdfOptionsBuilder()
Creates a new
ExtractPDFOptions builder. |
Copyright © 2022 Adobe. All rights reserved.