Copy link to clipboard
Copied
Acrobat (build 2003.003.20284) running on a 64GB M1 Max Mac (macOS 12.6.1) has an issue combining multiple image files (PNG's or JPEG's) into a single PDF. Here's what usually happens:
Wondering why Acrobat has to check the security settings of screenshots generated with the native macOS app on my own system—is there a way to disable this check?
Other PDF apps combine multiple files almost instantaneously on my system without error.
Copy link to clipboard
Copied
Try this: Go to the Acrobat app menu - Preferences - Security (Enhanced) and disable anything that's selected there, then try it again.
Copy link to clipboard
Copied
If you're having trouble combining multiple image files into a single PDF, I can certainly help you with that! To create a single PDF of multiple image files, you can follow these steps:
Method 1: Using Online Tools
Method 2: Using Software
If you prefer using software on your computer, you can use Adobe Acrobat (if you have it) or other PDF editing software like PDF-XChange Editor or Foxit PhantomPDF. Here's how:
Method 3: Using Command Line (Linux)
If you're comfortable with the command line, you can use `convert` and `convert-im6.q16` (ImageMagick) to combine images into a PDF on Linux:
```bash
convert image1.jpg image2.jpg image3.jpg output.pdf
```
Remember to replace `image1.jpg`, `image2.jpg`, and `image3.jpg` with your actual image file names, and `output.pdf` with the desired name for the PDF.
Once you've chosen a method and successfully combined your image files, you should have a single PDF containing all your images. If you encounter any specific errors or issues during the process, feel free to ask for further assistance.
Copy link to clipboard
Copied
Thanks for listing a number of methods to combine image files into a PDF. I use PDF Expert.
The purpose of my post was to report a bug in Acrobat for a commonly used task that does not work as it should.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now