The DownloadDocumentPDF method enables the retrieval of a document’s PDF representation. To ensure proper usage, it is important to understand the method’s operational requirements and how the downloaded file behaves.
1. Document identifier validation:
The method requires the presence of a valid GlobalDocumentId. If this identifier is missing or not provided correctly, the system will return an error message, indicating that the request cannot be processed without a unique document identifier.

2. Unlimited PDF downloads:
The PDF associated with the document can be downloaded as many times as needed. The system does not impose limits on the number of downloads, allowing users to retrieve the file repeatedly without restrictions.
3. PDF decoding considerations:
The PDF returned by the method is delivered using simple encoding. As a result, users only need to apply a single decoding operation to correctly view the PDF. Any attempt to decode the file more than once may lead to errors or result in a corrupted PDF.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article