Is it possible to Edit PDF that is not Forms Fillable in C#
Details :
An Existing PDF contains Images, Tables filled with Data and Text.
Already tried itextsharp but couldn't able to identify any AcroFields to Manipulate the data.
When tried to OCR using Nitro PDF, got Error : OCR cannot be done, since this page contains Editable / Searchable Contents
... This is the output from ASPOSE Text Replacement ... tried to Replace Word April with June
Requirement :
Have to edit the Text and Data Filled in Tables Programatically and Save it.