views:

289

answers:

4

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?

+5  A: 

Try Ghostscript. Here's a wrapper for .NET.

Mauricio Scheffer
Here's a codeproject how to using GhostScript with .net http://www.codeproject.com/KB/cs/GhostScriptUseWithCSharp.aspx
Michael La Voie
ImageMagick has wrappers around that.
0xA3
... to be found here: http://imagemagick.codeplex.com/
0xA3
+1 for Ghostscript
Steve Claridge
If you want the latest code for GhostscriptSharp (linked above) you can get it here: http://github.com/mephraim/ghostscriptsharp
Matt Ephraim
A: 

Two words: analog hole.

Robert L
That was useless.
Jeremy
So you're recommending printing the PDF, setting it down on a wooden table, and photographing it?
jleedev
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
A: 

You can even convert them into MS Word! http://www.pdftoword.com/.

zvolkov
A: 

iport your pdf into photoshop, then it can become a image.