VB.net Convert Office Word Doc to Image?

I would like to convert a Word document to an image so that I can use iTextSharp to convert the image to PDF. Please let me know if there is a free way to convert a text file to an image.

+2


a source to share


1 answer


You can download the Save As PDF add-in for Word 2007 and above to save your Word document directly in PDF format.

If that doesn't suit your needs, you can search for some tools that allow you to "print to file". Then you can print from Word to an image file and use iTextSharp to place that image in the PDF file.



I'm not sure how many free solutions you will find, but I have developed a service in the past that saved a Word document as PDF and then processed it using iTextSharp. The only external expense for this was the Word itself.

+1


a source







All Articles