• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

insert Javascript to pdf with Itext

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi!! i have a servlet that load a pdf file with a form. then the client insert the value for each field in the form and then it must save the value in a database.
I don't know how make this.
with itext i have insert a submit button in the pdf file that save the field corretly.
now I want to insert the save button in HTML page (iframe) and send data to server.
i have see this link:

adobe develop

and with itext I insert in the servlet page this code:

the file pdf.js:


the button in the pdf file work correctly, the one in html page no
if I insert the js code with acrobat pro the button zoom and navigate work fine, while the save button don't works!
can someone help me?
sorry my english
 
reply
    Bookmark Topic Watch Topic
  • New Topic