https://bugs.documentfoundation.org/show_bug.cgi?id=137648
--- Comment #5 from Kevin Suo <[email protected]> --- The only similar file I can find is https://www.aavso.org/sites/default/files/publications_files/dslr_manual/AAVSO_DSLR_Observing_Manual_V1-4.pdf and I can open this file with the current master build, with relatively good layout and formatting. The only issue is that it takes several minutes to load, with heavy CPU load, which may be due to the fact that LibreOffice uses poppler-based xpdfimport to generate tokens, then generate an ODF stream based on those tokens, then open that ODF stream. Most importantly, in xpdfimport one single char in the PDF will generate one line of drawChar token. This need improvement. I think this has not been changed until now is because this workflow "just works" and the Draw document generated when you open the PDF looks good. -- You are receiving this mail because: You are the assignee for the bug.
