Your browser don't permit web-fonts to be installed. Our websites use web-fonts based icons. For a better experience please allow your browser to use web-fonts.
We are hiring!
Deutsch | English | Español

2.19. Pdf

The pdf object provides methods to get required (pdf) documents.

2.19.1. pdf.document

Get a generic PDF document.

2.19.1.1. Input

Table 2.213. Parameters

ParameterDescriptionTypeRequiredDefault
categoryCategory of the PDF document to get. Possible values currently: dsgvo text64 true 
nameName of the PDF document. Possible values currently: contract, contract_empty, appendix1, appendix2 text64 true 

2.19.1.2. Output

Table 2.214. Parameters

ParameterDescriptionTypeOptional
pdfBase64 encoded PDF document base64  

2.19.2. pdf.get

Get a required PDF document for a specific domain.

2.19.2.1. Input

Table 2.215. Parameters

ParameterDescriptionTypeRequiredDefault
domainDomain name for which to get the PDF text64 true 

2.19.2.2. Output

Table 2.216. Parameters

ParameterDescriptionTypeOptional
pdfBase64 encoded PDF document base64