Is there a way to export a Jasper report in PDF where designated fields can be left editable? I\'m using iReport to design the report templates.
Two facts:
iText can do it. http://www.geek-tutorials.com/java/itext/itext_acroform_javascript.php#code2src
JasperReports use iText.
Theoretically, JR can do it, but I don't find methods in javadoc, that used parameters.
Maybe anybody know?