Hi Omar,
Thanks for contacting Syncfusion support.
Our PDF Viewer control is client-server based. So we send the data as JSON object between client and server. We suspect that the reported issue occurs due to the serialization of the large-sized JSON object.
We need to increase the maximum length for serializing the large-sized JSON object.
We have created a sample for the same, where a class is added (LargeJsonValueProviderFactory). Also, the code is modified to increase the length for serialization in the file LargeJsonValueProviderFactory.cs.
Kindly download the sample from the following link.
Regards,
Dhivya.