Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content outside of pagebox #673

Open
CypherRazzor opened this issue Nov 3, 2022 · 2 comments
Open

Content outside of pagebox #673

CypherRazzor opened this issue Nov 3, 2022 · 2 comments
Labels
🐛 bug Something isn't working 🙃 upstream

Comments

@CypherRazzor
Copy link

Hi,

i have built a template for my company with asciidoctor-web-pdf. I have one problem, which i cannot fix myself. When i compile my document with the terminal i receive warnings like this:

Unable to find destination name of section or subsection while generating PDF outline! This likely happened because an anchor link contained an umlaut (https://bugs.chromium.org/p/chromium/issues/detail?id=985254).

I found out that the link to the anchor is outside of the pagebox, when I was using the preview mode. Does anyone else know this problem?

Best regards,

Cypher

@CypherRazzor
Copy link
Author

I found a workaround. To prevent this from happening you can set a pagebreak near the problematic link with <<< .

@ggrossetie
Copy link
Owner

Hello, yes this is a known issue with Paged.js. Sometimes you need to help the layout engine otherwise it will truncate your document (because it cannot figure out how to layout/break an element).

If you can create a small reproduction case, I encourage you to report this issue at gitlab.coko.foundation/pagedjs/pagedjs

@ggrossetie ggrossetie added 🐛 bug Something isn't working 🙃 upstream labels Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🙃 upstream
Projects
None yet
Development

No branches or pull requests

2 participants