com.adobe.livecycle.generatepdf.client
Class HtmlToPdfResult

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

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

Provides methods for getting the resulting PDF document and log created by the htmlToPDF method.

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

Constructor Summary
HtmlToPdfResult()
          For internal use only.
 
Method Summary
 Document getCreatedDocument()
          Returns the Document object containing the result of the htmlToPDF() method, or null if the htmlToPDF method was unsuccessful.
 void setCreatedDocument(Document createdDocument)
          For internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlToPdfResult

public HtmlToPdfResult()
For internal use only. Do not use.

Method Detail

getCreatedDocument

public Document getCreatedDocument()
Returns the Document object containing the result of the htmlToPDF() method, or null if the htmlToPDF method was unsuccessful.

Returns:
The Document containing the PDF document that was created from the URL.

setCreatedDocument

public void setCreatedDocument(Document createdDocument)
For internal use only. Do not use.