Click or drag to resize

ConvertWordToPDF Method

Overload List
  NameDescription
Public methodStatic memberWordToPDF(PDFDoc, IFilter, WordToPDFOptions)
Convert the a Word document (in .docx format) to pdf and append to the specified PDF document. This conversion is performed entirely within PDFNet, and does not rely on Word interop or any other external functionality.

Font requirements: on some systems you may need to specify extra font resources to aid in conversion. Please see http://www.pdftron.com/kb_fonts_and_builtin_office_conversion

Public methodStatic memberWordToPDF(PDFDoc, String, WordToPDFOptions)
Convert the a Word document (in .docx format) to pdf and append to the specified PDF document.

This conversion is performed entirely within PDFNet, and does not rely on Word interop or any other external functionality.

Font requirements: on some systems you may need to specify extra font resources to aid in conversion. Please see http://www.pdftron.com/kb_fonts_and_builtin_office_conversion

Top
See Also