Differences From Artifact [f4439b0482]:
- File src/printobj.tcl — part of check-in [04edfdfee9] at 2015-11-17 23:44:18 on branch trunk — Compress printed PDF (user: peter size: 6083)
To Artifact [20a25b6544]:
- File src/printobj.tcl — part of check-in [c881805f12] at 2016-08-21 22:38:14 on branch trunk — Use backward compatible call to pdf4tcl (user: peter size: 6079)
︙ | |||
50 51 52 53 54 55 56 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | - + | variable ox2 variable oy variable page constructor {args} { set tmp(-file) $options(-file) catch {array set tmp $args} |
︙ |