Skip to navigation
Convert images to PDF
24.05.23
# convert ```console ls -1 ./*jpg | xargs -L1 -I {} img2pdf {} -o {}.pdf ``` # rename ```console find . -name "*.jpg.pdf" -exec rename 's/.jpg.pdf$/.pdf/' {} \; ```
https://linuxhint.com/convert-image-pdf-linux-command-line/
Reply
Anonymous
Information Epoch 1742209215
Files are bags of bytes.
Home
Notebook
Contact us