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

How make PDF Book with internal bookmarks (not link to WWW site) #32

Closed
ArturManager opened this issue Jul 11, 2012 · 3 comments
Closed
Labels

Comments

@ArturManager
Copy link

Hello,

Is there any way to create in PDF table of content accrding to other part of document?

I mean, that below example code should refer not to page www.xyz..com?id=itest:quickstart, but to part in PDF

Example code:

====== TOC ======

  • [[itest:QuickStart]]
  • [[itest:Intro]]
  • [[ni:Connectors]]
  • [[ni:Configuration]]'
@Klap-in
Copy link
Collaborator

Klap-in commented Jun 13, 2013

This requires indexation of the internal links in the book, which should be matched with the pages included in the book.

Question: are some where in dokuwiki already the resolved urls available? i guess in the instruction that leave the handler... (the input for the renderer).

Or is it better to find-replace the external links in the html just before it is sent to the mpdf converter?

@texnixe
Copy link

texnixe commented Nov 28, 2014

Just stumbled upon this old feature request because I was looking for a solution to this problem. I would need internal links in the generated pdf instead of links referring to a website. Is there any news regarding this feature request?

@Klap-in
Copy link
Collaborator

Klap-in commented Dec 12, 2014

Since commit 60e59de (which solves the Klap-in/dokuwiki-plugin-bookcreator#16) links to included pages are converted to internal links in the document.

This gives the possibility to build your own index manually.

Automatically building a ToC is also reported at bookcreator plugin: Klap-in/dokuwiki-plugin-bookcreator#34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants