Link to home
Start Free TrialLog in
Avatar of welcome 123
welcome 123

asked on

combine documents using openxml

I combine a document either doc or docx with some text as a start page and likewise need to combine a pdf with text as a start page and rename the documents as new ones.like when user uploads a doc/docx or a pdf I need to then create new documents with some extra data from DB as a summary page and create them as new documents. I did this using the com objects for docs and itextsharp for pdf's but want to use openxml concept and any help is appreciated.
ASKER CERTIFIED SOLUTION
Avatar of dj_alik
dj_alik

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of welcome 123
welcome 123

ASKER

is there anything I can both word and pdf
No.
Convert pdf to Word file.
any small example with code is appreciated
How do I convert Word files to PDF programmatically?
http://stackoverflow.com/questions/607669/how-do-i-convert-word-files-to-pdf-programmatically


PDFsharp - A .NET library for processing PDF
http://www.pdfsharp.com/PDFsharp/index.php

Combine Documents
Updated! This samples shows how to create a new document from two existing PDF files.
http://www.pdfsharp.com/PDFsharp/index.php?option=com_content&task=view&id=34&Itemid=45