|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.generatepdf.client.CreatePDFResult
public class CreatePDFResult
Provides methods for getting the PDF document and log that is created by some of the methods in this package.
Constructor Summary | |
---|---|
CreatePDFResult()
The default constructor. |
Method Summary | |
---|---|
Document |
getCreatedDocument()
Returns the Document object containing the result of the operation to create a PDF document, or null if no result has been generated. |
Document |
getLogDocument()
Returns the Document object containing the logs generated while converting a PostScript file. |
void |
setCreatedDocument(Document createdDocument)
For internal use only. |
void |
setLogDocument(Document logDocument)
For internal use only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreatePDFResult()
Method Detail |
---|
public Document getCreatedDocument()
null
if no result has been generated.
public Document getLogDocument()
null
if no logs have been generated.
The log file is a plain text file which contains the output from the Distiller service. The log file is not generated under all circumstances. The presence of a log file does not necessarily point to an error in the conversion, since a log file might contain diagnostic messages only.
public void setCreatedDocument(Document createdDocument)
Sets the Document object containing the result of the operation to create a PDF document.
createdDocument
- The Document object containing the PDF document that has been created.public void setLogDocument(Document logDocument)
Sets the Document object containing the logs generated while converting a PostScript file.
logDocument
- The Document containing the logs that have been created.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |