CLI/ImageMagick JPG>PDF
Posted: Tue Jul 23, 2024 10:59 am
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
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