Add support for PDF embedded bookmarks on exports #1457

Closed
opened 2026-02-05 00:58:03 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @or0or1 on GitHub (Nov 16, 2019).

exporting pdf, I find the pdf file has not bookmark,thought I use mutilple # before line header with markdown styling .

what is the problem?

version: 0.27.5

thank you.

Originally created by @or0or1 on GitHub (Nov 16, 2019). exporting pdf, I find the pdf file has not bookmark,thought I use mutilple # before line header with markdown styling . what is the problem? version: 0.27.5 thank you.
OVERLORD added the 🔨 Feature Request🚚 Export System labels 2026-02-05 00:58:03 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Nov 17, 2019):

Hi @or0or1,
We're going to need some more information to be able to support this issue.

  • What are you exporting? (Book, Chapter, Page)
  • When are you referring to as BookMarks?
  • Where are you using mulitple # characters?
  • What editor are you using? (Markdown or WYSIWYG)
@ssddanbrown commented on GitHub (Nov 17, 2019): Hi @or0or1, We're going to need some more information to be able to support this issue. * What are you exporting? (Book, Chapter, Page) * When are you referring to as BookMarks? * Where are you using mulitple `#` characters? * What editor are you using? (Markdown or WYSIWYG)
Author
Owner

@or0or1 commented on GitHub (Nov 17, 2019):

thanks a lot. @ssddanbrown

I am so sorry.

Q1: page

Q2 & 3 :
markdown file content:
image

exporting it , and expect the pdf file is the same as the photo:

image

Q4: markdown

@or0or1 commented on GitHub (Nov 17, 2019): thanks a lot. @ssddanbrown I am so sorry. Q1: page Q2 & 3 : markdown file content: ![image](https://github.com/or0or1/docker-bookstack/blob/master/20191117191706.png?raw=true) exporting it , and expect the pdf file is the same as the photo: ![image](https://github.com/or0or1/docker-bookstack/blob/master/20191117185747.png?raw=true) Q4: markdown
Author
Owner

@or0or1 commented on GitHub (Feb 23, 2020):

any plan ? thanks. @ssddanbrown

@or0or1 commented on GitHub (Feb 23, 2020): any plan ? thanks. @ssddanbrown
Author
Owner

@ssddanbrown commented on GitHub (Mar 2, 2020):

No, No plan at the moment @or0or1 but your follow up comment did help me understand what you meant by BookMarks. I had a quick search before but didn't find anything about how our PDF libraries within BookStack could generate bookmarks so didn't look like a quick issue to solve.

@ssddanbrown commented on GitHub (Mar 2, 2020): No, No plan at the moment @or0or1 but your follow up comment did help me understand what you meant by BookMarks. I had a quick search before but didn't find anything about how our PDF libraries within BookStack could generate bookmarks so didn't look like a quick issue to solve.
Author
Owner

@ssddanbrown commented on GitHub (Apr 25, 2020):

Just done some further looking into PDF generation as part of issue #2052.

Such links would be generated as an "Outline" or "Table of Contents" rather than bookmarks. As mentioned on #2052 it is possible to generate a ToC but with some workarounds due to issues in the libraries we use.

I'm going to close this in favour of #2052, since they're essentially requesting the same functionality.

@ssddanbrown commented on GitHub (Apr 25, 2020): Just done some further looking into PDF generation as part of issue #2052. Such links would be generated as an "Outline" or "Table of Contents" rather than bookmarks. As mentioned on #2052 it is possible to generate a ToC but with some workarounds due to issues in the libraries we use. I'm going to close this in favour of #2052, since they're essentially requesting the same functionality.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1457