Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open, Edit and Save PDF File in C#.Net [closed]

I have a requirement to open an existing pdf file and need to add some comments or edit existing content and save the same file.

I spent so many hours on this and most people referred itextsharp or pdf clown but unfortunately didn't get any samples or how to use itextsharp or pdf clown to do the requirement.

Thanks in advance

like image 840
user2218549 Avatar asked Jun 12 '13 10:06

user2218549


1 Answers

Again mikesdotnetting website is a good starter when i made one and it works.

Here's for adding text with chunks, phrases and paragraph example

And here's one for editing an already existing pdf file here.

like image 195
Edper Avatar answered Oct 16 '22 19:10

Edper