On 2023-12-28 19:46, the...@sys-concept.com wrote:
@echo off
cd "C:\Users\Server\Desktop\"
magick convert -density 300 document.pdf -fuzz 45% -fill white +opaque black 
converted_document.pdf
pause

Just a wild guess without looking too deep into it: Might the "%" be a special character in a Batch file, being interpreted as some sort of variable? Can you escape it, maybe putting the whole "45%" in quotes?

Kind regards

FloGa

Reply via email to