public class CreatePDFResult extends Object implements Serializable
Constructor and Description |
---|
CreatePDFResult()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.