Hi all, I want to check the feasibility of handling events in a editable existing PDF file using Apache PDFBox. In that case, I need to handle keyboard events (specially "press enter key" event). For an example, if user type his name in a text field and press enter key in key board, this event should be tracked.
Are there any methods to support this task in PDFbox API?. If yes, is there any example resource (code) for that task? Thank you! Regards, Madhujith Kariyapperuma University of Colombo

