I have an application in c# .Net 4.0 framework using itextsharp. That very application reads the all the texts from a pdf file. But there are some spelling mistakes in those texts. This application extracts those texts and give spelling suggestions
using the MS Word Dictionary. We have got the X,Y co-ordinate position of that misspelled words. Up to that it is fine. But now we need to save that corrected words
to the text layer of that very pdf file. We cant create a new pdf file we have to save that texts to that very pdf file.
Atri
0 Points
2 Posts
How to add text to the text layer to an existing pdf
Jan 23, 2013 04:23 AM|LINK
I have an application in c# .Net 4.0 framework using itextsharp. That very application reads the all the texts from a pdf file. But there are some spelling mistakes in those texts. This application extracts those texts and give spelling suggestions using the MS Word Dictionary. We have got the X,Y co-ordinate position of that misspelled words. Up to that it is fine. But now we need to save that corrected words to the text layer of that very pdf file. We cant create a new pdf file we have to save that texts to that very pdf file.
Thanks in advance.
santosh.jagd...
Star
7625 Points
1454 Posts
Re: How to add text to the text layer to an existing pdf
Jan 24, 2013 05:36 AM|LINK
if you mean, you want to edit PDF file then check here
http://forums.asp.net/t/1596052.aspx/1
MCP