Embedding PDF In the HTML page?

rock

New member
Hi My Problem is, I want to embed PDF in my browser. When that PDF appears on my browser then my user should be able to write sticky notes on it and then. The PDF should be in the right frame. Then there will be submit button on the left. That should save the PDF in the DB and when the next time it's extracted, it should show all the changes. Can anybody tell me how should i go about it. what should be my approach.
 
Not sure if annotations are supported in the free version of Acrobat, so assuming they are not you've got a whack of programming to do. You'd need to create a "fake sticky note" api using html and javascript, and on the back end have some code that knows how to generate and/or modify pdfs.

Perhaps you could use a fillable pdf and have the user type in that, but still you need the back end component that takes the form submission, annotates the pdf and saves it.
 
Back
Top