-
Suggestion
-
Resolution: Duplicate
-
None
-
Not applicable.
It would be awesome if I could export a single Confluence page as a PDF file through the Remote API (XML-RPC). Currently the only PDF export option is exportSpace() which is not suited to our purpose.
Ideally, I would like something like this:
String exportPage(String token, String pageId, String type)
where type could be TYPE_PDF. The method would return a URL where the exported PDF could be downloaded.
- duplicates
-
CONFSERVER-5558 add export single page as PDF to remote API
- Closed