Title: Convert PDF to an Image

My question was not about images, but about PDF pages. 

------------
Eli Segev
781-370-6096

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manoj
Sent: Monday, July 10, 2006 11:18 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] Convert PDF to an Image

 

You are required to do following code:

 

Image image = Image.getInstance("abc.gif");

document.add(image);

 

Make sure your document is open prior to adding.

 

 

----- Original Message -----

From: Segev, Eli

Sent: Monday, July 10, 2006 7:57 PM

Subject: [iText-questions] Convert PDF to an Image

 

Is there any way to put a PDF page (PdfIndirectPage, or PdfPage) into a PdfPCell?  I thought there would be some way of making a page into an Image, but I can't figure this out.  This is essentially like converting a PDF page into an Image.  Any suggestions?

------------

Eli Segev



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to