Commit 26a3c3a1c43d83c5a92b01e7ce37da5bb75202f8
1 parent
05a6d966
update for fixes to linearization padding calculations
git-svn-id: svn+q:///qpdf/trunk@933 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
5 changed files
with
2 additions
and
1 deletions
include/qpdf/QPDFWriter.hh
| @@ -240,7 +240,8 @@ class QPDFWriter | @@ -240,7 +240,8 @@ class QPDFWriter | ||
| 240 | int prev, | 240 | int prev, |
| 241 | int hint_id, | 241 | int hint_id, |
| 242 | int hint_offset, | 242 | int hint_offset, |
| 243 | - int hint_length); | 243 | + int hint_length, |
| 244 | + bool skip_compression); | ||
| 244 | 245 | ||
| 245 | // When filtering subsections, push additional pipelines to the | 246 | // When filtering subsections, push additional pipelines to the |
| 246 | // stack. When ready to switch, activate the pipeline stack. | 247 | // stack. When ready to switch, activate the pipeline stack. |
qpdf/qtest/qpdf/c-linearized.pdf
No preview for this file type
qpdf/qtest/qpdf/lin-special.generate.exp
No preview for this file type
qpdf/qtest/qpdf/object-stream.generate.exp
No preview for this file type
qpdf/qtest/qpdf/object-stream.preserve.exp
No preview for this file type