×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On Fri, 15 Apr 2005, Mike Wills wrote:
The resulting file of a 3000 or so page PDF comes out to be about 5-10MB
range I believe.
In that case the should be no problem with the XREF running out of space.
The PDF Reference (version 1.5) states that the format of the xref is as
follows:
nnnnnnnnnn ggggg n eol
where nnnnnnnnnn is a 10-digit byte offset, ggggg is a 5-digit generation
number, n is a literal keyword identifying this as an in-use entry, and
eol is a 2-character end-of-line sequence.
Therefore, if the PDF file is only 10MB large, the byte offset cannot
possibly be larger than 10 digits. So the 3,000 page limit is not due to
limitations of the PDF xref.
btw - the offset is the number of bytes from the beginning of the file.
The largest the offset could possibly be is the size of the file. That
means a PDF is limited to 10GB in size (before the xref and without doing
any other tricks).
James Rich
It's not the software that's free; it's you.
- billyskank on Groklaw
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.