ConvertWordToPDF Method |
Name | Description | |
---|---|---|
WordToPDF(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
| |
WordToPDF(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
|