Ubuntu – LibreOffice Draw multiple jpg to pdf

image processinglibreofficepdf

How can I use LibreOffice Draw to convert multiple jpg files which were scanned, to a pdf file in a short way. Last time I had to create "New page" then "Insert -> Image" which was a *** for about 50 pages.

Best Answer

You can use ImageMagick (package name: imagemagick) for that job:

convert <SOURCE...> <TARGET>

Example:

convert *.jpg my-collection.pdf