Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a requiremwnt that i need to make the pdf into writable mode so that,i'll searcha word in the pdf and if the word is found some where then i'll mask that paragraph where the word is available.I have no idea that's why i haven't given any tried code.But Plz someone give me anyking of solution and logic So that i can go ahead.Thanks and waiting for the quick response.

Regards,
Snehasis
Posted

1 solution

To best of my knowledge, the iTextSharp library can do it. This is a .NET port of the iText, free and Open Source PDF library. See:
http://en.wikipedia.org/wiki/ITextSharp[^],
http://itextpdf.com/[^],
http://sourceforge.net/projects/itextsharp/[^] (iTextSharp itself is here).

Here you can find the sample code for creation of fillable fields: http://stackoverflow.com/questions/6139589/pdf-form-with-itextsharp[^].
I hope that is what you mean by "writeable".

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900