I would like to convert Word document to an Image so i can use iTextSharp to then convert the image to PDF. Please let me know if there is a free way to convert word file into an image.
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.
You can download the “Save As PDF” add-on for Word 2007 and higher to save the Word document directly as PDF.
If that doesn’t meet your needs, you can search for some of the tools that let you “print to a file”. You could then print from Word to an image file and use iTextSharp to put that image into a PDF.
I’m not sure how many free solutions you’ll find, but in the past, I developed a service that saved a Word doc as a PDF, then manipulated it with iTextSharp. The only external expense for that was Word itself.