You open a PDF and find nothing but boxes, question marks, or scrambled symbols where the Chinese text should be. It's one of the most frustrating things that can happen when working with Chinese-language documents — made even more baffling when the same file displays just fine on someone else's computer. To fix the problem, you first need to understand what's actually causing it.
The Three Root Causes of Garbled Chinese Text in PDFs
1. Fonts Aren't Embedded in the PDF
The PDF spec allows two ways to handle fonts: embedding them or referencing system fonts.
- Embedded fonts: The full font data is packaged inside the PDF, so it displays correctly on any device.
- Referenced system fonts: The PDF only records which font was used, and relies on the viewer's computer to provide the actual font file.
That's where things go wrong. If the computer that created the PDF had a specific Chinese font installed — say, a commercial typeface — but your computer doesn't, your PDF reader will substitute a fallback font. Best case, the layout shifts. Worst case, everything turns into boxes or garbled symbols.
2. Incorrect Encoding Settings
Older document systems used different character encoding formats — Big5, GB2312, UTF-8, and others. PDFs store character data using these encoding tables, and when the encoding used to create the file doesn't match what the viewer uses to interpret it, characters get misread.
If a file was saved with Big5 encoding but opened by a reader expecting GB2312, every character mapping is off, and garbled text is the result. This happens frequently when documents are exchanged between Taiwan and mainland China, since Traditional Chinese (Big5) and Simplified Chinese (GB2312) have overlapping but incompatible code spaces.
3. Format Corruption During Conversion or Printing
When you use "Print to PDF" or convert files through unofficial tools, the software may not correctly handle the Chinese character mapping table known as the ToUnicode CMap. This table tells the PDF reader which Unicode character each code point corresponds to. If it's missing or corrupted, copying text out of the PDF produces garbled output — and in some cases, the text won't even display properly.
Diagnosing Garbled Text by Symptom
| Symptom | Most Likely Cause |
|---|---|
| Displays fine, but copied text is garbled | Missing ToUnicode CMap |
| Everything shows as boxes | Font not embedded, and no matching font on the local system |
| Some Chinese text is fine, some is garbled | Mixed encodings or multiple fonts |
| Works fine on another computer | Font references a typeface only available on certain systems |
| Garbled after converting to Word | Conversion tool couldn't parse the character mapping correctly |
Identifying which category your problem falls into makes it much easier to apply the right fix.
Practical Fixes
Fix 1: Try a Different PDF Reader
This is the fastest first step. Different PDF readers vary significantly in how well they handle font substitution:
- Adobe Acrobat Reader (free): The broadest compatibility, and it can automatically download missing CJK font packages.
- Foxit Reader: Also has solid Chinese language support.
- Browser-based PDF viewers (Chrome / Edge): More limited in features, but sometimes that simplicity lets them sidestep font issues and display text correctly.
If switching readers makes the file display properly, the issue is font referencing — not file corruption.
Fix 2: Ask the Original Sender to Re-export With Embedded Fonts
If you received the file from someone else, the most thorough solution is to ask them to re-export the PDF with Embed All Fonts enabled.
How to do it when saving from Word:
- Windows: Save As → PDF → Options → check the ISO 19005-1 (PDF/A) compatible option, or confirm font embedding in the advanced settings.
- Mac: Print → Save as PDF — fonts are typically embedded automatically.
PDF/A format requires font embedding by spec, making it the best choice for documents that need to be shared across platforms or preserved long-term.
Fix 3: Convert the PDF to Word and Reprocess It
When the PDF's underlying structure is mostly intact but display or copy-paste is broken, converting it to an editable Word file and then re-exporting to PDF can help. The conversion process rebuilds the character mappings, which often resolves copy-paste garbling.
You can use the PDF to Word tool — just upload your PDF and download an editable .docx file. Once you've confirmed the text looks correct, use Word to PDF to repackage it. The resulting PDF will have much more complete font embedding.
Note: If your PDF was created from scanned pages (where each page is an image rather than text), this conversion approach won't extract any text. That requires OCR software, which is not currently available on this site.
Fix 4: Extract Plain Text to Recover the Content
Sometimes you don't need to preserve formatting — you just need the text. The PDF to Text tool extracts the text layer directly from a PDF and outputs a plain .txt file.
This approach works well when:
- The text isn't displaying correctly, but the underlying data is still there
- You need to paste the content into another system and reformat it from scratch
- You want to quickly check whether a PDF's text is intact and readable
Fix 5: Convert the Pages to Images
If the document only needs to be viewed — not copied or edited — the most foolproof option is converting each page to an image. The PDF to JPG tool exports every page as a separate JPG file. Images have no font compatibility issues, so they'll display correctly on any device.
The trade-off is that images aren't searchable or selectable, so this is best treated as a fallback for preserving visual output rather than a long-term document management format.
Preventing Garbled Text: Get It Right From the Start
Prevention is always easier than recovery. Here's what to do when creating documents:
- Always embed fonts when exporting, especially if you're using commercial or non-default typefaces.
- Use PDF/A format for documents that need to be shared widely or archived long-term.
- Avoid "Print to PDF" via virtual printers — using your software's built-in "Export as PDF" function is more reliable.
- Test before sending across regions: open the file on a machine that doesn't have your specialized fonts installed to see how it looks.
- When the recipient needs to edit the file, send it as a Word document instead of asking them to convert a PDF back.
Put It Into Practice
When you run into garbled Chinese text in a PDF, work through the steps above to diagnose what's going on — most cases have a clear solution once you know where to look.
If your goal is to extract the text content, start with PDF to Text. If you need to preserve the layout and edit the document, follow the PDF to Word → edit → Word to PDF path. And if the file just needs to be viewed, PDF to JPG is the simplest option.
Choose the right tool for what you actually need — don't let a garbled text problem stall your entire workflow.