DHANU BUDIREDDI wrote: > Hello, > > I want to call a java method from pdf push button.
Push button in PDF: visible in Adobe Reader on the client side Java method: somewhere in a jar in an application server on server side. First answer: call an URL that triggers a Servlet. > Actually > my requirement is one SaveAs button is presented on merged pdf and when > i clicke on that button i need to generate one more pdf with some edited > values (this is as functionality as SaveAs). Your requirement isn't very clear. > Is this possible to call java method or is there any way to > send the pdf text filed values to java method ? Did you read the documentation? Go to the keywords page: http://1t3xt.be/?X0004c8 Click on the S to jump to: http://1t3xt.info/tutorials/keywords/index.php#S Scroll till you see "Submitting a form" Click on those words and you'll end up here: http://1t3xt.be/?X000671 These are some examples that submit data to a server. On the server side, there's a Java (JSP or Servlet) or even PHP application responding. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
