I have PDF documents which needs to be displayed in browser. PDF contains blue print of a building. I achieved this using iText Java library. Now, I want to edit the PDFs while viewing in the browser. (Editing - drawing/deleting circles, lines in PDF). I need to save the edited PDF to server also.
I searched and all are saying examples for interactive FORM fields using iText. Is the above scenario possible in iText or please suggest some library to implement this feature.
Edited:
As per my understanding, PDFTron library allows to draw a circle/line and allows to delete the circle/line drawn on PDF in iOS/Android platforms.
Scenario:
1) First PDF will be shown to user 2) Users can able to draw a circle/line on PDF and that PDF will be saved in server 3) Next time, users can see the existing circle/line drawn and if user wants, he will be able to delete the already drawn circle/line on PDF. Final PDF needs to saved.
Could anyone please tell me how to support this feature in Browsers using iText.