Modify ↓
Opened 16 years ago
Last modified 5 years ago
#4889 new enhancement
Links in TOC
Reported by: | Álvaro Iradier | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TracWikiPrintPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Allow the Table of Contents to have internal links to the PDF.
Internal links are supported by reportlabs, so I guess it's a matter of creating the anchors in headers, and using some reportlab option when making the TOC.
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by
Owner: | changed from Álvaro Iradier to anonymous |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Owner: | changed from anonymous to Álvaro Iradier |
---|---|
Status: | assigned → new |
comment:3 Changed 11 years ago by
comment:4 Changed 5 years ago by
Owner: | Álvaro Iradier deleted |
---|
Note: See
TracTickets for help on using
tickets.
Could the creation of anchors in the header be done in html5lib? Will anchors be detected by reportlab automagically?