com.adobe.livecycle.generatepdf.client
Class ExportPDFResult

java.lang.Object
  extended by com.adobe.livecycle.generatepdf.client.ExportPDFResult
All Implemented Interfaces:
java.io.Serializable

public class ExportPDFResult
extends java.lang.Object
implements java.io.Serializable

Provides a method for getting the PDF document produced by the exportPDF method.

See Also:
com.adobe.livecycle.generatepdf.client.GeneratePdfServiceClient#exportPDF(), Serialized Form

Constructor Summary
ExportPDFResult()
          The default constructor.
 
Method Summary
 Document getConvertedDocument()
          Returns the Document object containing the result of the GeneratePdfServiceClient.exportPDF() operation, or null if no result has been generated.
 void setConvertedDocument(Document convertedDocument)
          For internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportPDFResult

public ExportPDFResult()
The default constructor.

Method Detail

getConvertedDocument

public Document getConvertedDocument()
Returns the Document object containing the result of the GeneratePdfServiceClient.exportPDF() operation, or null if no result has been generated.

Returns:
A Document object containing the resultant file that was converted from the PDF document.

setConvertedDocument

public void setConvertedDocument(Document convertedDocument)
For internal use only.



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