Is there any API in C# or .net to edit pdf documents?
Like I need to retrieve particular text and replace it with my own text.
Thanks
nRk
|
Thanks |
|||||||
|
|
This is not possible (in a clean & reliable way), from iTextSharp tutorial:
|
|||||||||||
|
|
google yielded |
|||
|
|
|
there are a number of 3rd party libraries (such as apose), but there's not really a native API. That said, PDF is an open-standard so you can get how the file is structured and parse it on your own. |
||||
|
|