ssinai wrote:
> I'm trying to figure out how to display pdf images in an html file.
The easiest way is to embed the PDF in an HTML file as a PDF
(without doing any conversion):
<object
id="myPDF"
height=500 width=100%
type="application/pdf"
data="my.pdf">
</object>
Most modern browsers will know how to show the PDF using the
Adobe Reader plug-in. The PDF will look as a part of the HTML page.
br,
Bruno
-------------------------------------------------------------------------
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/