| Summary: | Box characters in contents panel | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | itisme1997 |
| Component: | PDF backend | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | aacid, yurchor |
| Priority: | NOR | ||
| Version First Reported In: | 1.7.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Rendering with Okular 1.11 (poppler 0.89) | ||
|
Description
itisme1997
2020-08-25 18:48:56 UTC
Created attachment 131179 [details]
Rendering with Okular 1.11 (poppler 0.89)
No problems here. Can you give us an address for your file?
Thanks in advance for your answer.
Change status. I can't upload the file, as it's too big. In attempting to create a smaller file with pdftk, I discovered that extracting and updating the info fixes the issue. pdftk $DOCUMENT.pdf dump_data > in.info pdftk $DOCUMENT.pdf update_info in.info output out.pdf There is a diff between these documents, but I don't know why. The diff is also too large to upload. Here is a link to the pdf. https://www.dropbox.com/s/7voitv0vt24c88s/10290.pdf?dl=1 Boxes can be seen in Okular, but invisible in Evince. I would argue the PDF is actually broken, it just has NULL characters in the text, but since poppler was already clearing 1 NULL character from the end if it was there, i've changed it to clear as many NULL characters from the end of strings https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/619 |