pdf-toolbox-document 0.1.1 → 0.1.2
raw patch · 4 files changed
+57/−1 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Pdf.Document.Info: data Info
Files
- changelog.md +5/−0
- lib/Pdf/Document/Info.hs +1/−0
- pdf-toolbox-document.cabal +2/−1
- test/files/nested_xobject.pdf +49/−0
changelog.md view
@@ -1,5 +1,10 @@ unreleased +0.1.2++* add missing file in test suite (#71)+* reexport Info from Pdf.Document.Info (#73)+ 0.1.1 * rework API
lib/Pdf/Document/Info.hs view
@@ -4,6 +4,7 @@ module Pdf.Document.Info (+ Info, infoTitle, infoAuthor, infoSubject,
pdf-toolbox-document.cabal view
@@ -1,5 +1,5 @@ name: pdf-toolbox-document-version: 0.1.1+version: 0.1.2 synopsis: A collection of tools for processing PDF files. license: BSD3 license-file: LICENSE@@ -11,6 +11,7 @@ cabal-version: >=1.10 homepage: https://github.com/Yuras/pdf-toolbox extra-source-files: changelog.md+ test/files/nested_xobject.pdf description: Mid level tools for processing PDF files. .
+ test/files/nested_xobject.pdf view
@@ -0,0 +1,49 @@+%PDF-1.7++1 0 obj+<</Pages 2 0 R /Type /Catalog>>+endobj++2 0 obj+<</Count 1 /Kids [3 0 R] /Type /Pages>>+endobj++3 0 obj+<</Resources <</Font <</F1 5 0 R>> /XObject <</X1 6 0 R>>>> /MediaBox [0 0 200 200] /Contents 4 0 R /Parent 2 0 R /Type /Page>>+endobj++5 0 obj+<</Subtype /Type1 /BaseFont /Helvetica /Type /Font>>+endobj++4 0 obj+<</Length 53>>stream+BT /F1 12 Tf 100 100 TD (Hello World!!!) Tj ET /X1 Do+endstream+endobj++6 0 obj+<</Length 52 /Resources <</Font <</F1 5 0 R>> /XObject <</X1 7 0 R>>>> /Subtype /Form /Type /XObject /BBox [0 0 200 200]>>stream+BT /F1 12 Tf 10 10 TD (XObject is here) Tj ET /X1 Do+endstream+endobj++7 0 obj+<</Length 52 /Resources <</Font <</F1 5 0 R>>>> /Subtype /Form /Type /XObject /BBox [0 0 200 200]>>stream+BT /F1 12 Tf 50 50 TD (nested XObject is here) Tj ET+endstream+endobj+xref+1 7+0000000009 00000 n +0000000057 00000 n +0000000113 00000 n +0000000326 00000 n +0000000257 00000 n +0000000427 00000 n +0000000635 00000 n +trailer+<</Root 1 0 R /Size 4>>+startxref+820+%%EOF