Re: Is it feasible with PdfBox to generate pdf with form using xml data and get back the form data to server?

2010-06-10 Thread Adam
pchandor, For generating forms based on XML, I'd recommend looking into iReport/Jasper[1]. I haven't used it to create Acroforms (text fields where the user can enter data), so I don't know if it can currently do this. If you just have one document that you need to create, you could probably

Re: Template

2010-06-10 Thread Adam
I'm not sure about PDFBox, but I think iReport[1] would suit your needs. Design the reports/forms/templates in iReport and then use the jasperreports library[2] to process them in your application. Hope this helps. [1] http://jasperforge.org/projects/ireport [2] http://jasperforge.org//websit

Template

2010-06-10 Thread Wright, Stephen
I am wondering if there is a way to setup a template when using PDFBox to generate a report with java? Thank You. Stephen Wright