How do I convert and merge from various formats (PDF, image, Word, PDF, etc.) to PDF?

Q: We allow users to attach multiple documents of various formats
(PDF, image, Word, etc.) to records in our accounting system.
Sometimes they want to combine those documents into a single PDF
document. Is this something that PDFNet might help us do within our
product?
----------------------

A: You can definitely use PDFNet to convert and merge various formats
(e.g. PDF, XPS, image, Word, etc). This can be accomplished using
‘pdftron.PDF.Convert’ namespace – as shown in Convert sample project
(http://www.pdftron.com/pdfnet/samplecode.html#Convert). The
conversation method (pdftron.PDF.Convert.ToPDF) can automatically
append converted pages to the current document, however you can also
post-process and merge additional PDFs as shown in the last code
sample in PDFPage project (http://www.pdftron.com/pdfnet/
samplecode.html#PDFPage).