com.adobe.livecycle.pdfutility.client
Class PDFPropertiesOptionSpec

java.lang.Object
  extended by com.adobe.external.pdfutil.client.PDFPropertiesRequest
      extended by com.adobe.livecycle.pdfutility.client.PDFPropertiesOptionSpec
All Implemented Interfaces:
java.io.Serializable

public class PDFPropertiesOptionSpec
extends com.adobe.external.pdfutil.client.PDFPropertiesRequest
implements java.io.Serializable

Enables the creation of a Java object that enables you to query information that is required for a PDF document. After you query the information using this object, you can check the results by using a PDFPropertiesResponse object. For example, to create a PostScript file from a PDF document, determine whether the PDF document is a PDFDocument or an XFADocument property. If the document returns true for isPDFDocument, then it can be sent to the ConvertPDF service. If the queried document returns true for isXFADocument, it can be sent to the Output service.

See Also:
PDFPropertiesResult

Constructor Summary
PDFPropertiesOptionSpec()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFPropertiesOptionSpec

public PDFPropertiesOptionSpec()


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