Hi, I am not sure, what you mean by there is no javadoc, have you e.g. been looking at: http://api.itextpdf.com/ which does enlist all methods so far. I admit, it still leaves room for questions, especially on the conversion to be PDFA compliant. PDFA compliancy does not come for free, and there is no method as far as I have understood the book and the documentation that really actively does something on this regard.
- you would have to understand the requirements of PDF/A (PDF Level 1.4, + restrictions that apply) - no transparency - no encryption - all fonts embedded - and some more depending on whether you want to be PDF/A-1b or PDF/A-1a compliant. The latter one is really unlikely to achieve with this functionality. As well, you have to check for which library you are using, this is for iText 5.x, there are older distributions, which you can get from sourceforge etc, where as well are api-docs included. -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-to-PDFA-Conversion-tp3303633p3304099.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions 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
