Configuration
Last modified by jklein on 2024/10/07 06:23
- The list of PDF templates the user can select from when exporting wiki pages to PDF.
- Aagon PDF-Vorlage, PDF-Vorlage ohne Bilder
- Whether the PDF export should be performed server-side, e.g. using a headless Chrome web browser running inside a Docker container, or client-side, using the users web browser instead.
- No
- The host running the headless Chrome web browser, specified either by its name or by its IP address.
- The port number used for communicating with the headless Chrome web browser.
- 0
- The base URI that the headless Chrome browser should use to access the XWiki instance (e.g. the print preview page). Examples: localhost, localhost:9293, http://localhost, https://localhost:8080
- The Docker image used to create the Docker container running the headless Chrome web browser.
- The name of the Docker container running the headless Chrome web browser. This is especially useful when reusing an existing container.
- The name or id of the Docker network to add the Chrome Docker container to. This is useful when XWiki itself runs inside a Docker container and you want to have the Chrome container in the same network in order for them to communicate.
- The number of seconds to wait for the web page to be ready for print before timing out.
- 600
- The maximum content size, in kilobytes (KB), that can be included in a single PDF export. Use 0 to disable the limit.
- 0
- Replace the old PDF export based on Apache Formatting Objects Processor (FOP).