
This is the topic to discuss development of
GenPDFAddOn

If you need support, go to
Support.GenPDFAddOn where you can ask questions and find answers to previously asked questions.

If you want to report a bug, or a feature request, go to
Tasks.GenPDFAddOn where you can see already submitted issues and where you can submit a new bug report or feature request.
Active Items
Id |
Summary |
Priority |
Current State |
Creation Date |
Last Edit |
Item11280 |
Request for configuration to have both Printable Version and Generate PDF links |
Low |
Confirmed |
22 Nov 2011 - 21:51 |
22 Nov 2011 - 21:59 |
Item12028 |
GenPDFAddOn not Work Corretly |
Normal |
Waiting for Feedback |
02 Aug 2012 - 19:55 |
13 Aug 2012 - 18:12 |
Item12527 |
GenPdfAddon is broken by special characters |
Normal |
Confirmed |
07 Jun 2013 - 10:15 |
29 May 2014 - 03:46 |
Item14608 |
GenPDFAddOn contains obsolete links in documentation. |
Low |
Confirmed |
23 Jan 2018 - 17:51 |
23 Jan 2018 - 17:51 |
Item9251 |
GenPDFAddOn header shifting is too simplistic |
Enhancement |
Confirmed |
02 Jul 2010 - 19:58 |
23 Jan 2018 - 17:52 |
Item8606 |
VIEW_TEMPLATE not used when running genpdf recursively |
Normal |
Confirmed |
23 Feb 2010 - 19:18 |
23 Jan 2018 - 17:53 |
Item14817 |
Problem with UTF8 convertation |
Enhancement |
New |
31 Jan 2019 - 12:21 |
31 Jan 2019 - 12:22 |
Discussion
Here are few things from my wish list:
-
GENPDF{"Web.Topic.Section"}
Create a link for the named section of a topic. Link will appear as http://...
- On the old 'dev' topic someone requested that links show in blue, otherwise they're impossible to see against the rest of the black text. I hard-coded that on my site (
push @htmldocArgs, "--linkcolor", "#0000FF"; # Otherwise they are black
). Some may not want that, so the ideal solution would be to make it configurable.
- Before going crazy with a bunch of macro tags, maybe it would be better to include something like my form to configure the options without having to mess with the URL or a bunch of macro tags? Perhaps it would be better implemented as a pop-up (analagous to the print options dialog in Windows) so as not to force a navigation away from the source document.
- Provide an option to create stand-Alone Documents (i.e., not link back to Wiki). Could do this with custom skin? Or by modifying
"sub _fixHtml()"
in GenPDF.pm
:
- Convert all internal links to be relative links (e.g.,
<a href="#name">
). These are used in the ToC, but can be in the body too.
- Remove remaining links to Wiki host, while leaving external links. E.g., this removes table header sort links (which are non-functioning in a PDF anyway, and hard to see against a dark column header).
--
SeanMorgan - 20 Mar 2009