aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-29 05:01:23 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-07-01 22:03:19 +0200
commit6e98469ef723960ce4fcf37b27416cf2ebfca263 (patch)
treed72f10627e6088cfe727fe3d8ba01a19fc1e5c6a /test.sh
parent55a17a69b793ef399f4c8799b37e737a0d2940b2 (diff)
downloadpdf-simple-sign-6e98469ef723960ce4fcf37b27416cf2ebfca263.tar.gz
pdf-simple-sign-6e98469ef723960ce4fcf37b27416cf2ebfca263.tar.xz
pdf-simple-sign-6e98469ef723960ce4fcf37b27416cf2ebfca263.zip
WIP: PDF 1.5 cross-reference stream support
Perhaps only for Go.
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index 831a15e..9d3ab60 100755
--- a/test.sh
+++ b/test.sh
@@ -11,8 +11,7 @@ mkdir tmp
# Create documents in various tools
log "Creating source documents"
-inkscape --pipe --export-filename=tmp/cairo.pdf --export-pdf-version=1.4 \
-<<'EOF' 2>/dev/null || :
+inkscape --pipe --export-filename=tmp/cairo.pdf <<'EOF' 2>/dev/null || :
<svg xmlns="http://www.w3.org/2000/svg"><text x="5" y="10">Hello</text></svg>
EOF