I'd highly recommend reading the iText In Action book - it gets into a lot of the details on this, and is a good resource to have if you are delving into the guts of PDF. The PDF spec, of course, is also a very good resource.
iText is a Java library. The iTextSharp port is done with some amount of lag time behind the Java releases (sorry, I'm not at all involved with the iTextSharp port). If you want, hit the Java repo and see the last diff I submited, then make equivalent changes to the iTextSharp code you are using locally (that way you'll be compatible when the port does happen). Let me know how it goes with the superscript, etc... work - this is definitely of interest. I could, for example, eventually see an RTF or possibly HTML text extraction listener that actually takes font, color, etc... into account. -- View this message in context: http://itext-general.2136553.n4.nabble.com/PdfContentStreamProcessor-not-handling-TJ-operator-correctly-maybe-tp4656117p4656242.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
