I have moved problems with attached solutions to PDFPluginProblems for easier reference. I leave the stuff here that is still under discussion and that needs a solution. --PÄlBrattberg
Make Table of Contents links (and other links) lead to PDF-destinations#
I notice that when the page converts to a pdf the table of contents links still point to the wiki.Is there someway to have the wiki.pdf add-on convert the links to be pdf in-document links?
--RobSchramm, 10-Feb-2006
xhtml2fo4fop.xsl can build a toc by itself. The comments in the xsl-file to the buildToc-param gives hints to some adjustments. Alternative use pdf-bookmarks. -- ClaasRuschmeyer, 17-Mar-2006
While the table of contents portion of the xhtml2fo4fop.xsl is there... it is not really what I want.
Most of the pages in my wiki have a "TableOfContents" to assist the user. There is a section of the xsl that is referencing
#section as part of the href... but I am unsure of the intent is (I am a pre-newbie to XSL etc..).
-- RobSchramm, 03-Apr-2006
In the latest version 2.2 the table of contents is still converted to links. Will there be a future release which converts the table of contents to normal internal links in the pdf file? -- JanJoker, 25-Apr-2008
Table support with non-unique headings#
The heading-anchors ("id") in a page may be not unique if the author uses identical headings. Fop will throw an exception because the name to an element must be unique in a document

I tried the very new Version (18-06-2007) now...#
... and no images or tables are displayed in the PDF-File ... before i've installed the old version.. i tried to delete all old .jar files (-dependecies) und use only the package which is offered here.... dont know why theres NO change in my PDF-File compared to the old-JSP2PDF-Converter...
Thanks for any Hints :)
- MartinU
Martin: What does the page look like that doesn't work? What version of JSPWiki are you running? How does your generated PDF look?
Is it possible to export all wiki-pages in one document?
--AnonymousCoward, 29-Jan-2008
The plugin currently only works on normal wiki-pages AFAIK, so this would stop this sort of page from working. If you need this, please add it as a RFE at http://code.google.com/p/jspwiki2pdf/issues/list
--PÄlBrattberg
hi, is possible to export form objects (e.g. radio button, checkbox,...) into PDF??? I didn't find any stuff about it, did xsl-fo support form objects?
--ThoHD, 28-May-2008
This Plugin can not output CJK characters. If you want use it with CJK.You must modify the servlet like this. tidy set encoding to UTF-8( tidy.setCharEncoding(Configuration.UTF8); ). The input stream must be UTF-8.Modify default.xsl to use CJK fonts. Give fop the user config file(where usable fonts be defined).Config the font base url (which locate to the font metrics file ). Good luck.
--ChunlinYao, 2008/07/24
Add new attachment
List of attachments
Kind | Attachment Name | Size | Version | Date Modified | Author | Change note |
---|---|---|---|---|---|---|
patch |
uniqueIdHeadingAnchor.patch | 3.0 kB | 1 | 10-Mar-2006 17:05 | 62.8.217.6 | |
xsl |
xhtml2fo4fop.xsl | 73.7 kB | 5 | 14-Aug-2006 11:55 | Candid Dauth |