Top

Four Ways to Convert JPG to PDF On Linux

There are five different methods that you can utilize in order to convert a JPG file into a PDF file on Linux. But do not worry, this article will show you the way to make the most of each method.

Method 1. JPG to PDF in Linux with PDFelement

Wondershare PDFelement is a PDF editor that works on Linux, Windows, macOS, iOS, and Android. This application provides an intuitive interface for you to convert JPG to PDF and edit PDF in a straightforward way. Here is how to convert JPG to PDF in Linux using PDFelement.

Step 1. Click the button below to download PDFelement.

Step 2. After installing PDFelement on your computer, run the application and click Create a PDF > from File and select the JPG that you want to convert PDF. Then the file will be turned into PDF. Save the PDF file. 

Linux JPG to PDF

You can convert JPG to PDF in batch with Batch Create in PDFelement. Just add as many JPG files as you need and convert them to PDF in one click.

Linux Multiple JPG to PDF

Method 1. JPG to PDF in Linux with ImageMagick

You will have to follow these steps if you want to convert JPG to PDF with ImageMagick (including multiple JPG to PDF).

Step 1. Make a right-click on your desktop and then pick the 'Open terminal here' option.

Linux JPG to PDF with ImageMagic

Step 2. To convert photos to PDF, just use the convert command:

$ sudo convert /path/to/image /path/to/pdf
$ sudo convert /home/ubuntu/flower.jpg to /home/files/flowers.pdf
$ sudo vi /etc/ImageMagick-6/policy.xml

Step 3. Use the mogrify command with the -format option to convert multiple photos. All JPG files in the /home/ubuntu directory will be converted to PDF files with this command:

$ mogrify -format pdf /home/ubuntu/*.jpg
$ mogrify -format pdf -path /home/data /home/ubuntu/*.jpg

Step 4. You can use the aforementioned command in a shell script to automate JPG to PDF conversion, as demonstrated below. Make a new shell script:

$ sudo vi jpg_to_pdf.sh
#!/bin/sh
$ mogrify -format pdf /home/ubuntu/*.jpg

Step 5. The document may then be saved and closed. To enable access, use the following formula:

$ sudo chmod +x jpg_to_pdf.sh
$ ./jpg_to_pdf.sh

Step 6. You can even set up a cronjob to run the aforementioned script at 10 a.m. every day. To enter crontab, merely run the following command.

$ crontab –e
0 10 * * * sudo ./jpg_to_pdf >/dev/null 2>&1

Step 7. Save and close your file.

You can use the video given below to see how to convert JPG to PDF on Linux.

Method 2. JPG to PDF in Linux with LibreOffice

If you want to convert JPG to PDF with LibreOffice, you must do the following:

Step 1. Go to LibreOffice and select 'LibreOffice Draw'.

Step 2. Paste your image there.

Step 3. Press on the 'File' tab, then select 'Export as' And then 'Export as PDF'.

Step 4. Press on the 'Export' icon.

Step 5. Press on the 'Save' button.

Linux JPG to PDF LibreOffice

Method 3. JPG to PDF in Linux with Gscan2PDF

If you wish to convert JPG to PDF with Gscan2PDF, you must do the following:

Step 1. Open Gscan2PDF and press on the folder icon.

Step 2. Choose which photographs will be replaced.

Step 3. Pick the 'Save' alternative from the 'File' menu.

Step 4. Choose the 'PDF' option and then hit the 'Store' button to save it to your preferred location.

Linux JPG to PDF with Gscan2PDF

Method 4. JPG to PDF in Linux with PDF2Go (OCR)

You will have to follow these steps if you want to convert JPG to PDF with PDF2Go.

Step 1. Copy the URL of the picture to be converted to PDF2Go. You may also submit your photograph using the folder selector.

Step 2. You will see that a loading bar appears. When you're finished, your screen will be split. You can always see your picture on the hand side of the page, as well as the text you retrieved on the right.

Step 3. To adjust the language of your project, click on the button just beside the folder symbol.

JPG to PDF Linux with PDF2Go

You may also like
[2024] How to Convert WhatsApp Image to PDF in High Quality?

Want to convert WhatsApp images to PDF at a higher quality? You can easily do so with the help of software. Here are the steps that you have to follow.

Ways to Change File Format from PNG to PDF for Free

Change your file format from PNG to PDF for free with high quality using the tutorial guide shared here in this article.

Best JPG to PDF Converter Below 100KB - JPG to PDF Small Size

These converters help you convert JPG to PDF in 100kb, 150kb or even 50kb. They can change JPG to PDF in small size.

How to Make PDF from Photos

How do I create PDF from photos? Follow this guide, and we offer two different methods to make PDF from photos.

How to Save PDF as PNG Easily

How to convert PDF to PNG? Here are the most easily four methods to help you export PDF as PNG. Check the methods now!

How to Convert PDF to Indesign - Updated

How do I convert a PDF to InDesign? Converting a PDF into InDesign file is not a difficult task as long as you have the right PDF to InDesign converter. Read on to find more details.