Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to convert the docx,doc (word) documents to jpg image .
While many libraries are all paid.
Free libraries are often limited.

Let us know what you'd really appreciate it converts the source code.
or
And tell how to convert any really appreciate it.

Thank you for reading this question.
Posted
Updated 15-May-20 8:21am
Comments
Arkadeep De 20-Nov-14 4:13am    
you can do by making the doc file into a html document by using HTMLEncode and HTMLDecode. and after this convert that into a image.

here are some url...check these.

http://www.dotnetperls.com/htmlencode-htmldecode
http://www.codeproject.com/Articles/7341/Dynamically-generate-a-MS-Word-document-using-HTML
http://www.codeproject.com/Tips/184102/Convert-Text-to-Image

try from these...

1 solution

Hi,


Check this link:
http://stackoverflow.com/questions/20326478/convert-word-file-pages-to-jpg-images-using-c-sharp[^]

It has the C# code that may help you :)

Regards,
Praneet
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900