[poppler] [question] to avoid a structure error.

Adrian Johnson ajohnson at redneon.com
Thu May 19 13:53:44 UTC 2016


On 18/05/16 10:16, 副島大志 wrote:
> Hello, I'm Taishi Soejima.
> Thanks to poppler, I can use PDF converting application.
> 
> I have a question, how can I process over 2.14GB pdf with poppler?
> When I try that, I've got this message below.
> 
> "Syntax Error: Document base stream is not seekable"
> 
> I guess too big to process and it exceed the range of 32bit of integral
> number.
> 
> I'm very happy if I get awswer and process such big files.
> 
> Thank you in advance.

Large files have been supported since 0.23.0 on both Linux and Windows.
The autoconf build enables the large file support that makes off_t a
64-bit type. There appears to be something similar in the cmake build.

I noticed a minor issue with the fseek feature macros. Patch attached.


> 
> _______________________________________________
> poppler mailing list
> poppler at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/poppler
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-testing-of-feature-macros-with-if-elif-should-use-de.patch
Type: text/x-patch
Size: 1754 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/poppler/attachments/20160519/86496b78/attachment.bin>


More information about the poppler mailing list