Package | Description |
---|---|
com.adobe.aemfd.watchfolder.service.api |
Defines package version.
|
com.adobe.aemfd.watchfolder.workflow.api |
Defines package version.
|
com.adobe.aemfd.watchfolder.workflow.api.payload | |
com.adobe.fd.assembler.client | |
com.adobe.fd.assembler.service | |
com.adobe.fd.bcf.api | |
com.adobe.fd.cmb.api | |
com.adobe.fd.cpdf.api | |
com.adobe.fd.docassurance.client.api | |
com.adobe.fd.forms.api | |
com.adobe.fd.output.api | |
com.adobe.fd.pdfutility.services | |
com.adobe.fd.pdfutility.services.client | |
com.adobe.fd.signatures.pdf.inputs |
Defines package version.
|
com.adobe.fd.stp.api | |
com.adobe.fd.workflow.api | |
com.adobe.pdfg.result |
Defines package version.
|
com.adobe.pdfg.service.api |
Defines package version.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Document> |
ProcessorContext.getInputMap()
Returns an immutable map representing the watch-folder input.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessorContext.setResult(String fileName,
Document contents)
Adds a result which will be written out as a physical file into the results folder of the watch-folder.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Document> |
WorkflowContext.getCommittedResults()
Returns an immutable map representing the outputs generated so far by previous steps in the current
workflow instance.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Document> |
PayloadMapper.getFinalOutputs(WorkflowInitializationContext wfInitCtxt,
com.adobe.granite.workflow.exec.Workflow workflow,
javax.jcr.Node payload,
org.apache.sling.api.resource.ResourceResolver resourceResolver) |
Map<String,Document> |
PayloadMapper.getInputs(WorkflowInitializationContext wfInitCtxt,
WorkflowExecutionContext wfExecCtxt,
javax.jcr.Node payload,
org.apache.sling.api.resource.ResourceResolver resourceResolver) |
Map<String,Document> |
PayloadMapper.getIntermediateOutputs(WorkflowInitializationContext wfInitCtxt,
WorkflowExecutionContext wfExecCtxt,
javax.jcr.Node payload,
org.apache.sling.api.resource.ResourceResolver resourceResolver) |
Modifier and Type | Method and Description |
---|---|
Document |
PDFAConversionResult.getConversionLog()
Sets the results report of the conversion.
|
Document |
AssemblerResult.getJobLog()
Retrieves the job log that was generated during execution of the DDX.
|
Document |
OperationException.getJobLog()
Returns a job log which would have been returned in an output map if the job had completed normally.
|
Document |
PDFAConversionResult.getJobLog()
Retrieves the job log that was generated during conversion.
|
Document |
PDFAValidationResult.getJobLog()
Retrieves the job log that was generated during conversion.
|
Document |
PDFAConversionResult.getPDFADocument()
The converted PDF/A document.
|
Document |
PDFAValidationResult.getValidationLog()
Sets the results report of the validation.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Document> |
AssemblerResult.getDocuments()
Retrieves the successful documents from the DDX job.
|
List<Document> |
PDFAConversionOptionSpec.getMetadataSchemaExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
PDFAConversionResult.setConversionLog(Document conversionLog)
Retrieves the results report of the conversion.
|
void |
AssemblerResult.setJobLog(Document jobLog)
Sets the job log that was generated during execution of the DDX.
|
void |
OperationException.setJobLog(Document jobLog)
Sets the job log.
|
void |
PDFAConversionResult.setJobLog(Document jobLog)
Sets the job log that was generated during conversion.
|
void |
PDFAValidationResult.setJobLog(Document jobLog)
Sets the job log that was generated during conversion.
|
void |
PDFAConversionResult.setPDFADocument(Document pdfa)
Sets the converted PDF/A documents into this result object.
|
void |
PDFAValidationResult.setValidationLog(Document validationLog)
Retrieves the results report of the validation.
|
Modifier and Type | Method and Description |
---|---|
void |
AssemblerResult.setDocuments(Map<String,Document> documents)
Sets the successful documents from the DDX job.
|
void |
PDFAConversionOptionSpec.setMetadataSchemaExtensions(List<Document> metadataSchemaExtensions) |
Modifier and Type | Method and Description |
---|---|
AssemblerResult |
AssemblerService.invoke(Document ddx,
Map<String,Object> inputs,
AssemblerOptionSpec environment)
Executes the DDX contained in
ddx on the given input documents (inputs ), returning an
AssemblerResult object containing the result documents. |
PDFAValidationResult |
AssemblerService.isPDFA(Document inDoc,
PDFAValidationOptionSpec options)
Validate a given document is PDF/A according to the options specified.
|
PDFAConversionResult |
AssemblerService.toPDFA(Document inDoc,
PDFAConversionOptionSpec options)
Convert a given document to PDF/A using the options specified.
|
Modifier and Type | Method and Description |
---|---|
Document |
BarcodedFormsService.decode(Document document,
Boolean pdf417,
Boolean dataMatrix,
Boolean qrCode,
Boolean codabar,
Boolean code128,
Boolean code39,
Boolean ean13,
Boolean ean8,
CharSet charSet)
Decodes all the barcodes in a
Document object and returns a org.w3c.dom.Document object that contains data that was retrieved from the barcode. |
Modifier and Type | Method and Description |
---|---|
Document |
OutputCentralService.centralDataAccess(Document inDataDoc,
int inMaxBytesToProcess)
Deprecated.
|
Document |
CentralResult.getLogDoc()
Deprecated.
|
Document |
CentralResult.getResponseDoc()
Deprecated.
|
Document |
CentralResult.getResultDoc()
Deprecated.
|
Document |
CentralResult.getTraceDoc()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Document |
OutputCentralService.centralDataAccess(Document inDataDoc,
int inMaxBytesToProcess)
Deprecated.
|
CentralResult |
OutputCentralService.centralMerge(Document inTemplateDoc,
Document inDataDoc,
Document inPreambleDoc,
String inDestination,
String inIniFilePath,
String inAllOtherOptions)
Deprecated.
|
CentralResult |
OutputCentralService.centralTransformation(Document inDataDoc,
Document inDataModelDoc,
String inIniFilePath,
String inAllOtherOptions)
Deprecated.
|
CentralResult |
OutputCentralService.centralXMLImport(Document inDataDoc,
String inXCIFilePath,
String inAllOtherOptions)
Deprecated.
|
void |
CentralResult.setLogDoc(Document logDoc)
Deprecated.
|
void |
CentralResult.setResponseDoc(Document responseDoc)
Deprecated.
|
void |
CentralResult.setResultDoc(Document resultDoc)
Deprecated.
|
void |
CentralResult.setTraceDoc(Document traceDoc)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Document |
ConvertPdfService.toPS(Document inPdfDoc,
ToPSOptionsSpec toPSOptionsSpec)
This method converts the given Flat PDF file to PostScript format using the
options specified in the option spec.
|
Modifier and Type | Method and Description |
---|---|
List<Document> |
ConvertPdfService.toImage(Document inPdfDoc,
ToImageOptionsSpec toImageOptionsSpec)
This method converts a PDF document to a List of Image documents.
|
Modifier and Type | Method and Description |
---|---|
List<Document> |
ConvertPdfService.toImage(Document inPdfDoc,
ToImageOptionsSpec toImageOptionsSpec)
This method converts a PDF document to a List of Image documents.
|
Document |
ConvertPdfService.toPS(Document inPdfDoc,
ToPSOptionsSpec toPSOptionsSpec)
This method converts the given Flat PDF file to PostScript format using the
options specified in the option spec.
|
Modifier and Type | Method and Description |
---|---|
Document |
DocAssuranceService.addInvisibleSignatureField(Document inDoc,
String signatureFieldName,
FieldMDPOptionSpec fieldMDPOptionsSpec,
PDFSeedValueOptionSpec seedValueOptionsSpec,
UnlockOptions unlockOptions)
Creates an invisible signature field in the PDF document.
|
Document |
DocAssuranceService.addSignatureField(Document inDoc,
String signatureFieldName,
Integer pageNo,
PositionRectangle positionRectangle,
FieldMDPOptionSpec fieldMDPOptionsSpec,
PDFSeedValueOptionSpec seedValueOptionsSpec,
UnlockOptions unlockOptions)
Creates a visible signature field within the PDF document.
|
Document |
DocAssuranceService.clearSignatureField(Document inDoc,
String signatureFieldName,
UnlockOptions unlockOptions)
Clears the specified signature field.
|
Document |
DocAssuranceService.modifySignatureField(Document inDoc,
String signatureFieldName,
PDFSignatureFieldProperties pdfSignatureFieldProperties,
UnlockOptions unlockOptions)
Modifies a signature field's signature field lock dictionary and seed value dictionary values.
|
Document |
DocAssuranceService.removePDFCertificateSecurity(Document inDoc,
String alias,
org.apache.sling.api.resource.ResourceResolver resourceResolver)
Returns an unsecured Document given a certificate-encrypted Document.
|
Document |
DocAssuranceService.removePDFPasswordSecurity(Document inDoc,
String password)
Returns a new Document that has security removed given a password protected document as input.
|
Document |
DocAssuranceService.removeSignatureField(Document inDoc,
String signatureFieldName,
UnlockOptions unlockOptions)
Removes the specified signature field.
|
Document |
DocAssuranceService.removeUsageRights(Document inDocument,
UnlockOptions unlockOptions)
Removes the usage rights for the given Document.
|
Document |
DocAssuranceService.secureDocument(Document inDoc,
EncryptionOptions encryptionOptions,
SignatureOptions signatureOptions,
ReaderExtensionOptions readerExtensionOptions,
UnlockOptions unlockOptions)
secureDocument enables you to encrypt, sign/certify, reader extend a PDF Document either individually
or in any combination in the given order.
|
Modifier and Type | Method and Description |
---|---|
Document |
DocAssuranceService.addInvisibleSignatureField(Document inDoc,
String signatureFieldName,
FieldMDPOptionSpec fieldMDPOptionsSpec,
PDFSeedValueOptionSpec seedValueOptionsSpec,
UnlockOptions unlockOptions)
Creates an invisible signature field in the PDF document.
|
Document |
DocAssuranceService.addSignatureField(Document inDoc,
String signatureFieldName,
Integer pageNo,
PositionRectangle positionRectangle,
FieldMDPOptionSpec fieldMDPOptionsSpec,
PDFSeedValueOptionSpec seedValueOptionsSpec,
UnlockOptions unlockOptions)
Creates a visible signature field within the PDF document.
|
Document |
DocAssuranceService.clearSignatureField(Document inDoc,
String signatureFieldName,
UnlockOptions unlockOptions)
Clears the specified signature field.
|
PDFSignatureField |
DocAssuranceService.getCertifyingSignatureField(Document inDoc,
UnlockOptions unlockOptions)
Returns the signature field that was used to certify the document.
|
GetUsageRightsResult |
DocAssuranceService.getDocumentUsageRights(Document inDocument,
UnlockOptions unlockOptions)
Returns the usage rights information of the given Document.
|
EncryptionTypeResult |
DocAssuranceService.getPDFEncryption(Document inDoc)
Returns the type of security used for a document
|
PDFSignature |
DocAssuranceService.getSignature(Document doc,
String signatureFieldName,
UnlockOptions unlockOptions)
Returns signature data for a given signature field.
|
List<PDFSignatureField> |
DocAssuranceService.getSignatureFieldList(Document inDoc,
UnlockOptions unlockOptions)
Returns a list of all the signature fields located within a PDF document.
|
Document |
DocAssuranceService.modifySignatureField(Document inDoc,
String signatureFieldName,
PDFSignatureFieldProperties pdfSignatureFieldProperties,
UnlockOptions unlockOptions)
Modifies a signature field's signature field lock dictionary and seed value dictionary values.
|
Document |
DocAssuranceService.removePDFCertificateSecurity(Document inDoc,
String alias,
org.apache.sling.api.resource.ResourceResolver resourceResolver)
Returns an unsecured Document given a certificate-encrypted Document.
|
Document |
DocAssuranceService.removePDFPasswordSecurity(Document inDoc,
String password)
Returns a new Document that has security removed given a password protected document as input.
|
Document |
DocAssuranceService.removeSignatureField(Document inDoc,
String signatureFieldName,
UnlockOptions unlockOptions)
Removes the specified signature field.
|
Document |
DocAssuranceService.removeUsageRights(Document inDocument,
UnlockOptions unlockOptions)
Removes the usage rights for the given Document.
|
Document |
DocAssuranceService.secureDocument(Document inDoc,
EncryptionOptions encryptionOptions,
SignatureOptions signatureOptions,
ReaderExtensionOptions readerExtensionOptions,
UnlockOptions unlockOptions)
secureDocument enables you to encrypt, sign/certify, reader extend a PDF Document either individually
or in any combination in the given order.
|
PDFSignatureVerificationInfo |
DocAssuranceService.verify(Document inDoc,
String signatureFieldName,
RevocationCheckStyle revocationCheckStyle,
VerificationTime verificationTime,
ValidationPreferences dssPrefs,
org.apache.sling.api.resource.ResourceResolver resourceResolver)
Operation to validate a signed signature field.
|
PDFDocumentVerificationInfo |
DocAssuranceService.verifyDocument(Document doc,
RevocationCheckStyle revocationCheckStyle,
VerificationTime verificationTime,
ValidationPreferences prefStore,
org.apache.sling.api.resource.ResourceResolver resourceResolver) |
Modifier and Type | Method and Description |
---|---|
Document |
FormsService.exportData(Document pdfOrXdp,
DataFormat dataFormat)
export data from a PDF Form or XDP
|
Document |
ValidationResult.getDocument() |
Document |
ValidationResult.getValidationResult() |
Document |
PDFFormRenderOptions.getXci() |
Document |
FormsService.importData(Document pdf,
Document data)
Import data into a PDF Form
|
Document |
FormsService.renderPDFForm(String urlOrfilename,
Document data,
PDFFormRenderOptions pdfFormRenderOptions)
Renders PDF Form from XDP template created using Adobe LiveCycle Designer
|
Modifier and Type | Method and Description |
---|---|
Document |
FormsService.exportData(Document pdfOrXdp,
DataFormat dataFormat)
export data from a PDF Form or XDP
|
Document |
FormsService.importData(Document pdf,
Document data)
Import data into a PDF Form
|
Document |
FormsService.renderPDFForm(String urlOrfilename,
Document data,
PDFFormRenderOptions pdfFormRenderOptions)
Renders PDF Form from XDP template created using Adobe LiveCycle Designer
|
void |
ValidationResult.setDocument(Document document) |
void |
ValidationResult.setValidationResult(Document validationResult) |
void |
PDFFormRenderOptions.setXci(Document xci) |
ValidationResult |
FormsService.validate(String template,
Document data,
ValidationOptions validationOptions)
validate submitted data
|
Modifier and Type | Method and Description |
---|---|
Document |
OutputService.generatePDFOutput(Document inDoc,
Document data,
PDFOutputOptions pdfOutputOptions)
Generates a PDF Document given a template and data to merge
|
Document |
OutputService.generatePDFOutput(String urlOrFileName,
Document data,
PDFOutputOptions pdfOutputOptions)
Generates a PDF Document given a template and data to merge
|
Document |
OutputService.generatePrintedOutput(Document inDoc,
Document data,
PrintedOutputOptions printedOutputOptions)
create a PS/PCL/ZPL document from input xdp or pdf document
|
Document |
OutputService.generatePrintedOutput(String urlOrFileName,
Document data,
PrintedOutputOptions printedOutputOptions)
create a PS/PCL/ZPL document from input xdp or pdf document
|
Document |
BatchResult.getMetaDataDoc()
get generated metadata document
|
Document |
PDFOutputOptions.getXci() |
Document |
PrintedOutputOptions.getXci() |
Modifier and Type | Method and Description |
---|---|
List<Document> |
BatchResult.getGeneratedDocs()
get the list of generated documents
|
Modifier and Type | Method and Description |
---|---|
Document |
OutputService.generatePDFOutput(Document inDoc,
Document data,
PDFOutputOptions pdfOutputOptions)
Generates a PDF Document given a template and data to merge
|
Document |
OutputService.generatePDFOutput(String urlOrFileName,
Document data,
PDFOutputOptions pdfOutputOptions)
Generates a PDF Document given a template and data to merge
|
Document |
OutputService.generatePrintedOutput(Document inDoc,
Document data,
PrintedOutputOptions printedOutputOptions)
create a PS/PCL/ZPL document from input xdp or pdf document
|
Document |
OutputService.generatePrintedOutput(String urlOrFileName,
Document data,
PrintedOutputOptions printedOutputOptions)
create a PS/PCL/ZPL document from input xdp or pdf document
|
void |
PDFOutputOptions.setXci(Document xci) |
void |
PrintedOutputOptions.setXci(Document xci) |
Modifier and Type | Method and Description |
---|---|
BatchResult |
OutputService.generatePDFOutputBatch(Map<String,String> templates,
Map<String,Document> data,
PDFOutputOptions pdfOutputOptions,
BatchOptions batchOptions)
Generates a set of PDF Document given a set of template and data to merge
|
BatchResult |
OutputService.generatePrintedOutputBatch(Map<String,String> templates,
Map<String,Document> data,
PrintedOutputOptions printedOutputOptions,
BatchOptions batchOptions)
create PS/PCL/ZPL from a collection of templates and data
|
Modifier and Type | Method and Description |
---|---|
Document |
PDFUtilityService.clone(Document inPDFDoc)
Clones a PDF document.
|
Document |
PDFUtilityService.convertPDFtoXDP(Document inDoc)
Converts a PDF document into an XDP file.
|
Document |
XMPUtilityService.exportXMP(Document inPDFDoc)
Returns the metadata located within a PDF document as an XMP document.
|
Document |
XMPUtilityService.importMetadata(Document inPDFDoc,
XMPUtilityMetadata metadata)
Replaces the metadata located within a PDF document with new metadata.
|
Document |
XMPUtilityService.importXMP(Document inPDFDoc,
Document xmp)
Replaces the metadata located in a PDF document with newer metadata.
|
Modifier and Type | Method and Description |
---|---|
Document |
PDFUtilityService.clone(Document inPDFDoc)
Clones a PDF document.
|
Document |
PDFUtilityService.convertPDFtoXDP(Document inDoc)
Converts a PDF document into an XDP file.
|
XMPUtilityMetadata |
XMPUtilityService.exportMetadata(Document inPDFDoc)
Returns the metadata located within a PDF document as an
XMPUtilityMetadata object. |
Document |
XMPUtilityService.exportXMP(Document inPDFDoc)
Returns the metadata located within a PDF document as an XMP document.
|
PDFPropertiesResult |
PDFUtilityService.getPDFProperties(Document inPDFDoc,
PDFPropertiesOptionSpec options)
Performs queries on the specified PDF document and returns the results as a
PDFPropertiesResponse object. |
Document |
XMPUtilityService.importMetadata(Document inPDFDoc,
XMPUtilityMetadata metadata)
Replaces the metadata located within a PDF document with new metadata.
|
Document |
XMPUtilityService.importXMP(Document inPDFDoc,
Document xmp)
Replaces the metadata located in a PDF document with newer metadata.
|
List |
PDFUtilityService.multiclone(Document inPDFDoc,
int copies)
Clones a PDF document a specified number of times.
|
RedactionResult |
PDFUtilityService.redact(Document inDoc,
RedactionOptionSpec redactionOptionSpec) |
SanitizationResult |
PDFUtilityService.sanitize(Document inDoc)
Sanitizes a pdf document by removing any unintended hidden information.
|
Modifier and Type | Method and Description |
---|---|
Document |
RedactionResult.getDocument()
Returns A
com.adobe.idp.Document object which represents the
redacted or annotated PDF document. |
Document |
SanitizationResult.getDocument()
Returns A
com.adobe.idp.Document object which represents the
sanitized PDF document. |
Modifier and Type | Method and Description |
---|---|
void |
RedactionResult.setDocument(Document document)
Sets the document member object of the
com.adobe.livecycle.pdfutility.client.RedactionResult object
with the com.adobe.idp.Document parameter object provided. |
void |
SanitizationResult.setDocument(Document document)
Sets the document member object of the
com.adobe.livecycle.pdfutility.client.SanitizationResult object
with the com.adobe.idp.Document parameter object provided. |
Modifier and Type | Method and Description |
---|---|
Document |
PDFSignatureAppearenceOptions.getGraphicPDF() |
Document |
PDFSignatureAppearenceOptions.getLogoPDF() |
Constructor and Description |
---|
PDFSignatureAppearenceOptions(PDFSignatureAppearenceOptions.PDFSignatureAppearanceType appearanceType,
Document logoPDF,
double logoOpacity,
Document graphicPDF,
boolean showName,
boolean showLocation,
boolean showDN,
boolean showReason,
boolean showDate,
boolean showLabels,
boolean showDefaultLogo,
PDFSignatureAppearenceOptions.TextDirection textDirection) |
Modifier and Type | Method and Description |
---|---|
void |
SendToPrinterService.print(Document inDoc,
PrinterSpec printerSpec)
API to send printable documents to printer
|
Modifier and Type | Method and Description |
---|---|
Document |
XPathUtils.update(Document xmlDoc,
Map<String,String> values)
Updates the nodes or attributes at the given paths inside the given XML document with the supplied values, and returns
a new XML document containing the modified values.
|
Document |
XPathUtils.update(Document xmlDoc,
String xpathQuery,
String value)
Utility update method for the use-case where only one value needs to be updated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
XPathUtils.query(Document xmlDoc,
Map<String,QName> queries)
Queries the given XML document using the supplied XPath queries, and returns the results.
|
Object |
XPathUtils.query(Document xmlDoc,
String xpathQuery,
QName type)
Utility query method for a single XPath query.
|
Document |
XPathUtils.update(Document xmlDoc,
Map<String,String> values)
Updates the nodes or attributes at the given paths inside the given XML document with the supplied values, and returns
a new XML document containing the modified values.
|
Document |
XPathUtils.update(Document xmlDoc,
String xpathQuery,
String value)
Utility update method for the use-case where only one value needs to be updated.
|
Modifier and Type | Method and Description |
---|---|
Document |
ExportPDFResult.getConvertedDocument()
Returns the
Document object containing the result of the
GeneratePdfService.exportPDF()
operation, or null if no result has been generated. |
Document |
OptimizePDFResult.getConvertedDocument()
Returns the
Document object containing the result of the
GeneratePdfService.optimizePDF()
operation, or null if no result has been generated. |
Document |
CreatePDFResult.getCreatedDocument()
Returns the Document object containing the result of the
operation to create a PDF document, or
null if no result has been generated. |
Document |
HtmlToPdfResult.getCreatedDocument()
Returns the
Document object containing the result of the
GeneratePDFService.htmlToPdf2()
method, or null if the htmlToPdf2 method was unsuccessful. |
Document |
CreatePDFResult.getLogDocument()
Returns the Document object containing the logs generated while converting a PostScript file.
|
Modifier and Type | Method and Description |
---|---|
Map |
DistillerService.createPDF(Document inputDoc,
String inputFileName,
String pdfSettings,
String securitySettings,
Document settingsDoc,
Document xmpDoc)
Deprecated.
|
Map |
GeneratePDFService.createPDF(Document inputDoc,
String inputFileName,
String fileTypeSettings,
String pdfSettings,
String securitySettings,
Document settingsDoc,
Document xmpDoc)
Deprecated.
|
CreatePDFResult |
DistillerService.createPDF2(Document inputDoc,
String inputFileName,
String pdfSettings,
String securitySettings,
Document settingsDoc,
Document xmpDoc)
Creates Adobe PDF from supported file types.
|
CreatePDFResult |
GeneratePDFService.createPDF2(Document inputDoc,
String inputFileExtension,
String fileTypeSettings,
String pdfSettings,
String securitySettings,
Document settingsDoc,
Document xmpDoc)
Creates Adobe PDF from supported file types.
|
Map |
GeneratePDFService.exportPDF(Document inputDoc,
String inputFileName,
String formatType,
Document settingsDoc)
Deprecated.
|
ExportPDFResult |
GeneratePDFService.exportPDF2(Document inputDoc,
String inputFileExtension,
String formatType,
Document settingsDoc)
Converts Adobe PDF to supported application extensions.
|
ExportPDFResult |
GeneratePDFService.exportPDF3(Document inputDoc,
String inputFileExtension,
String formatType,
Document customPreflightProfile,
Document settingsDoc)
Converts Adobe PDF to supported application extensions.
|
HtmlToPdfResult |
GeneratePDFService.htmlFileToPdf(Document inputDoc,
String fileTypeSettingsName,
String securitySettingsName,
Document settingsDoc,
Document xmpDoc)
Creates PDF from Input Document containing the HTML page(s).
|
Map |
GeneratePDFService.htmlToPdf(String inputUrl,
String fileTypeSettingsName,
String securitySettingsName,
Document settingsDoc,
Document xmpDoc)
Deprecated.
|
HtmlToPdfResult |
GeneratePDFService.htmlToPdf2(String inputUrl,
String fileTypeSettingsName,
String securitySettingsName,
Document settingsDoc,
Document xmpDoc)
Creates PDF from URLs pointing to an HTML page.
|
OptimizePDFResult |
GeneratePDFService.optimizePDF(Document inputDoc,
String fileTypeSettings,
Document settingsDoc)
Optimizes the input pdf and also converts it to any of the PDF versions.
|
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.