I am writing an application which will need to produce PDFs from word documents via c#. I believe that this may be possible using CutePDF, although I will welcome suggestions for other tools/APIs. Does anybody have experience with this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If Word interop is an option, and you have Word 2007 or Word 2010, then you can make Word itself does it for you as normal Save-As.
Example:
http://msdn.microsoft.com/en-us/library/bb412305(v=office.12).aspx
Quoting Sample Code From Above Link: