aspose-free-consulting / projects

The starting point for Aspose free consulting projects
5 stars 5 forks source link

I want to create/build a blazor application #387

Open armaanrustami opened 2 months ago

armaanrustami commented 2 months ago

I aim to create a Blazor WebAssembly (WASM) application that allows me to upload PDF files, visualize them using Aspose, and provides the capability to edit the PDF content by adding annotations or comments. After making modifications, I should be able to save the changes back to the PDF file and retrieve a list of annotations or comments along with their positions in a separate list

atirtahirgroupdocs commented 2 months ago

@armaanrustami

GroupDocs.Annotation allows you to add various types of annotations (e.g. Text, area, arrow) in a PDF and then you can extract annotations from a document and serialize them to the XML format, or export those annotations as well.

armaanrustami commented 2 months ago

@armaanrustami

GroupDocs.Annotation allows you to add various types of annotations (e.g. Text, area, arrow) in a PDF and then you can extract annotations from a document and serialize them to the XML format, or export those annotations as well. @atirtahirgroupdocs : Ok, is there any example of a Blazor application using aspose ? Because I am not sure how to make it work with Blazor

atirtahirgroupdocs commented 2 months ago

@armaanrustami

is there any example of a Blazor application using aspose ? Because I am not sure how to make it work with Blazor

Please note that this is very specific request. We don't have Blazor application. However, there are following open source projects:

You can explore these applications and will get an idea how API works with the user interface (especially in case of ASP.NET MVC application). Our MVC project implements this GroupDocs.Total-Angular for UI processing. However, we have created a ticket ANNOTATIONNET-2517 to look into the possibility to create such a demo application but cannot share any ETA at the moment. You'll be notified as soon as we have any update on this ticket.

Thanks