Details
-
Improvement
-
Resolution: Fixed
-
None
-
Critical
-
pdfconverter docker image update is required
-
PDF converter now doesn't optimize pdf files before conversion by default, but does that as a fallback if conversion failed. Behavior can be changed by enabling runtimeOptions.plugins.VisualReview.optimizeBeforeConversion config option.
-
Empty show more show less
Description
Need to add config value runtimeOptions.plugins.VisualReview.optimizeBeforeConversion with default value = false.
Need to make optimization step disabled by default if the above config is not provided or equals false.
If optimization is disabled, but conversion of pdf to html failed need to make attempt to optimize pdf and convert again.