quinta-feira, 24 de setembro de 2020

How to convert many PNG to PDF at once on Linux

In Ubuntu distros, install convert and aparallel:
 sudo apt-get install parallel convert  
Once you are on the same directory of the images, run the command above:
 parallel convert '{} {.}.pdf' ::: *.png  

Nenhum comentário:

Postar um comentário