new DocumentConversion()
The class DocumentConversion. Encapsulates the conversion of a single document from one format to another.
DocumentConversion instances are created through methods belonging to the Convert class. See Convert.WordToPDFConversion for an example.
Methods
-
getDoc()
-
Returns:
A promise that resolves to an object of type: "PDFDoc"
- Type
- PDFNet.PDFDoc
-
getNumConvertedPages()
-
Returns:
A promise that resolves to an unknown type
-
isCancelled()
-
Returns:
A promise that resolves to an unknown type