SOAP API method PdfDocument_page
Description
A single page of the document. The first page starts with number 0.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object PdfDocument. The method only applies to the pdfdocument with this id.
- Parameter 'personalize_profile' : int
- Profile ID for which the object should be personalized
- Parameter 'personalize_subprofile' : int
- Subprofile ID for which the object should be personalized
- Parameter 'personalize_timestamp' : string
- The timestamp for the personalization
- Parameter 'pagenumber' : int
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'pdfdocumentpage' : Structure of type 'pdfdocumentpage'
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt
Structure 'pdfdocumentpage'
This structure pdfdocumentpage was mentioned above. This structure has the following properties:
- Property 'blockcount' : int
- The number of blocks of the page.
- Property 'width' : int
- The width of the documentpage.
- Property 'height' : int
- The height of the documentpage.
- Property 'id' : int
- The ID of the documentpage.
- Property 'pagenumber' : int
- The pagenumber of the documentpage.