Re-instated -remove-unused resources for cusomter

This commit is contained in:
John Whitington 2017-05-26 15:09:32 +01:00
parent 43e953586f
commit 4df6f42474
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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, "");