Print pages

A new servlet is deployed to print the pages of a document. An HTML file is displayed with the different pages of the document given in parameters.

Request

This functionality is accessible via the servlet: printPage

Usable in GET

Request example

curl -X GET 'http://<arender_host>/ARender/arendergwt/printPage?uuid=docUUID&nbPages=nbPages&renditionPrintWidth=width&browserPrintWidth=width&page=pages'
  • uuid: document id
  • nbPages: the number of pages to print
  • renditionPrintWidth: the size of the image in the rendition
  • browserPrintWidth: the size of the image displayed in the browser
  • pages: the numbers of the pages to be printed

Servlet Response

An HTML file with the different pages to print.