Package | Description |
---|---|
com.adobe.pdfg.service.api |
Defines package version.
|
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.
|
String |
PDFGConfigService.getActionTaggedXML(String sName,
String jName,
String fName,
int timeout,
boolean skipValidation)
This method returns the text for Action Tagged XML.
|
String |
PDFGConfigService.getConfigurationXML(String sName,
String jName,
String fName)
This method returns the text for configuration XML with the names of
security setting, filetype setting and job options as specified by the
arguments.
|
String |
PDFGConfigService.getPDFExportXML(String exportFormat,
int timeout)
This method returns the text for PDF Export XML.
|
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.
|
void |
PDFGConfigService.setDefaultSettings(String sname,
String jname,
String aname)
Sets the settings with specified names as default settings.
|
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.