Hi Taun,
Thank you for contacting Syncfusion support.
Our PDF Viewer control is both server and the client side oriented. PDF viewer control processes the PDF document in the server side(developed with .NET environment) and send the processed PDF data to the client using the web service to render the PDF document and for further operations in PDF viewer. So, we need to configure the PDF Viewer with all the web action methods provided in the below KB,
· Load- To Load the PDF document
· RenderPdfPages – To process the Pdf pages
· RenderThumbnailImages- To render the RenderThumbnailImages
· RenderAnnotationComments- To render the RenderAnnotationComments
· Bookmarks- To render the Bookmarks
· ExportAnnotations- To export the annotations
· ImportAnnotations- To import the annotations
· Unload- To unload and dispose the PDF document resources
· Download- To Download the document
· PrintImages- To print the document
Please try it and revert us with more details if you have any concerns.
Regards,
Akshaya