Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams.Builder
-
Packages that use ExtractPDFParams.Builder Package Description com.adobe.pdfservices.operation.pdfjobs.params.extractpdf Contains the param classes forExtractPDFJob. -
-
Uses of ExtractPDFParams.Builder in com.adobe.pdfservices.operation.pdfjobs.params.extractpdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.extractpdf that return ExtractPDFParams.Builder Modifier and Type Method Description ExtractPDFParams.BuilderExtractPDFParams.Builder. addCharInfo(Boolean addCharInfo)Boolean specifying whether to add character level bounding boxes to output jsonExtractPDFParams.BuilderExtractPDFParams.Builder. addElementsToExtract(List<ExtractElementType> elementsToExtract)AddsExtractElementTypeto the list of elements to be extracted.ExtractPDFParams.BuilderExtractPDFParams.Builder. addElementsToExtractRenditions(List<ExtractRenditionsElementType> elementsToExtractRenditions)AddsExtractRenditionsElementTypeto the list of elements to be extracted.ExtractPDFParams.BuilderExtractPDFParams.Builder. addElementToExtract(ExtractElementType elementToExtract)Adds anExtractElementTypeto the list of elements to be extracted.ExtractPDFParams.BuilderExtractPDFParams.Builder. addElementToExtractRenditions(ExtractRenditionsElementType elementToExtractRenditions)Adds aExtractRenditionsElementTypeExtractPDFParams.BuilderExtractPDFParams.Builder. addGetStylingInfo(Boolean getStylingInfo)Booleanspecifying whether to add styling information to output jsonExtractPDFParams.BuilderExtractPDFParams.Builder. addTableStructureFormat(TableStructureType tableStructureType)Adds theTableStructureTypefor table renditionsstatic ExtractPDFParams.BuilderExtractPDFParams. extractPDFParamsBuilder()Creates a newExtractPDFParams.Builder.
-