-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip any whitespace after the first object in linearized PDFs (issue 17665) #17666
Conversation
bc1c1f4
to
908458d
Compare
Can't we write a test to load |
…17665) This way the code is now consistent with the non-linearized branch in the `PDFDocument.startXRef` getter.
908458d
to
37e98e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you.
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/bd60e99ac29d77f/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/c5e954a108526ff/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/c5e954a108526ff/output.txt Total script time: 24.68 mins
Image differences available at: http://54.241.84.105:8877/c5e954a108526ff/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/bd60e99ac29d77f/output.txt Total script time: 41.70 mins
Image differences available at: http://54.193.163.58:8877/bd60e99ac29d77f/reftest-analyzer.html#web=eq.log |
Please note: I don't think that we have any good way of testing this, however the code is now consistent with the non-linearized branch in the
PDFDocument.startXRef
getter.