Hi All,
I have a windows application in which am displaying the PDF file in PDF viewer(Adobe Acrobat or Via WebBrowser control).
I have EDIT button in the form when i click the edit button i should be able to edit the pdf as like normal text documets...
And I have ADD PAGE button when click that a blank page has to be added next to the current page.
Can you please help ?
Loading

Rahul PrasadPosted May 18, 2015, 5:09 AM
Romero CesarPosted Sep 4, 2014, 11:28 AM
I am suggesting the following approach using lead tools functions:
- Load the PDF file as image (all objects (Text, Images, hyperlinks, etc.) inside the PDF file will be rasterized as one image).
- Pass the rasterized image to one of leadtools OCR engines. Lead OCR engines give the ability to define a zone on the image, recognize the text, edit it and then save it back as PDF document format.
You can find more information here:
http://support.leadtools.com/CS/forums/31677/ShowPost.aspx
Jayakumar BalasubramaniamPosted Sep 2, 2014, 3:23 AM
Thanks for your replies, but i have already referred those references, but i am not able to fill my requirement.
Alex SmithPosted Aug 28, 2014, 3:22 AM
Regards
R JPosted Aug 26, 2014, 11:14 AM
http://simpledotnetsolutions.wordpress.com/2012/04/08/itextsharp-few-c-examples/
you can use itextsharp in your example.
Also, I have seen similar post in ASP.net forums.
http://forums.asp.net/t/1408202.aspx?read+and+edit+pdf+using+c+
This may help you. Place your code if you find any issues.