Re: asciidoctor-pdf: Syntax Warning: PDFDoc::markDictionnary: Found recursive dicts
Posted by Mark S on Aug 23, 2019; 7:06am
URL: https://discuss.asciidoctor.org/asciidoctor-pdf-Syntax-Warning-PDFDoc-markDictionnary-Found-recursive-dicts-tp7104p7106.html
My mistake, sorry!
I use okular (and evince when I have to) and both work fine. And asciidoctor-pdf is fine too.
The problem arises when I use pdfseparate and pdfunite to extract just the TOC pages:
Both these produce the errors I mentioned (but I don't care because they work anyway and asciidoctor-pdf also works fine).
pdfseparate -f 1 -l 5 mybook.pdf /tmp/wx%d.pdf
pdfunite /tmp/wx1.pdf /tmp/wx2.pdf /tmp/wx3.pdf /tmp/wx4.pdf /tmp/wx5.pdf mybook-TOC.pdf