I found out I that rather than converting from pdf to png, gif, etc., I can convert a Swing image to png, gif, etc., using javax.imageio. Then I can embed the image name in the html code. This was ultimately what I needed to do, although I wasn't very clear about that. When I first asked the question, the approach I was supposed to take wasn't clear. I'm still using iText for other things, though. Thanks.
Steve Sinai ssinai wrote: > > I'm trying to figure out how to display pdf images in an html file. I > guess the way to do this is to convert from pdf to gif or png or jpg, and > then use HtmlWriter to put them into an html document. Does anyone have > any good advice as to the best way to convert from pdf to the other image > formats? > > Thanks, > Steve Sinai > -- View this message in context: http://www.nabble.com/pdf-to-html-tf4232618.html#a12057615 Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
