=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-24 15:43:09 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-25 11:48:39 +0000 @@ -3383,19 +3383,19 @@
SVG conversion The Web API provides a resource which can be used to convert SVG content into more widely - used formats such as PNG and PDF.Ideally this conversion should happen on the client side, but - not all client side technologies are capable of performing this task. Currently PNG and PDF - output formats are supported. The SVG content itself should passed with a svg query parameter, and an optional query parameter filename can be used to specify the filename of the response attachment file. Note that the file extension should be omitted. For PNG you can send a POST request to the following URL with Content-type - application/xml or - application/x-www-form-urlencoded. + application/x-www-form-urlencoded, identical to a regular + HTML form submission. api/svg.png For PDF you can send a POST request with the SVG content as body to the following URL with Content-type application/xml or application/x-www-form-urlencoded. + >application/x-www-form-urlencoded. api/svg.pdf Query parameters