I need to process multipage PDF files produced by a scanner. Each page contains just one BMP. Is there a possibility with Quick PDF to read such files and save each page separately as a BMP file? Could you give me a hint, how this can be achieved? We do it so far with Ghostscript, but that's very slow.
|
1
|
Yes, this is definitely possible using our PDF SDK. You can programmatically convert PDF files to bitmap images with just a few simple steps. I've included some basic C# sample code below which shows you how to do this.
As you can see, it's quite straight forward. So in order to convert a folder of PDF files to bitmap images, you would simply process each PDF using the code above and the resulting bitmap images would be saved in the location of your choosing. |
||
|
|
Have you subscribed to the Quick PDF Library Newsletter? Sign up today!