aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pdf-attach-file.cc
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-03-02 19:37:51 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-03-03 12:54:30 +0100
commit78aa3b6c2bf6db9931a760a8a93ee2cf96b17123 (patch)
treea61caff1004950cf04877e20401d9ab3df50a623 /examples/pdf-attach-file.cc
parentc0fc776ba4c14cda0a2e483465c579b175690a9a (diff)
downloadqpdf-78aa3b6c2bf6db9931a760a8a93ee2cf96b17123.tar.zst
Tidy example pdf-double-page-size
Also fix typo in pdf-attach-file example.
Diffstat (limited to 'examples/pdf-attach-file.cc')
-rw-r--r--examples/pdf-attach-file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdf-attach-file.cc b/examples/pdf-attach-file.cc
index c9c5caea..af1e5267 100644
--- a/examples/pdf-attach-file.cc
+++ b/examples/pdf-attach-file.cc
@@ -98,7 +98,7 @@ static void process(char const* infilename, char const* password,
// apdict.replaceKey("/Type", QPDFObjectHandle::newName("/XObject"));
// apdict.replaceKey("/Subtype", QPDFObjectHandle::newName("/Form"));
// apdict.replaceKey("/BBox", QPDFObjectHandle::parse("[ 0 0 20 20 ]"));
- apdict.replaceKey("/Resources", "<< >>"_qpdf"");
+ apdict.replaceKey("/Resources", "<< >>"_qpdf);
apdict.replaceKey("/Type", "/XObject"_qpdf);
apdict.replaceKey("/Subtype", "/Form"_qpdf);
apdict.replaceKey("/BBox", "[ 0 0 20 20 ]"_qpdf);