Add stop on soft render errors and option to override

This commit is contained in:
James R. Barlow
2023-06-01 23:49:34 -07:00
parent 22d35c199d
commit e8ed510543
13 changed files with 68 additions and 20 deletions
+8
View File
@@ -420,6 +420,14 @@ Online documentation is located at:
"which do not benefit. If the threshold is 0 it will be apply to all files. "
"Set the threshold very high to disable.",
)
advanced.add_argument(
'--continue-on-soft-render-error',
action='store_true',
help="Continue processing pages after a recoverable PDF rendering error. "
"A recoverable error is one that does not prevent the page from being "
"rendered, but may result in visual differences compared to the input "
"file. Missing fonts are a typical source of these errors.",
)
advanced.add_argument(
'--plugin',
dest='plugins',