Hello Syncfusion team,
I am trying to integrate the syncfusion pdf viewer into our app.
Current use case is that I have the pdf stream already on our client and I want to directly load it into the viewer. When I try to load it as base64 with your public serviceUrl, there are no issues and the pdf is loaded correctly. For that I am using the following code:


So far so good. However I want to use a custom server-side service for all the actions except the load. I have implemented custom controller according to your documentation that contains all the required methods along with the Load method. But then when I try to load the pdf the same way I do with your public serviceUrl I receive the following error:
"The jsonObject field is required."
This is the code I am using for this:


I've tried modifying the input data from the client, but nothing changes. Also when I place a breakpoint in the controller it never hits, why is that? I would really appreciate the help or the guidance to what I am doing wrong. Thanks in advance!
Attachment: Example_3ba1ea65.zip