12-09-2016 05:48 AM
Hi!
I have created a custom workflow with a user task. I want to generate PDF file with the data entered by user in the user task. How can I do this?
Please guide.
Thanks,
Kalpesh
12-09-2016 06:57 AM
Google for "java generate pdf" and start from there...
I can recommend PDFBox, iText and Apache FOP as libraries. Since you did not provide any real requirements other than "generate PDF [..] with [...] data" I can't say which might be better for your use case. Technically you could also just generate HTML/ODT and have LibreOffice transform that to PDF - or use ODT templates with document properties to fill in defined fields in a template (and again, convert that to PDF).
12-09-2016 06:57 AM
Google for "java generate pdf" and start from there...
I can recommend PDFBox, iText and Apache FOP as libraries. Since you did not provide any real requirements other than "generate PDF [..] with [...] data" I can't say which might be better for your use case. Technically you could also just generate HTML/ODT and have LibreOffice transform that to PDF - or use ODT templates with document properties to fill in defined fields in a template (and again, convert that to PDF).
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.