limax84 wrote > I'm looking for a complete documentation of the itext library. Is there > such a thing ? I've read the e-book "itext In Action" and found a lot of > info on the web but everything is explained by EXAMPLES using magical > PdfName constants without any explanation. Same thing for the javadoc : > there is a unique description for every PdfName constant : "A name"... I > mean, seriously ??? WTF
If you seriously want to know, you will have to study the PDF specification, currently ISO 32000-1; a copy of it is available for free from the Adobe web site. There you'll find the PDFNames (and even more important: the concepts behind them) explained. If you do not want to study the specification, you had better restrict yourself to the high level iText API which is appropriately documented in the second edition of iText in Action. Regards, Michael -- View this message in context: http://itext-general.2136553.n4.nabble.com/Complete-documentation-tp4656112p4656113.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
