vb.net - Convert Pdf to Bitmap via code -


i know there's tons of threads "out there" can find bitmap pdf , how add images pdf.

i have pdf convert jpeg. i've tried use itextsharp can find info making pdf, not other way araound. ideas or links actual code?

imagemagick uses ghostscript handle pdfs if task i'd recommend using ghostscript. there's managed wrapper here , can ghostscript binaries here. come in installer can extract them using 7-zip. see this discussion on need deploy in app. might have play around 32-bit vs 64-bit. also, on ghostscript download page please read "which license right me?" section.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -