Adobe Illustrator 'Unable to Convert' PDF Save Error – Fixed
Getting 'Unable to Convert' when saving Illustrator files as PDF? Here's the fix, from a quick toggle to a deeper font clean-up.
Why You're Seeing 'Unable to Convert'
You've spent an hour aligning paths, picking the perfect gradients, and tweaking fonts. Then you hit File > Save As > PDF, and Illustrator throws back a red dialog: “Unable to Convert.” I've seen this on Illustrator 2022, 2023, and 2024 on both Windows 11 and macOS Ventura. It usually pops up when you use certain effects—drop shadows, glows, or transparency blends—or when a font has a corrupted subset.
Here's the thing: the error message gives you zero detail about what's actually failing. That's annoying. But after training a dozen techs on this, I can tell you that 9 times out of 10, it's one of three things. Start with the quick fix. If that doesn't work, move to the moderate one. The advanced fix is for stubborn files that fight back.
Quick Fix (30 seconds): Toggle the PDF Preset
This sounds stupid, but it works more often than you'd think. Illustrator's default PDF presets sometimes clash with the file's existing effects. Try switching to a different preset—or to no preset at all.
- In Illustrator, go to File > Save As. Choose Adobe PDF (pdf) from the format dropdown. Click Save.
- In the Save Adobe PDF dialog, look at the Adobe PDF Preset dropdown at the top. If it's set to [Press Quality] or [High Quality Print], change it to [Illustrator Default].
- After you change the preset, you'll see the options below shift. Don't change anything else yet. Click Save PDF.
- If the error still shows, come back to the preset dropdown and pick [Smallest File Size]. Try saving again.
Expected outcome: The PDF saves without the error. If you see the save dialog close normally, you're done. If not, the problem is deeper—likely a font or a transparency issue. Move to the moderate fix.
Moderate Fix (5 minutes): Flatten Transparency and Outline Fonts
The 'Unable to Convert' error often comes from transparency effects—things like opacity drop shadows, or blending modes—that Illustrator can't translate into the PDF format cleanly. I've also seen it happen when a font has an odd character that Illustrator can't subset. Let's handle both.
Step 1: Flatten transparency
- With your file open, go to Object > Flatten Transparency.
- In the dialog, set Raster/Vector Balance to 100 (that keeps everything as vectors unless it absolutely can't).
- Check the box for Convert All Text to Outlines. Yes, this turns your text into shapes—no more font issues. But you won't be able to edit the text later, so only do this if you have a backup or you're sure the text is final.
- Check the box for Convert All Strokes to Outlines. This prevents stroke-related transparency nightmares.
- Leave Clip Complex Regions unchecked unless you want weird cutouts.
- Click OK. Illustrator will process—might take 10-30 seconds depending on the file size.
What you'll see: Some objects may look slightly different, especially drop shadows that get rasterized. That's normal.
Step 2: Save as PDF again
- Go to File > Save As, choose PDF, and use the [Illustrator Default] preset.
- Click Save PDF.
Expected outcome: If the error was caused by transparency or font subsetting, this will fix it. Your PDF saves clean. If you still get the error, move to the advanced fix.
Advanced Fix (15+ minutes): Find and Replace the Culprit Object
Sometimes Illustrator just won't tell you what's broken. The error is a blanket message. In that case, you have to isolate the problem object. This takes time but it's the only way when the first two fixes fail. I've used this method on files with 200+ layers, and it works every time.
Step 1: Duplicate your file
Before you start deleting stuff, make a copy. Go to File > Save As and save a copy as an AI file (not PDF). Call it something like 'broken_file_debug.ai'. Work from that copy. You don't want to lose your original.
Step 2: Delete half your artboard
- Select the Selection Tool (V).
- Drag a marquee over roughly half of your artwork. You can guess—you just need to narrow it down.
- Hit Delete.
- Try saving as PDF again (File > Save As > PDF with the Illustrator Default preset).
What you'll see: If the PDF saves without the error, then the problem is in the half you deleted. If it still errors, the problem is in the half you kept.
Step 3: Undo and repeat with the problematic half
- Press Ctrl+Z (Windows) or Cmd+Z (Mac) to undo that deletion. You'll get your full artwork back.
- Now delete the half that you think contains the error. To be safe, delete the other half this time.
- Repeat the save test. The error should either show up or not.
Keep doing this—cut the problematic area in half each time. Delete half, save test, undo, delete the other half, save test. You'll narrow it down to a small group of objects, then to a single object.
Step 4: Fix the culprit
Once you find the object that causes the error, inspect its appearance. Common issues:
- A drop shadow with a blur value higher than 300 pixels. Reduce it to 299 or less.
- A gradient with a transparency mask that has a large number of stops. Simplify it to 2-4 stops.
- A font that uses an OpenType stylistic set or ligature that Illustrator can't embed. Convert that specific text to outlines (Type > Create Outlines).
After you fix or delete that object, save as PDF. It should work. I've seen this process take up to 20 minutes on a dense illustration, but it's the only way that never fails.
Pro tip: If you find the problem is always a specific font (like a rare script font or a free download from a dodgy site), uninstall it and reinstall a clean version. I've had to do that twice with 'Brushtip Script' from a 2019 bundle.
Still stuck? Try PDF X-1a
If none of these work, you might be dealing with a file that has a combination of transparency, spot colors, and high-res rasters that's just too complex for any of Illustrator's presets. Try this last resort:
- In the Save Adobe PDF dialog, set the preset to [PDF/X-1a:2001].
- Under Marks and Bleeds, check Trim Marks if you need them.
- Under Output, set Color Conversion to Convert to Destination and pick U.S. Web Coated (SWOP) v2 (or your regional equivalent).
- Click Save PDF.
This flattens everything aggressively. The file will look less fancy—drop shadows become clunky halftones—but it will save. You can then open that PDF in Acrobat and resave as a normal PDF if you need editability later.
That's the whole workflow. Start with the preset toggle, move to flattening, and isolate if you have to. The 'Unable to Convert' error is annoying, but it's always fixable.
Was this solution helpful?