2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-10 06:02:27 +00:00
qpdf/examples
Fredrik Fornwall e0775238b8 Fix QPDFEFStreamObjectHelper::{get,set}Subtype
The /Subtype entry that specifies the mime type of an embedded file is
inside the embedded file stream dictionary directly, not it in the
parameter dictionary.

See Table 45 and 46 in the PDF 1.7 specification:
https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf#page=112
2021-09-10 10:02:24 -04:00
..
qtest Fix QPDFEFStreamObjectHelper::{get,set}Subtype 2021-09-10 10:02:24 -04:00
build.mk
examples.testcov
Makefile
pdf-attach-file.cc Use QUtil::path_basename 2021-02-18 09:59:03 -05:00
pdf-bookmarks.cc
pdf-c-objects.c
pdf-count-strings.cc
pdf-create.cc
pdf-custom-filter.cc Update examples to use copyStream() 2021-02-25 13:21:23 -05:00
pdf-double-page-size.cc
pdf-filter-tokens.cc
pdf-invert-images.cc Update examples to use copyStream() 2021-02-25 13:21:23 -05:00
pdf-linearize.c
pdf-mod-info.cc Change from QPDF{Array,Dict}Items to aitems() and ditems() 2021-02-22 11:05:39 -05:00
pdf-name-number-tree.cc Change from QPDF{Array,Dict}Items to aitems() and ditems() 2021-02-22 11:05:39 -05:00
pdf-npages.cc
pdf-overlay-page.cc Update pdf-overlay-page example to copy annotations 2021-02-22 18:42:06 -05:00
pdf-parse-content.cc
pdf-set-form-values.cc
pdf-split-pages.cc