Changes for page Configuration

Last modified by Thomas Mortagne on 2023/10/31

<
From version < 191.1 >
edited by Carlos Amengual
on 2019/05/24
To version < 192.1 >
edited by Carlos Amengual
on 2019/05/24
>
Change comment: Fix 'Update the css4j URL': the url got messed up.

Summary

Details

Page properties
Content
... ... @@ -352,7 +352,7 @@
352 352  
353 353  In order to provide your own customization you need to start by tweaking the default templates (they can also be copied to a new skin) and/or by creating a new [[XWiki Class>>platform:DevGuide.DataModel]]. To do that simply create a new page called //XWiki.PDFClass// and edit it in class mode (for ex. //{{{http://yourserver.com/xwiki/bin/edit/XWiki/PDFClass?editor=class}}}//). Add the following "Text Area" properties as needed (they are all optional so you only need to define the ones you need to use):
354 354  
355 -* ##style##: contains the CSS information that will overwrite or complement the default ##pdf.css## values if they exist. **[[css4j>>https://https://carte.sourceforge.io/css4j/]]**, a CSS API implementation for the Java™ platform, will take care of this.
355 +* ##style##: contains the CSS information that will overwrite or complement the default ##pdf.css## values if they exist. **[[css4j>>https://carte.sourceforge.io/css4j/]]**, a CSS API implementation for the Java™ platform, will take care of this.
356 356  * ##xhtmlxsl##: contains the XHTML to FO XSL overriding the default one. It is processed by **[[Apache Xalan>>http://xml.apache.org/xalan-j/]]**, a XSLT processor for transforming XML documents into HTML, text, or other XML document types. Since version 3.0M2 (see issue [[XWIKI-5918>>https://jira.xwiki.org/browse/XWIKI-5918||title="Impossible to override XSLT documents used in the PDF export process"]]) this field needs to be the actual content of the customized ##xhtml2fo.xsl##. Note that you can also use velocity in this field (useful to get the content of an attached .xsl file, which comes in very handy when you need to fill in a big file, since the limit of textarea properties is of 60 000 characters)
357 357  * ##fopxsl##: contains the FOP to PDF/RTF XSL overriding the default one. It is processed by **[[Apache FOP>>http://xmlgraphics.apache.org/fop/]]**.
358 358  

Get Connected