Class Index

Classes


Class PDFNet.Convert

PDFNet.Convert

Class Summary
Constructor Attributes Constructor Name and Description
 
Converter is a utility class used to convert documents and files to PDF.
Method Summary
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

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:38 GMT-0700 (PDT)