Overview
Get PDF book from selected pages
- REST Method: GET
- Method Access: public
Query Parameters
| Name | Type | Description |
| format | {pdf, html}? | Format to export: pdf | html (default: pdf) |
| title | string? | Optional title for book |
| showtoc | bool? | Display a table of contents in the exported document |
| authenticate | bool? | Force authentication for request (default: false) |
| stylesheet | string? | Name of custom stylesheet to apply (stored in site/properties with namespace 'mindtouch.prince.stylesheet# |
| pageids | string | Comma separated list of pageids to add as book pages |
| filename | string? | Optional filename for the book |
Return Codes
| Name | Value | Description |
| OK | 200 | The request completed successfully |
| Bad Request | 400 | Invalid input parameter or request body |
| Forbidden | 403 | Read access to the page is required |
| Not Found | 404 | Requested page could not be found |