Force client-side PDF generation

Last modified by Marius Dumitru Florea on 2022/07/19

The PDF Export application has a new global setting to control whether the PDF is generated server-side (e.g. using a headless Chrome web browser running inside a Docker container) or client-side, using the user's web browser:

# [Since 14.6RC1]
# 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 user's web browser instead; defaults to server-side PDF generation
export.pdf.serverSide=true

Note that client-side generation has the downside that different users may get a different PDF result for the same wiki page (same content).

Tags:
   

Get Connected