CLI/ImageMagick JPG>PDF

Post Reply
amueller
Newbie
Posts: 5
Joined: Thu Feb 10, 2022 6:35 am
Location: South of Germany

CLI/ImageMagick JPG>PDF

Post 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
Kind regards, andi
amueller
Newbie
Posts: 5
Joined: Thu Feb 10, 2022 6:35 am
Location: South of Germany

Re: CLI/ImageMagick JPG>PDF

Post 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?
Kind regards, andi
Post Reply