Also, look at Jpedal, I am having great success with the latest version.

-Bill Ensley
www.bearprinting.com 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Stuart Jansen
> Sent: Tuesday, February 13, 2007 3:29 PM
> To: Post all your questions about iText here
> Subject: Re: [iText-questions] PDF to BMP
> 
> On Tue, 2007-02-13 at 21:49 +0100, Philipp Schneider wrote:
> > I have a question: Do you know a way, to convert a pdf file 
> to a bmp 
> > or other image file. It was best, if Adobe Reader isn't 
> required to be 
> > installed.
> 
> iText can create PDFs, but it does not have the ability to render (or
> display) them.
> 
> Check out GhostScript. There are both free and more 
> up-to-date commercial versions of it. To get you started, 
> here's a line from a shell script I use for converting a 
> single PDF to PNG.
> 
> gs -q -dSAFER -dBATCH -dNOPAUSE -r600 -dFirstPage=$I \  
> -dLastPage=$I -sDEVICE=png16m -dGraphicsAlphaBits=4 \  
> -sOutputFile="$OUT" "$1" 
> 
> --
> Stuart Jansen <[EMAIL PROTECTED]>
> Guru Labs, L.C.
> 


-------------------------------------------------------------------------
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
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to