pdf to jpg ?

P

Paulo

Hi, my customer requested me if possible to do a module that he/she chooses
the .pdf file and it will be converted to jpg image...

Is it possible? Any experiencies? Any components able to do that?

Thank you very much

using VS C# 2k8 PRO
 
P

Peter Duniho

Paulo said:
Hi, my customer requested me if possible to do a module that he/she chooses
the .pdf file and it will be converted to jpg image...

Is it possible? Any experiencies? Any components able to do that?

Not in .NET. Ironically, one of the easiest ways to convert a PDF to
JPEG is to write a Mac program, where PDF is an OS-supported document
format.

Using .NET, you should look for a third-party PDF reader that you can use.

Pete
 
J

Jesse Houwing

* Paulo wrote, On 21-1-2010 1:22:
Hi, my customer requested me if possible to do a module that he/she chooses
the .pdf file and it will be converted to jpg image...

Is it possible? Any experiencies? Any components able to do that?

Thank you very much

using VS C# 2k8 PRO

Not by default. There are a number of (open source and commercial)
components available that can help you out.

http://www.aspose.com/categories/.net-components/aspose.pdf-for-.net/default.aspx
http://itextsharp.sourceforge.net/
http://www.pdfsharp.com/PDFsharp/

to name a few

Most allow editing, viewing and capturing PDF data.

I haven't tested which allow you to access a PDF page as a Graphics
object so that you can save them to a jpg or a different format.But if
you look around, you'll probably find one that can.
 
J

Jesse Houwing

* Paulo wrote, On 21-1-2010 1:22:
Hi, my customer requested me if possible to do a module that he/she chooses
the .pdf file and it will be converted to jpg image...

Is it possible? Any experiencies? Any components able to do that?

Thank you very much

using VS C# 2k8 PRO

Looks liek Aspose PDF.Kit supports saving pages as images out of the box:

http://www.aspose.com/categories/.net-components/aspose.pdf.kit-for-.net/default.aspx

DF Document Manipulation

Aspose.Pdf.Kit for .NET offers the capability to manipulate existing PDF
documents. It allows you to Concatenate/Merge two or more PDF documents,
Append new pages to existing document, Extract pages, Insert pages at
particular location in existing PDF file, Split one PDF into two PDF
documents or even Split the document into single page PDF documents.
Create N-Up (number of pages over single page) and create Booklets. It
also offers the facility to Transform each page of PDF file into
conventional image formats i.e. BMP, JPEG, PNG, GIF and also allows you
to transform all the pages of a PDF file to a single TIFF image, each
page transform to a tag of the TIFF image. All these features are
provided by Aspose.Pdf.Kit for .NET and are very easy to use as well as
very efficient.
 

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


Top