I am using RESTful API /documents/id
to retrieve PDF file as described here. But I get the single-page PDF file even if the document is very large, one big page. However if I try to export PDF by business intelligence designer I will get the PDF in multi-page format.
How can I export the document in multi-page format by RESTful API? In the documentation I do not see appropriate parameter, just dpi for PDF...