PDF import needs ages (building font cache)
Bug #1021815 reported by
Daniel Kaneider
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Patrick Storz |
Bug Description
When I try to import in Inkscape 0.48 some pdf files, it needs at least 30 seconds until the preview panel is displayed.
The windows task manager shows, that Inkscape does about 2GB of IO reads (on a new program instance). Analyzing the problem further with ProcessMonitor, it turned out that every file in the Windows Font folder was read. In most cases 99% of the installed system fonts are not necessary for importing PDFs correctly.
tags: |
added: fonts win32 removed: importing pdf |
summary: |
- PDF import needs ages + PDF import needs ages (building font cache) |
Changed in inkscape: | |
milestone: | none → 0.92 |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
> In most cases 99% of the installed system fonts are not necessary for importing PDFs correctly
How do you come to this conclusion? Inkscape does not make use of embedded fonts in PDF files - it compares the font names of the embedded fonts from the PDF files with installed fonts on the local system, to try to find the best matches.