SOAP API method PdfDocument_setProperties
Description
can be used for personalizing the document. The properties are defined in the template, and can be given a value on the document level
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 'properties' : Collection of type 'properties'
- Parameter 'login' : Structure of type 'login'
- Optional login data
Structure 'pair'
This structure pair was mentioned above. This structure has the following properties:
- Property 'key' : string
- Property 'value' : string
Structure 'properties'
This structure properties was mentioned above. This structure has the following properties:
- Property 'pair' : Structure of type 'pair'
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