Changes for page Exports

Last modified by Vincent Massol on 2024/01/05

From version 40.2
edited by Manuel Smeria
on 2012/11/30
Change comment: Removed Toucan reference, rewording
To version 41.1
edited by Vincent Massol
on 2014/09/15
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ManuelSmeria
1 +XWiki.VincentMassol
Content
... ... @@ -32,7 +32,8 @@
32 32  
33 33  In addition the following URL parameters can be added to refine what should be exported:
34 34  
35 -* ##pages##: there can be several such parameters, each representing a page to export. For example: ##&pages=Main.WebHome&pages=Blog.WebHome##. {{info}}When ##pages## parameters are specified, the current document specified in the URL isn't used{{/info}}
35 +* ##pages##: there can be several such parameters, each representing a page to export. For example: ##&pages=Main.WebHome&pages=Blog.WebHome##.
36 +{{info}}When ##pages## parameters are specified, the current document specified in the URL isn't used{{/info}}
36 36  * ##includechilds##: the value is a number specifying the depth of children pages to include in the PDF export. For example ##&includechilds=2## will include all children pages of the page to export, all its children (i.e. pages which have the page as its parent) and all the children's children.
37 37  * ##includelinks##: the value is a number specifying the depth of linked pages to include in the PDF export. For example ##&includelinks=2## will include all pages linked from the page to export and the links in the linked pages.
38 38  * ##pagebreaks##: if the value is set to ##1## then a page break is inserted between all exported pages.
... ... @@ -47,12 +47,18 @@
47 47  
48 48  {{image reference="exportAsODT.png"/}}
49 49  
50 -If you configure your wiki to work with an office server ([[LibreOffice>>http://www.libreoffice.org/]] or [[OpenOffice>>http://www.openoffice.org/]]) as described in the [[Office Importer Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Office+Importer+Application]] you'll notice a new entry in the export menu (as long as you are connected to the office server). By default only the ODT ([[OpenDocument>>http://opendocument.xml.org/]] Text format) export is exposed but you can tweak the export URL to export to other office formats supported by your office server. For instance ##/xwiki/bin/export/Sandbox/WebHome?format=doc## exports Sandbox.WebHome page to Microsoft Word's proprietary DOC format.
51 +If you configure your wiki to work with an office server ([[LibreOffice>>http://www.libreoffice.org/]] or [[OpenOffice>>http://www.openoffice.org/]]) as described in the [[Office Importer Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Office+Importer+Application]] you'll notice a new entry in the export menu (as long as you are connected to the office server).
51 51  
53 +{{info}}
54 +You can tweak the export URL to export to other office formats supported by your office server. For instance ##/xwiki/bin/export/Sandbox/WebHome?format=doc## exports Sandbox.WebHome page to Microsoft Word's proprietary DOC format.
55 +{{/info}}
56 +
52 52  = RTF Export =
53 53  
54 -The RTF export works exactly in the same manner as the PDF export.
59 +The RTF export works in the same manner as the PDF export.
55 55  
61 +{{info}}XWiki 6.2{{/info}} Similar to the ODT export, you need an office server started to see the RTF export option.
62 +
56 56  = XAR Export =
57 57  
58 58  The XAR export allows exporting pages in the internal XML format used by XWiki. This is the format that you can use to [[Import/Export>>platform:AdminGuide.ImportExport]] pages and applications into/from XWiki instances.

Get Connected