In my ASP.NET MVC application, user can upload a PDF file. I want to write a string to a specific location of that file and let the user download the modified PDF. How can I do that? Is there a (hopefully free) library for this kind of task? Thanks in advance.
Asked
Active
Viewed 706 times
-2
-
1you could use iText it's the one of the best libraries available for generating PDF Files – Adarsh Ravi Apr 12 '17 at 13:10
-
1Possible duplicate of [ITextSharp insert text to an existing pdf](http://stackoverflow.com/questions/3992617/itextsharp-insert-text-to-an-existing-pdf) – Bassie Apr 12 '17 at 13:15
-
This question effectively asks for a library recommendation which is off topic on stack overflow. – mkl Apr 12 '17 at 14:30
1 Answers
0
You can you iText and there are tutorials online on how to amend an existing document:

Scrobi
- 1,215
- 10
- 13