NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on July 29, 2016, 06:54:17 AM

Title: Print a Form to a report
Post by: astahl on July 29, 2016, 06:54:17 AM
Hi,

Is there any way to print a form to a report?


Ashley
Title: Re: Print a Form to a report
Post by: peterH on July 29, 2016, 12:04:51 PM
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
Title: Re: Print a Form to a report
Post by: astahl on August 02, 2016, 06:56:27 AM
Hi Peter,

That's what I thought the answer and solution would be.


Ashley
Title: Re: Print a Form to a report
Post by: Stu on August 03, 2016, 03:29:36 PM
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.