简体   繁体   中英

Covnerting PDF's to TBitmap image

what is the easiest method to convert a PDF into a TBitmap image in delphi? if there are any commercial available tools for delphi, I can buy one if it is reliable and or not expensive...

I am thinking of some kind of viewer which I can browse pages.. zoom... and export in the desired resolution..

You could try using the ghostscript api from delphi (see http://ftp.uasw.edu/pub/ghostscript/contrib/ for delphi example files) to convert to a bitmap.

Though I've not used it (was just aware of its existence) I would expect you should be able to put the data into a memory stream and read it from there.

Though, if your software is going to be non-open source it could be an issue .

I have had good results with QuickPDF . It's relatively inexpensive and there is a trial version available.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM