Friday, May 2, 2014

Print to PDF quickly with BlueBox

For BlueBox PHP coders and HTML5 developers here is a handy shortcut to printing any page to pdf with a few characters: (url broken up for legibility)

<a href=
/?class=some_class
&method=some_method
&global[noincludes]=print
&global[send2pdf]=1>Print to PDF</a>

Easy as that :-)