ruby - How to export a Confluence "Space" to PDF using remote API -


i"m looking examples of exporting confluence 'space' pdf. docs horrible this. looks might still supported in latest confluence ( 5.0 ) using xml-rpc api cannot find example of call though.

https://developer.atlassian.com/display/confdev/remote+api+specification+for+pdf+export#remoteapispecificationforpdfexport-xml-rpcinformation

that links says calls hould prefixed pdfexport dosen't list of calls or give example.

i know php example, not ruby, can check out xml-rpc example in voycerag's php project on github @ https://github.com/voycerag/confluence-xmlrpc-pdf-export/blob/master/src/voycer/confluence/command/pdfexportcommand.php ... hope helps.

basically need make call login method , user authentication token returned make call exportspace method. in turn gives url authenticated user can download pdf from.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -