Click here to Skip to main content
15,887,294 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi every one,


How to convert pdf to bmp images in c# winforms...
Posted

Hi there,
there are a lot of articles in this regard, take a look at these pages which sound useful:

http://bytescout.com/products/developer/pdfrenderersdk/convert-pdf-to-bmp[^]

100% .NET component for rendering PDF documents[^]

The second one is better though

I hope it will work,
Cheers.
 
Share this answer
 
v2
There are many great articles regarding this on CodeProject.
Some of these articles are using open source libraries such as the following:
Convert PDF file content into string using C#[^]

And some are using commercial libraries such as leadtools in the following:
How to Read, Write and Edit PDF Files and Metadata using LEADTOOLS[^]

It depends on your requirements to know which way to go with.
 
Share this answer
 
v2
See, for instance the CodeProject article "How To Convert PDF to Image Using Ghostscript API"[^].
 
Share this answer
 
Use MuPDF - is very simple and does exactly this task with various useful options.
 
Share this answer
 
Comments
Richard Deeming 14-Aug-15 10:16am    
Posting a product link as a solution to a question which was answered over three years ago looks very much like spam.

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