Parallel PDF viewing is supported via the pdfUrl field within the additionalDetails object.Instead of uploading the PDF directly to the provider, you should implement your own service that:
Generates the PDF.
Produces a URL (pdfUrl) for the PDF.
Includes this URL in the JSON payload you send to the provider.
This ensures that the creation, management, and hosting of the PDF are fully handled on your side.