Hi
I use 'Arial Unicode MS' with 'Identity-H' encoding to convert Html to pdf.
document.open();
ArrayList p = HTMLWorker.parseToList(stringReader, st);
for (int k = 0; k < p.size(); ++k) {
document.add((Element)p.get(k));
}
document.close();
when I convert html with wide image, the image fills the page widthwise and
is truncated on the sides.
Please let me know a solution for this problem.
Thanks
--
View this message in context:
http://www.nabble.com/HTMLWorker.parseToList-incorrect-image-tf4762012.html#a13619300
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/