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.
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
Post a Comment