MacOS quarantines PDFs and other files downloaded from the internet for security reasons, preventing them from opening directly. This feature, part of macOS's Gatekeeper, adds a attribute to downloaded files to protect your system from potential malware. To open the file, you need to manually override the security block. It is possible that Apple Gatekeeper is flagging PDF's offshore in high risk locales. It is very possible to embed malware into a PDF. The 15.6.1 security fix was for an Image API flaw that allowed a malicious image to break macOS security. Not surprising Apple started flagging more potentially suspicious image formats.
Open a specific quarantined PDF
- Navigate to the quarantined PDF in Finder.
- Right-click (or Command-click) the PDF file.
- From the context menu, choose Open.
- A dialog box will appear, explaining that the file is from the internet and asking for confirmation. Click Open.
Use System Settings for persistent access
If the right-click method doesn't work or you want to grant persistent access, you can use System Settings:
- Attempt to open the PDF. When the security block appears, go to Apple menu & System Settings.
- Click Privacy & Security.
- Scroll down to the "Security" section.
- You may see a message with an Open Anyway button for the blocked file. Click it to confirm your intent to open the file.
Use the Terminal to remove the quarantine attribute
For a more permanent fix, you can remove the quarantine attribute directly from the file using the Terminal. Use this method only if you are certain the PDF is safe.
- Open Terminal from .
- Type the following command, but do not press Enter yet:
- Drag and drop the blocked PDF file directly into the Terminal window. The file path will automatically appear after the command.
- Press Enter to run the command. This will remove the quarantine attribute, and the PDF should now open normally.
Additional troubleshooting
- Use another PDF reader: Some reports indicate that older or incompatible PDFs might cause issues with Preview. Using a different application, such as Adobe Acrobat Reader, might resolve the issue.
- Check PDF file properties: In Finder, select the PDF and choose File & Get Info. In the "Sharing & Permissions" section, confirm that your user account has "Read & Write" privileges.
- Move the file: Moving the file to a different folder may occasionally resolve the issue, especially if the file's metadata is conflicting with other items.