diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-12-11 19:49:35 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2022-12-11 19:49:35 +0100 |
commit | 132b0418ccf3a5ac916813b80ce4f04dd8aad1bd (patch) | |
tree | 8b45c91310b9a5c18944cb664eaa1ec896d0b760 | |
parent | 59f6ddbffb77817ec431f923dc543a94ee98f3bd (diff) |
reference stackoverflow note about limits to /CropMark method
-rw-r--r-- | USE.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -158,6 +158,9 @@ TODO: maybe options `-dDEVICEWIDTHPOINTS` and `-dDEVICEHEIGHTPOINTS` are superfl TODO: maybe options `-dDEVICEWIDTHPOINTS` and `-dDEVICEHEIGHTPOINTS` can be shortened as `-dDEVICEWIDTH` and `-dDEVICEHEIGHT` -TODO: maybe works only with `CropMark` applied for whole PDF file (and when none are applied?) but fails when input file already contain per-page `CropMark` hints +TODO: maybe works only with `CropMark` applied for whole PDF file (and when none are applied?) but [fails] when input file already contain per-page `CropMark` hints Source: <https://stackoverflow.com/a/26989410> + +[fails]: <https://stackoverflow.com/a/6184547/18619283> + "stackoverflow answer mentioning need for mangling existing /CropMark annotations" |