There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-85d0ee8c-6e1a-477c-b214-56b5ebae234e XWIKI-22044 Open

Add back ability to export PDF pages from a CLI

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-0da06c3f-9059-4738-ba5c-7d6a959fa084 Changes by Vincent Massol on 20/Aug/25 16:56
 
Description: We used to be able to use URLs with query string parameters to perform exports, see https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/Exports#HAdvanced-2

While it's still possible to use the old URLs, they will trigger the old server-side PDF export and won't use the feature of the client-side PDF export.

This was lost when moving to the PDF Export app (client side export) -> https://extensions.xwiki.org/xwiki/bin/view/Extension/PDF%20Export%20Application/

We need to have it back, probably through a REST API, to be able to perform exports from a CLI.
Priority: Critical Major