Package com.adobe.livecycle.pdfutility

The com.adobe.livecycle.pdfutility package enables you to query information about PDF documents.

See:
          Description

Interface Summary
PDFUtilityService Enables the creation of a Java object that invokes operations that belong to the PDF Utility service.
 

Package com.adobe.livecycle.pdfutility Description

The com.adobe.livecycle.pdfutility package enables you to query information about PDF documents. Using this service, you can query information such as whether the PDF document contains comments, whether it contains attachments, whether it contains an XFA stream, and so on.

For example, to create a PostScript file from a PDF document, you can use this service to determine whether the PDF document is a PDF document or an XFA document.

If the document is a PDF document, then it can be sent to the ConvertPDF service to be converted into a PostScript file. Otherwise, it can be sent to the Output service.



[an error occurred while processing this directive] [an error occurred while processing this directive]