Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.HTMLToPDFParams.Builder
-
Packages that use HTMLToPDFParams.Builder Package Description com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf Contains the param classes forHTMLToPDFJob. -
-
Uses of HTMLToPDFParams.Builder in com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf that return HTMLToPDFParams.Builder Modifier and Type Method Description static HTMLToPDFParams.BuilderHTMLToPDFParams. htmltoPDFParamsBuilder()Creates a newHTMLToPDFParams.Builder.HTMLToPDFParams.BuilderHTMLToPDFParams.Builder. includeHeaderFooter(boolean includeHeaderFooter)Sets the includeHeaderFooter parameter.HTMLToPDFParams.BuilderHTMLToPDFParams.Builder. withDataToMerge(org.json.JSONObject dataToMerge)Sets the data to be used by the javascript in the source html file to manipulate the HTML DOM before it gets converted to PDF.HTMLToPDFParams.BuilderHTMLToPDFParams.Builder. withPageLayout(PageLayout pageLayout)Sets the pageLayout parameter.
-