Hi GroupDocs Support,
I encountered an issue when previewing a PDF file using GroupDocs.Viewer.
The problem appears to occur because the PDF contains an embedded subset font in Base64 format. The browser needs to decode the Base64 before the font can be used, which results in a brief flash of unstyled text.
Steps to Reproduce:
- Open this file (
GroupDocs Example.pdf (149.5 KB)) using GroupDocs.Viewer - You can reproduce this issue easier by reducing your browser’s CPU performance (You can reduce it in Developer Tools > Performance Tab)
- You should be able to see the unstyled text appear briefly.
Reference:
Before Font:
Before.png (6.9 KB)
After Font:
After.png (8.7 KB)