Page 1 of 1

CLI/ImageMagick JPG>PDF

Posted: Tue Jul 23, 2024 10:59 am
by amueller
Hello, I try to curve/warp a JPG via ImageMagick and Switch for Windows (this part works) and to save as a PDF.
I would like to pack that in a single CLI command.

Until now i use the App "run Command" with "Command Prompt" "Text with variables":
"magick "%%InputFilePath%%" -distort arc "27 0 22500 19850" %%InputFilePath%%"" and get a jpg.

How can i extend the CLI so i get a PDF? Does anybody use this?

Kind regards,
Andreas

Re: CLI/ImageMagick JPG>PDF

Posted: Fri Aug 02, 2024 2:43 pm
by amueller
Hi Schuster!

Thank you for your information! Unfortunately that doesn't work. Can it be that it only works if you have installed Ghostscript?