I need to import PDF documents into Microsoft OneNote, which means converting the PDF file to an image. Is there a descent free library I can use from .NET to convert the PDF file to a BMP/PNG/JPEG file? Maybe an open source project?
Here's a codeproject how to using GhostScript with .net http://www.codeproject.com/KB/cs/GhostScriptUseWithCSharp.aspx
Michael La Voie
2009-10-02 20:42:46
ImageMagick has wrappers around that.
0xA3
2009-10-02 20:47:27
... to be found here: http://imagemagick.codeplex.com/
0xA3
2009-10-02 20:48:45
+1 for Ghostscript
Steve Claridge
2009-10-08 00:00:52
If you want the latest code for GhostscriptSharp (linked above) you can get it here: http://github.com/mephraim/ghostscriptsharp
Matt Ephraim
2010-04-09 19:47:51
So you're recommending printing the PDF, setting it down on a wooden table, and photographing it?
jleedev
2009-10-29 18:01:14
What I meant was, anything you can see on the screen, you can have as a BMP image. Use Ctrl + Print Screen to capture the image, and then paste it into Paint.
Robert L
2009-11-05 06:49:40