PDF to JPG

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

Is there a way to convert a PDF file to a JPG image in .NET?

I am working on a web site where I need to embed documents on a page
to display it online.
The only way possible is to display it in Flash ...

I don't know a PDF > Flash conversion at runtime ... Do you?

So I was looking to maybe convert PDF to JPG and use a Flash viewer.

Thank You,
Miguel
 
Hello,

Is there a way to convert a PDF file to a JPG image in .NET?

Surely there is.
I am working on a web site where I need to embed documents on a page
to display it online.
The only way possible is to display it in Flash ...

If the user has Adobe Acrobat Reader installed, you should be able to
display PDF files as embedded objects, without Flash.
I don't know a PDF > Flash conversion at runtime ... Do you?

So I was looking to maybe convert PDF to JPG and use a Flash viewer.

I think you should just require Reader to be installed and embed the PDF
file as an object in your HTML. Barring that, I'll bet there's some tool
available you can use that will convert a PDF file to JPEG. But for sure,
it's not built into .NET.

Pete
 
I've used the LeadTools components to do this. They work fine, but
you're out $4000.
 
Back
Top