| Issue 698: | Text for bookmarks not seen only chapter numbers | |
| 1 person starred this issue and may be notified of changes. | Back to list |
http://dcchapters.ipc.org/SanDiego/pcbdesignguide1.pdf in this document, there are quite many bookmarks, each bookmark has a chapter number and a name, but in Sumatra only the chapter number is seen, only 3 of the texts are seen (namely: 'Panel Design';''Potting';'Test Plans and Test Specifications') in adobe acrobat the titles are shown, next to the numbers as usual |
|
,
Oct 23, 2009
The outline titles are converted using pdf_toutf8 which encodes according to pdf_docencoding which in turn apparently doesn't contain an encoding point for the tabulator character (\x09) and thus encodes it as 0 (\x00), effectively terminating the string at that point. This could well be a defect in the linked document that we just don't handle as leniently as Adobe Reader (even though a '?' (\x3F) would be a more expected replacement for unencodable characters).
Labels: MuPDF
|
|
|
|