aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSebastian Rasmussen <[email protected]>2013-01-11 23:58:04 +0100
committerTuncer Ayaz <[email protected]>2013-01-12 14:05:11 +0100
commit2c59215a21c73ade41f30b65f771c1af5762cac6 (patch)
tree14ec349d5143bc28affcc56095a5713b3c5b7045 /make
parentc67af94ee3c1e7bb84be4714b9f82b831da332ab (diff)
downloadotp-2c59215a21c73ade41f30b65f771c1af5762cac6.tar.gz
otp-2c59215a21c73ade41f30b65f771c1af5762cac6.tar.bz2
otp-2c59215a21c73ade41f30b65f771c1af5762cac6.zip
make/fakefop: repair pdf structure and make content static
Diffstat (limited to 'make')
-rwxr-xr-xmake/fakefop106
1 files changed, 50 insertions, 56 deletions
diff --git a/make/fakefop b/make/fakefop
index 9b289d9aef..b64428bbd1 100755
--- a/make/fakefop
+++ b/make/fakefop
@@ -28,84 +28,78 @@ then
fi
OUTFILE=$6
-NAME=`basename $6 .pdf`
-cat > $OUTFILE <<EndOfFile
-%PDF-1.4
+echo -n -e '%PDF-1.4\n%\0342\0343\0317\0323\n\n' > $OUTFILE
+
+cat >> $OUTFILE <<EndOfFile
1 0 obj
- << /Type /Catalog
- /Outlines 2 0 R
- /Pages 3 0 R
- >>
+<<
+ /Type /Catalog
+ /Pages 2 0 R
+>>
endobj
2 0 obj
- << /Type /Outlines
- /Count 0
- >>
+<<
+ /Type /Pages
+ /Kids [ 3 0 R ]
+ /Count 1
+>>
endobj
3 0 obj
- << /Type /Pages
- /Kids [4 0 R]
- /Count 1
+<<
+ /Type /Page
+ /Parent 2 0 R
+ /MediaBox [ 0 0 612 492 ]
+ /Contents 5 0 R
+ /Resources <<
+ /Font <<
+ /F1 4 0 R
+ >>
>>
+>>
endobj
4 0 obj
- << /Type /Page
- /Parent 3 0 R
- /MediaBox [0 0 612 492]
- /Contents 5 0 R
- /Resources << /ProcSet 6 0 R
- /Font << /F1 7 0 R >>
- >>
- >>
+<<
+ /Type /Font
+ /Subtype /Type1
+ /Name /F1
+ /BaseFont /Helvetica
+ /Encoding /StandardEncoding
+>>
endobj
5 0 obj
- << /Length 73 >>
+<<
+ /Length 74
+>>
stream
- BT
- /F1 24 Tf
- 10 400 Td
- ($NAME) Tj
- ET
- BT
- /F1 24 Tf
- 10 350 Td
- (\(placeholder PDF generated with fakefop\)) Tj
- ET
+BT
+/F1 24 Tf
+10 400 Td
+(\(placeholder PDF generated with fakefop\)) Tj
+ET
endstream
endobj
-6 0 obj
- [/PDF /Text]
-endobj
-7 0 obj
- << /Type /Font
- /Subtype /Type1
- /Name /F1
- /BaseFont /Helvetica
- /Encoding /MacRomanEncoding
- >>
-endobj
xref
-0 8
-0000000000 65535 f
-0000000009 00000 n
-0000000074 00000 n
-0000000120 00000 n
-0000000179 00000 n
-0000000364 00000 n
-0000000466 00000 n
-0000000496 00000 n
+0 6
+0000000000 65536 f
+0000000016 00000 n
+0000000070 00000 n
+0000000136 00000 n
+0000000291 00000 n
+0000000410 00000 n
trailer
- << /Size 8
- /Root 1 0 R
- >>
+<<
+ /Size 6
+ /Root 1 0 R
+>>
+
startxref
-625
+536
%%EOF
EndOfFile