aspose-pdf / Aspose.PDF-for-.NET

Aspose.PDF for .NET examples, plugins and showcase projects
MIT License
137 stars 60 forks source link

Edit existing PDF using aspose PDF in .net C# #16

Open VishalD10 opened 4 years ago

VishalD10 commented 4 years ago

I want to grab existing PDF file and edit it using Aspose .I have attached the images of source and expected PDF source.pdf Expected.pdf

asadalikhan90 commented 2 years ago

@VishalD10

For such layout in PDF documents, we recommend using Acroforms as filling values would be easy using them. You can add form fields in the source PDF and use it as template to gather information. Aspose.PDF for .NET can be used to fill the forms. In case you do not have form fields, you can add text using Aspose.PDF and this way you will need proper location and coordinates of the source PDF where the text should be placed.

In case of any issues, please create a topic in Aspose.PDF official support forum where you will be assisted accordingly.

arise-project commented 1 year ago

Hello, @VishalD10. We added latest version of an editor to folder https://github.com/aspose-pdf/Aspose.PDF-for-.NET/tree/master/Showcases/aspose-pdf-editor