Hi Arthur,
Thank you for your update.
We can load the PDF document on button click in PDF Viewer using the client side Load() API. We have created sample for the same and shared in the below link,
The document name provided in the Load() API should be available in the location mentioned in the GetDocumentPath()( PdfViewerController.cs) of the web service project. We can also load the base64 string.
Note: Our PDF Viewer control is both the server and the client-side oriented. PDF viewer control processes the server-side PDF document (developed with the. NET environment) and sends the processed PDF data as JSON data to the client using the web service to render the PDF document and for further PDF viewer operations. We h
Please try it and if you have any concerns on this, revert us with the modified sample in which the issue could be reproduced. It will be helpful for us to investigate further and assist you better.
Regards,
Akshaya