Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi
I want to convert PDF pages into PNG,JPEG/JPG or GIF. (But not to thumbnails. I need them in regular sizes)

How can I do it using C# .net ? What are the available libraries in order to achieve this ? I like to know about free libraries.

Thank You
Posted
Comments
Thanks7872 28-Oct-13 3:53am    
And you need help with what?
bhavesh002 28-Oct-13 4:17am    
i need help for convert pdf to image file

 
Share this answer
 
Comments
bhavesh002 28-Oct-13 4:19am    
i was looked your suggested link but it is payed any other library which is free
Use GhostscriptSharp[^]
bhavesh002 wrote:
But not to thumbnails. I need them in regular sizes
Just change the resolutions in code, that's it.

Also check iTextSharp[^]
 
Share this answer
 

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