Forum Discussion
The best way to bulk convert images to PDF file on Windows 10?
Hi everyone,
Honestly, fairly new to Windows and I'm trying to figure out how to convert an image file (.jpg or .png) into a PDF file. I need to send a document to someone and they asked for it in PDF format, but I only have it saved as a regular image.
I'm using Windows 10 and I don't have any special image to pdf converter software installed — just the built-in apps that came with Windows.
What I've already tried:
- Right-clicking the image — I don't see any "Convert to PDF" option
- Opening the image in Photos app — not sure what to do from there
Is there a free and simple way to convert image to PDF file on Windows?
Thanks in advance 🙏
10 Replies
- DevonZhangIron Contributor
Windows Photos App (Export/Save as PDF), the built-in Photos app offers a clean way to convert images directly.
- OakleyCruzIron Contributor
This is a quick way to view PDF files and complete how to convert image to pdf. By reading and converting images to PDF, you can process documents and take action immediately, with minimal workflow involved.
User Guide: Download the software from the official website. To open a PDF file, simply drag and drop the file into the SumatraPDF window. To complete how to convert image to pdf, open the image in the software, press Ctrl+P to open the print dialog, select Microsoft Print to PDF as the printer, adjust the page settings, and then save the output file.
This allows you to quickly and clearly view and convert documents, effectively solving the problem of having to install bulky software just to handle basic PDF and image tasks.
The software is suitable for reading PDFs on low-spec devices, converting images to PDF for sharing, or quickly opening documents without long loading times.
- EmmettBrooksIron Contributor
Microsoft Word is a simple office tool that includes a built-in feature for converting images to PDF, without the need for additional software.
How to convert an image to PDF
Step 1: Launch Microsoft Word on your device.
Step 2: Click Insert, select Picture, and then select the desired image.
Step 3: Open the File menu and select Save As.
Finally, set the output format to PDF, then save the file.
how to convert image to pdf? I think you can use this convenient built-in method to convert a single image. If you already have Microsoft Word installed, this is a practical option for everyday use.
Pros
- You can quickly convert images to PDF using common office software.
- No need to install additional software or connect to the internet.
Cons
- The format and layout may change slightly after conversion.
- Not suitable for batch processing large numbers of images.
- SawbroyerCopper Contributor
Problem like how to convert image to PDF are not difficult at all. There is a different type of tool that works as a virtual printer driver. You install it once, and then you can "print" any image to PDF from any application. Two excellent options exist that do not rely on "Microsoft Print to PDF."
Such as: doPDF is a free PDF printer that installs as a virtual printer on your system. It allows you to convert images to PDF by "printing" them, but it uses its own rendering engine rather than Windows' built-in tools.
How to convert image to PDF:
1. Install doPDF
2. Open your image in any viewer (even the built-in Windows Photos app is fine, though you said to avoid it—you can use a different viewer like Irfan View or even just right-click the file).
3. Press Ctrl + P to open the Print dialog.
4. Select "doPDF" from the printer list .
5. Click Print, and doPDF will save the image as a PDF file.
For a set-it-and-forget-it solution, doPDF installs as a virtual printer, allowing you to convert any image to PDF from any application without using Microsoft's built-in tools.
- CoraciverCopper Contributor
For users who are accustomed to using the command-line interface, offlinepdf is a best image to PDF converter that prioritizes privacy protection. It can process PDF files in a completely offline state (without the need for a network connection).
How to use the Image to PDF Converter:
1. Install Python on your Windows computer.
2. Run the command "pip install offlinepdf" to install the tool.
3. Use the following commands:
- For a single image: offlinepdf image to pdf image, jpg
- Combine multiple images into a PDF file: offlinepdf images2pdf img1*jpg img2*png img3jpg - o combined pdf
Supported image formats: JPG, JPEG, PNG, BMP, GIF, TIFF, WEBP
Privacy protection: Disable network connection, disable data transmission, disable file upload. All processing is done locally.
Using offlinepdf as an image to PDF converter on your Windows computer is a powerful and private solution. You can create high-quality PDF files without connecting to the internet. You can adjust image compression and resolution to precisely control the size and quality of the final file.
- MichaeloncoCopper Contributor
Using Libre Office as an image to PDF converter on a Windows PC is a completely free, open-source method. You have two main approaches within Libre Office, depending on whether you want to convert a single image or combine multiple images into one PDF.
Method 1: Using Libre Office Draw as Image to PDF Converter
Libre Office Draw is the vector graphics application within the suite. It is ideal for this task because it can directly import images and export them as PDFs.
1. Open Libre Office Draw: Launch Draw from the Libre Office start screen.
2. Insert Your Images: Go to Insert > Image > From File on the menu bar . Navigate to your images and select them. You can insert multiple images at once. Alternatively, you can simply drag and drop image files directly into the Draw window.
3. Arrange the Images: If you inserted multiple images, they will appear stacked on top of each other. You can drag them to reposition them on separate pages, or arrange them on a single page as needed. To add a new page, go to Insert > Slide or Insert > Page.
4. Export as PDF: Once your images are arranged, go to File > Export As > Export as PDF.
Method 2: Using Libre Office Writer as Image to PDF Converter
1. Open Libre Office Writer: Launch a new Writer document.
2. Insert Your Images: Click in the document where you want the first image to appear. Go to Insert > Image > From File and select your first image. Repeat for additional images, pressing Enter to add them on new lines or new pages.
3. Arrange and Edit: Click on each image to resize it or drag it to a new position. You can also add captions, text, or page breaks between images.
4. Export as PDF: Go to File > Export As > Export as PDF.
5. Adjust Settings and Export: As with Draw, you can adjust compression and resolution settings. Click Export to save your document as a PDF.
- ElenaansCopper Contributor
How to convert image to PDF? Using your web browser's "Print to PDF" feature is an excellent, completely free method for how to convert image to PDF on a Windows PC. This method works because every web browser includes a "Print" function that can save any web content—including a single image opened directly in the browser—as a PDF file using a virtual printer.
How to convert image to PDF:
Step 1: Open Your Image in the Browser
Step 2: Access the Print Dialog
Step 3: Select "Save as PDF" as the Printer
Step 4: Adjust Page Settings
The browser "Print to PDF" method is excellent for converting one image at a time into a PDF. However, if you need to combine multiple images into a single, multi-page PDF, this method is not the right choice. Each image would produce its own separate PDF file.
- For a single image to PDF: Browser "Print to PDF" is perfect.
- For multiple images into one PDF: You would need a different method, such as:
Pasting multiple images into a Word document and then saving/printing that document as a PDF.
- MadisonGreenIron Contributor
img2pdf, a free command-line tool for converting images to PDF on Windows, macOS, and Linux. It is useful if you want a lightweight option without opening a full PDF editor. It works well for JPG, PNG, TIFF, and other common image files.
# Single image img2pdf image.jpg -o output.pdf # Multiple images into one PDF img2pdf image1.jpg image2.png -o output.pdf # All JPGs in a folder img2pdf *.jpg -o output.pdf # Set page size img2pdf image.jpg --pagesize A4 -o output.pdfOne big advantage of img2pdf is that it can create PDF files without re-encoding JPEG images, so the output can keep the original image quality and avoid unnecessary file size increase. It is also good for batch conversion, especially if you have many images in one folder.
The downside is that img2pdf is not very beginner-friendly because it mainly runs from Command Prompt or PowerShell. If you are comfortable with commands, it is fast and reliable. If you prefer a visual interface, Adobe Acrobat or Microsoft Print to PDF may be easier.
- PenelopeAdamsIron Contributor
For me, Adobe Acrobat is a good image to PDF converter on Windows 11, especially if you want more control than the built-in Microsoft Print to PDF feature. It supports common image formats like JPG, PNG, TIFF, and BMP, and can quickly turn one or multiple images into a PDF file.
Another benefit is that Acrobat gives you extra tools after conversion. You can reorder pages, rotate images, compress the PDF, add comments, edit text, protect the file with a password, or combine it with other PDF documents.
The main downside is that Adobe Acrobat is not completely free for advanced features. If you only need a basic image-to-PDF conversion, Windows built-in tools may be enough. But for regular PDF work, Acrobat is a reliable and professional choice on Windows 11.
- AbigailYoungIron Contributor
Microsoft Print to PDF is a built-in Windows feature that lets you convert images into a PDF file without installing extra software. It works with JPG, PNG, BMP, and many other image formats. This is a good option when you only need a quick PDF for sharing, emailing, or archiving images.
How to convert images to PDF on Windows free
Step 1: Open the folder that contains your images.
Step 2:Select one image, or press Ctrl + A to select multiple images.
Step 3: Right-click the selected image files and choose Print.
Step 4: In the printer list, choose Microsoft Print to PDF.
Step 5: Select the paper size, image layout, and quality.
Step 6: If you are converting multiple images, make sure the order looks correct.
Step 7: Click Print.
Step 8: Choose a save location, enter a file name, and click Save. Windows will create a PDF file from the selected images.
Simply put, Microsoft Print to PDF is a fast, free, and safe image to pdf converter on Windows 11/10. However, it does not offer advanced editing features, so it may not be the best choice if you need to reorder pages, compress the PDF, add annotations, or adjust image quality in detail.