NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on July 29, 2016, 06:54:17 AM
-
Hi,
Is there any way to print a form to a report?
Ashley
-
Automagically - I don't think so. I would hand code a report to look like the form and then call that report from a Print-button on the form.
Maybe others have a better idea.
Peter
-
Hi Peter,
That's what I thought the answer and solution would be.
Ashley
-
Not sure of the validity, but found this .. http://stackoverflow.com/questions/18191893/generate-pdf-from-html-in-div-using-javascript (http://stackoverflow.com/questions/18191893/generate-pdf-from-html-in-div-using-javascript).
Might be helpful, using a javascript library to create a pdf from html.