thiyagu rajan,
thiyagu rajan wrote:
> Does anyone know why the below warnings are generated while processing the
> pdf files that are generated by splitting a odf using iText ?
>
> **** Warning: considering '0000000000 00000 n' as a free entry.
> [...]
> **** Warning: considering '0000000000 00000 n' as a free entry.
Those warnings refer to the fact that the cross reference table of the
processed files contain '0000000000 00000 n' entries. Such entries are a bit
weird as they say that
* the object in question exists in the file (use of 'n' instead of 'f'),
but that at the same time
* the offset ('0000000000') of the object points to the beginning of the
file which definitively cannot be the start of an object.
Most likely there are no objects for the given index in the cross reference
table, at least not anymore (maybe the object numbers in question were not
needed anymore as they contained objects from other pages?), and the entries
represent a funny way to express this.
The iText version you use is ancient. Current versions of iText do not
produce such entries (at least I have not seen any for a looooooong time).
You, therefore (and for loads of other reasons), should upgrade the document
splitting process to use the current iText version. Be aware, though, that
this means some work to do.
Regards, Michael.
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Warning-considering-0000000000-00000-n-as-a-free-entry-tp3636635p3637723.html
Sent from the iText - General mailing list archive at Nabble.com.
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
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