PDF to JPG

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
 
P

Peter Duniho

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
 
N

not_a_commie

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

pdf to jpg ? 4
Word 2007 to PDF 1
PDF to jpg 1
Screenshot of PDF page. Does anyone knows how to do this? 3
Foxit PDF 3
Fading in and out. 4
Create Fillable PDF Forms With LibreOffice Writer 3
PDF Viewer 2

Top