We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e3d71 commit baad858Copy full SHA for baad858
1 file changed
crates/pdf_io/pdf_io/dpx-pdfobj.c
@@ -258,7 +258,7 @@ init_pdf_out_struct (pdf_out *p)
258
memset(p->id2, 0, 16);
259
260
p->version.major = 1;
261
- p->version.minor = PDF_VERSION_DEFAULT;
+ p->version.minor = PDF_VERSION_DEFAULT % 10; /* Tectonic: fix this setting */
262
263
p->options.compression.level = 9;
264
p->options.compression.use_predictor = 1;
0 commit comments