Why Does it Look Fine on Screen but Print Missing Characters or Garbled Text?
In the printing industry, one of the most common laments we hear is, "But it looks perfectly normal on my computer!"
When your design file enters the print shop's RIP (Raster Image Processor) for output, the system must precisely parse the vector nodes of every single character
If you submit files without handling the fonts, the RIP won't be able to find the specific typefaces installed on your machine. It will automatically substitute them with default fonts—leading to layout shifts at best, or a mess of garbled squares at worst
This is why, before sending files to print, we must choose between "Font Embedding" and "Create Outlines."

Outlining vs. Embedding: How the Underlying Logic Differs
Many designers habitually convert everything to outlines with a single click to be safe, but this often leads to a different kind of disaster
To build a correct prepress SOP, you must first understand the costs of these two mechanisms
・Embedding Fonts: Packaging the font's description data directly into the PDF
・Advantages of Embedding: Retains text editability for emergency corrections, and keeps file sizes small
・Risks of Embedding: Some font vendors implement DRM (Digital Rights Management) that prohibits the RIP from reading embedded fonts, which will cause error messages and lead to rejection
・Creating Outlines: Breaking down all text's mathematical descriptions entirely, turning them into pure vector shapes
・Advantages of Outlining: Completely eliminates dependency on the font file, ensuring it looks identical on any device
・The Cost of Outlining: You permanently lose the ability to edit the text
With complex font libraries like Traditional Chinese—which can contain tens of thousands of characters—converting an entire book to outlines can cause a 5MB file to balloon to over 100MB, slowing down transfer speeds and potentially crashing the system
The Decision Tree: When to Outline and When to Embed
Stop using a one-size-fits-all approach for every file. I generally recommend that teams and clients use this decision tree to decide
・Long-form Body Text and Book Layouts: Always prioritize embedding, and confirm font licensing beforehand
・Logo Design and Large Special Headlines: Always outline to ensure absolute visual precision
・Illustrator Single-page Posters or Packaging: Select all text and execute Type > Create Outlines
・InDesign Multi-page Manuals: We strongly recommend using the Package function to wrap fonts and linked images together for the print shop
Before sending, please be sure to save a backup version that includes all fully embedded, non-outlined fonts. This is the heartfelt advice I give after seeing countless tear-inducing lessons
Why Does Outlined Text Sometimes Look Thicker After Printing?
Sometimes designers bring a proof to me and ask why the strokes of a Ming or extra-light typeface look heavier after being converted to outlines
This isn't because the press put down too much ink, but because you stripped away the font's Hinting instructions
When type designers develop fonts, they write display optimization instructions for low-resolution output, ensuring that extremely thin strokes don't blur or break during the rasterization process
The moment you execute 'Create Outlines,' all these Hinting instructions are permanently removed
When dealing with text smaller than 6pt or white-on-dark backgrounds, pure vector nodes without Hinting can easily cause visual disasters
For these edge cases, providing the licensed fonts to the print shop is the final line of defense for maintaining design quality

Key Takeaways
・Print shop RIP systems do not have the fonts on your computer; failing to handle them guarantees the risk of missing characters and garbled text
・For large volumes of body text, choose font embedding to prevent Traditional Chinese font libraries from crashing the system due to file bloat
・For LOGOs and special headlines, we strongly suggest outlining to eliminate font dependency and ensure visual consistency
・Outlining removes font Hinting instructions; extremely fine or white-on-color text may become thick or suffer from broken strokes
・Always keep a master backup file containing fully editable text; never overwrite it with an outlined version
Further Reflection
File preparation isn't just about throwing a design over the wall; it tests the design side's understanding of the manufacturing backend
Looking at MINDS Printing's practical client experience, establishing this decision tree can significantly reduce the hidden costs of back-and-forth communication caused by rejected files
In the future, if we can use SaaS systems to scan files on the design end, predicting DRM limitations and output risks for fine text, we can turn prepress expertise directly into an automated line of defense
FAQ
- Can text in Illustrator be converted back after being outlined?
- No, outlining is an irreversible, destructive action. This is why you must always keep a master file with live text attributes before sending to print
- What happens if I convert all the text to outlines in an InDesign catalog with hundreds of pages?
- The file size will increase exponentially, RIP processing time will become extremely long, and it may even crash. For multi-page layouts, please be sure to use the Package function to handle fonts
- The print shop told me the font copyright is protected and cannot be output; what should I do?
- This means the font vendor prohibits embedding in PDFs. In this case, you must either convert that specific font to outlines or replace it with an open-source commercial font that allows print output
