Browse Source
Rather than displaying links that does *nothing* when clicked, it probably makes more sense to simply not render them instead. Especially since it turns out that, at least at this point in time, this is *very* easy to both implement and test. Fixes 3897.
4 changed files with 98 additions and 1 deletions
@ -0,0 +1,85 @@
@@ -0,0 +1,85 @@
|
||||
%PDF-1.7 |
||||
%âãÏÓ |
||||
1 0 obj |
||||
<< |
||||
/Pages 2 0 R |
||||
/Type /Catalog |
||||
>> |
||||
endobj |
||||
2 0 obj |
||||
<< |
||||
/Kids [3 0 R] |
||||
/Count 1 |
||||
/Type /Pages |
||||
>> |
||||
endobj |
||||
3 0 obj |
||||
<< |
||||
/Parent 2 0 R |
||||
/Annots [4 0 R] |
||||
/MediaBox [0 0 200 50] |
||||
/Resources |
||||
<< |
||||
/Font |
||||
<< |
||||
/F1 5 0 R |
||||
>> |
||||
>> |
||||
/Contents 6 0 R |
||||
/Type /Page |
||||
>> |
||||
endobj |
||||
4 0 obj |
||||
<< |
||||
/Border [0 0 1] |
||||
/Subtype /Link |
||||
/C [0 1 0] |
||||
/A |
||||
<< |
||||
/URI (file://path/to/local/file.pdf) |
||||
/Type /Action |
||||
/S /URI |
||||
>> |
||||
/Type /Annot |
||||
/Rect [5 10 180 40] |
||||
>> |
||||
endobj |
||||
5 0 obj |
||||
<< |
||||
/BaseFont /Times-Roman |
||||
/Subtype /Type1 |
||||
/Encoding /WinAnsiEncoding |
||||
/Type /Font |
||||
>> |
||||
endobj |
||||
6 0 obj |
||||
<< |
||||
/Length 62 |
||||
>> |
||||
stream |
||||
1 0 0 rg |
||||
BT |
||||
10 20 TD |
||||
/F1 20 Tf |
||||
(path/to/local/file.pdf) Tj |
||||
ET |
||||
|
||||
endstream |
||||
endobj xref |
||||
0 7 |
||||
0000000000 65535 f |
||||
0000000015 00000 n |
||||
0000000066 00000 n |
||||
0000000125 00000 n |
||||
0000000270 00000 n |
||||
0000000437 00000 n |
||||
0000000538 00000 n |
||||
trailer |
||||
|
||||
<< |
||||
/Root 1 0 R |
||||
/Size 7 |
||||
>> |
||||
startxref |
||||
652 |
||||
%%EOF |
Loading…
Reference in new issue