-
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
Prevent failures in the Annotation code if the Rect
array contains indirect objects (issue 7115)
#7118
Conversation
…indirect objects (issue 7115) Note that in the PDF files provided by the reporter, this issue was limited to `Rect` arrays in AcroForm entries (which we currently don't support). However, since a bad PDF generator could create this problem in *any* kind of annotation, the reduced test-case included here uses a simple LinkAnnotation instead. Fixes 7115.
/botio-linux preview |
From: Bot.io (Linux)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/8b0658a3856efec/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/8b0658a3856efec/output.txt Total script time: 1.01 mins Published |
/botio test |
From: Bot.io (Linux)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/28d288b7517a5c3/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.22.172.223:8877/4679132dfc883ad/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/4679132dfc883ad/output.txt Total script time: 19.95 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/28d288b7517a5c3/output.txt Total script time: 21.95 mins
|
/botio unittest |
From: Bot.io (Linux)ReceivedCommand cmd_unittest from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/609d73ec7b6a836/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.22.172.223:8877/371bfb8a96c6c30/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/609d73ec7b6a836/output.txt Total script time: 1.75 mins
|
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/371bfb8a96c6c30/output.txt Total script time: 1.88 mins
|
/botio makeref |
From: Bot.io (Linux)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://107.21.233.14:8877/8d259d4f0d1d100/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://107.22.172.223:8877/6bab7b59257593a/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/6bab7b59257593a/output.txt Total script time: 19.66 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/8d259d4f0d1d100/output.txt Total script time: 21.21 mins
|
Thanks! |
Note that in the PDF files provided by the reporter, this issue was limited to
Rect
arrays in AcroForm entries (which we currently don't support).However, since a bad PDF generator could create this problem in any kind of annotation, the reduced test-case included here uses a simple LinkAnnotation instead.
Fixes #7115.
A note for the reviewer: If you need a copy of the original PDF files for verification purposes, please let me know!