The com.adobe.livecycle.generatepdf.client package provides support for creating PDF documents from native files and URLs, as well as converting PDF documents to other formats. You can use this package to create Java client applications that interact with Distiller or Generate PDF. This package enables you to implement in your custom applications the functionality that the Distiller and Generate PDF services provide. For more information about how to use this package, see the Distiller Converting PostScript to PDF Documents guide or the Converting Between Different File Formats and PDF Documents guide.
| Class | Description | |
|---|---|---|
| ConversionException | An exception class that is used to indicate that a conversion failed because of an underlying exception. | |
| ConvertPDFFormatType | An enumeration that represents the target file formats to which the PDF document can be converted. | |
| CreatePDFResult | Contains the result of an operation to create a PDF document. | |
| ExportPDFResult | This class represents the result for the com.adobe.livecycle.generatepdf.client.GeneratePdfServiceClient#exportPDF GeneratePdfServiceClient.exportPDF() operation. | |
| FileFormatNotSupportedException | An exception class to indicate that a given file format is not supported. | |
| GeneratePdfServiceClient | This class provides methods to generate PDF documents from various file types and from URLs. | |
| HtmlToPdfResult | Contains the result of the com.adobe.livecycle.generatepdf.client.GeneratePdfServiceClient#htmlToPDF GeneratePdfServiceClient.htmlToPDF() operation, which is a PDF document that has been generated from a web URL. | |
| InvalidParameterException | An exception class to indicate that a given parameter is not valid. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/generatepdf/client/package-detail.html