ASP NET CORE Server API documentation

Hello,

To use the PDF viewer we need to create an API. You provide an example of it here :
https://www.syncfusion.com/kb/10346/how-to-create-pdf-viewer-web-service-application-in-asp-net-core

My problem is that my API is running on AWS Gateway, which then use AWS Lambda. I can't just paste your code, I need to first create my endpoints and then associate my code to it.

My question is, do you have a documentation that detail the list of endpoint necessary, their parameters and return code/payload ?

Thanks,
Tuan

3 Replies 1 reply marked as answer

AA Akshaya Arivoli Syncfusion Team September 18, 2020 03:47 PM UTC


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  




TA Tuan Ardouin September 18, 2020 04:50 PM UTC

Hello Akshaya,

I think you didn't read my message as you linked the same link that I did, and you didn't answered or addressed my question.

Tuan


AA Akshaya Arivoli Syncfusion Team September 22, 2020 05:20 AM UTC

Hi Tuan, 

As we mentioned earlier, our PDF Viewer is both client and server side , so we need to create the web service project with the provided web actions to render and for further operations. We can create the PDF Viewer web service project separately and then publish it in AWS. Please refer to the below steps for AWS deployment.  


Please try it and revert us with more details about your requirement if you still need assistance 



Regards, 
Akshaya  



Marked as answer
Loader.
Up arrow icon