Re-instated -remove-unused resources for cusomter
This commit is contained in:
parent
43e953586f
commit
4df6f42474
6
Changes
6
Changes
|
@ -1,6 +1,10 @@
|
|||
Version 2.3
|
||||
|
||||
o New operation -hard-box to clip contents to a given box
|
||||
|
||||
Version 2.2 (March 2017)
|
||||
|
||||
o Perform artihmetic on dimensions when specifying size or position
|
||||
o Perform arithmetic on dimensions when specifying size or position
|
||||
o Add simple rectangles to PDF to blank things out
|
||||
o Stamping operations now preserve annotations
|
||||
o Decryption fully on-demand for speed.
|
||||
|
|
|
@ -2066,6 +2066,7 @@ and specs =
|
|||
("-squeeze", Arg.Unit setsqueeze, " Squeeze");
|
||||
("-squeeze-log-to", Arg.String setsqueezelogto, " Squeeze log location");
|
||||
(*These items are undocumented *)
|
||||
("-remove-unused-resources", Arg.Unit (setop RemoveUnusedResources), "");
|
||||
("-stay-on-error", Arg.Unit setstayonerror, "");
|
||||
("-extract-fontfile", Arg.Unit (setop ExtractFontFile), "");
|
||||
("-extract-images", Arg.Unit setextractimages, "");
|
||||
|
|
Loading…
Reference in New Issue