vote up 0 vote down star
1

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?

flag

75% accept rate

4 Answers

vote up 5 vote down check

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

link|flag
1  
Here's a codeproject how to using GhostScript with .net codeproject.com/KB/cs/… – TheLameDuck Oct 2 at 20:42
ImageMagick has wrappers around that. – divo Oct 2 at 20:47
2  
... to be found here: imagemagick.codeplex.com – divo Oct 2 at 20:48
+1 for Ghostscript – Steve Claridge Oct 8 at 0:00
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up -2 vote down

Two words: analog hole.

link|flag
That was useless. – Jeremy Oct 13 at 22:43
So you're recommending printing the PDF, setting it down on a wooden table, and photographing it? – jleedev Oct 29 at 18:01
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 Nov 5 at 6:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.