Class PDFNet.Convert
PDFNet.Convert
Constructor Attributes | Constructor Name and Description |
---|---|
PDFNet.Convert(id)
Converter is a utility class used to convert documents and files to PDF.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
PDFNet.Convert.fromXpsMem(in_pdfdoc, buf)
Convert the specified XPS document contained in memory to PDF
and append converted pages to the specified PDF document.
|
Class Detail
PDFNet.Convert(id)
Converter is a utility class used to convert documents and files to PDF.
Conversion of XPS, EMF and image files to PDF documents is performed internally.
Other document formats are converted via native application and printing.
- Parameters:
- id
Method Detail
<static>
PDFNet.Convert.fromXpsMem(in_pdfdoc, buf)
Convert the specified XPS document contained in memory to PDF
and append converted pages to the specified PDF document.
- Parameters:
- {PDFDoc} in_pdfdoc
- the PDFDoc to append to
- {Array} buf
- the buffer containing the xps document