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.
|
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.