Browse Source
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.
4 changed files with 108 additions and 1 deletions
@ -0,0 +1,97 @@
@@ -0,0 +1,97 @@
|
||||
%PDF-1.7 |
||||
%âãÏÓ |
||||
1 0 obj |
||||
<< |
||||
/Pages 2 0 R |
||||
/Type /Catalog |
||||
>> |
||||
endobj |
||||
2 0 obj |
||||
<< |
||||
/Kids [3 0 R] |
||||
/Type /Pages |
||||
/Count 1 |
||||
>> |
||||
endobj |
||||
3 0 obj |
||||
<< |
||||
/Parent 2 0 R |
||||
/Annots [4 0 R] |
||||
/Resources |
||||
<< |
||||
/Font |
||||
<< |
||||
/F1 5 0 R |
||||
>> |
||||
>> |
||||
/MediaBox [0 0 200 50] |
||||
/Type /Page |
||||
/Contents 6 0 R |
||||
>> |
||||
endobj |
||||
4 0 obj |
||||
<< |
||||
/Border [0 0 1] |
||||
/Subtype /Link |
||||
/C [0 1 0] |
||||
/A |
||||
<< |
||||
/URI (http://www.example.com) |
||||
/Type /Action |
||||
/S /URI |
||||
>> |
||||
/Type /Annot |
||||
/Rect [7 0 R 8 0 R 9 0 R 10 0 R] |
||||
>> |
||||
endobj |
||||
5 0 obj |
||||
<< |
||||
/BaseFont /Times-Roman |
||||
/Subtype /Type1 |
||||
/Type /Font |
||||
/Encoding /WinAnsiEncoding |
||||
>> |
||||
endobj |
||||
6 0 obj |
||||
<< |
||||
/Length 55 |
||||
>> |
||||
stream |
||||
1 0 0 rg |
||||
BT |
||||
10 20 TD |
||||
/F1 20 Tf |
||||
(www.example.com) Tj |
||||
ET |
||||
|
||||
endstream |
||||
endobj |
||||
7 0 obj 5 |
||||
endobj |
||||
8 0 obj 10 |
||||
endobj |
||||
9 0 obj 170 |
||||
endobj |
||||
10 0 obj 40 |
||||
endobj xref |
||||
0 11 |
||||
0000000000 65535 f |
||||
0000000015 00000 n |
||||
0000000066 00000 n |
||||
0000000125 00000 n |
||||
0000000270 00000 n |
||||
0000000443 00000 n |
||||
0000000544 00000 n |
||||
0000000652 00000 n |
||||
0000000670 00000 n |
||||
0000000689 00000 n |
||||
0000000709 00000 n |
||||
trailer |
||||
|
||||
<< |
||||
/Root 1 0 R |
||||
/Size 11 |
||||
>> |
||||
startxref |
||||
728 |
||||
%%EOF |
Loading…
Reference in new issue