- Home
- Forum
- Angular - EJ 2
- Load pdf file from asp.net core web api & save
Load pdf file from asp.net core web api & save
I need to load pdf files from my server with asp.net core web api & save back file again to server after annotation.
I also need to attach user info on stamps in annotation.
Please help.
SIGN IN To post a reply.
1 Reply
1 reply marked as answer
AA
Akshaya Arivoli
Syncfusion Team
August 14, 2020 11:59 AM UTC
Hi Lalit,
Thank you for contacting Syncfusion support.
|
Query |
Details | |
|
I need to load pdf files from my server with asp.net core web api & save back file again to server after annotation. |
We can save the PDF document in the server in the server side by modifying the Download() action method using the serverActionSettings API available in PDF Viewer. We have created sample and shared in the below link,
Web Service project: https://www.syncfusion.com/downloads/support/directtrac/general/ze/ej2-pdfviewer-web-service_(4)-204599344
Note: Kindly run the web service project and provide that URL to serviceUrl . Click on the ‘Download Document’ in the sample to save the document
Code Snippet:
Create PDF Viewer Web service Project : https://www.syncfusion.com/kb/10346/how-to-create-pdf-viewer-web-service-application-in-asp-net-core
| |
|
I also need to attach user info on stamps in annotation.
|
Our PDF Viewer supports custom stamps using that you can add the jpg image as per your requirement.
We can also the custom stamps from code behind using the customStampSettings,
|
Please revert us with more details about your requirement and the use case if you need further assistance.
Regards,
Akshaya
Marked as answer
SIGN IN To post a reply.
- 1 Reply
- 2 Participants
- Marked answer
-
LK LALIT KUMAR
- Aug 13, 2020 10:30 PM UTC
- Aug 14, 2020 11:59 AM UTC