Page 1 of 1

Printing Display form over multiple pages

Posted: 18 May 2017
by WinstonFroidPinto
Hi,

I have tried using fd.saveAsPDF() but it prints everything on a single page.
fd.printForm() will print it in different pages but all the lookups are shown as in the attachment below:
Also how can we exclude headers and footer from the print form?

Awaiting your quick response.

Regards,
Winston.

Re: Printing Display form over multiple pages

Posted: 18 May 2017
by Dmitry Kozlov
Hi,
You can try to convert links to plain text with JavaScript in a printing form. As for headers and footers, assign 'fd-no-print' CSS-class to elements you do not want to print:
https://spform.com/printing/printing-sh ... orting-pdf

Re: Printing Display form over multiple pages

Posted: 18 May 2017
by WinstonFroidPinto
Hi,

Any example on how to convert links to plain text with JavaScript in a printing form???

Regards,
Winston.

Re: Printing Display form over multiple pages

Posted: 22 May 2017
by Dmitry Kozlov
Hi,
Sure, here you go:
viewtopic.php?f=1&t=607