Upload and Edit Pdf File and Write Annotations

Hi Team I want upload pdf file and edit that file and add annotations in that file and save and download .

can you please provide me sample code .

1 Like

@sree79

Could you please tell us about your development environment? Do you intend to develop such an application in .NET or Java?

Thank you ur responce atir.tahir ,

My Environment is .NET .

Please help me .

1 Like

@sree79

Please note that all GroupDocs APIs are UI-Agnostic. However, we have developed some sample UI applications for your ease.

For document editing, you can explore GroupDocs.Editor for .NET.
Useful resources:

For document annotation, explore GroupDocs.Annotation for .NET

You can use both APIs in a single project, or use GroupDocs.Total API that includes all GroupDocs APIs. Take a look at this example GroupDocs.Total for .NET MVC Example.