We are trying to achieve the following:1. Generate 3D PDF from VRML
(Done)2. Embed the 3D PDF into a PDF Template and save it on the Server
as an editable .pdf file3. Then, the user must be able to open the
Editable PDF inside a web browser such as IE.4. The user must then enter
data in some fields (Text field, drop down etc) and save it.5. The save
action must save the data in a database and importantly, the PDF itself
as .pdf file on the same server location. The updated PDF file on the
server...