printing an HTML is not always easy (especially pagination) even with a good media specific CSS. https://github.com/miyako/4d-component-wkhtmltopdf
besides, printing is a blocking process (only 1 job at a time) and not thread safe so I think it is preferable to generate PDF by code than to "print" it, if possible. (like with the pluggers plugin) > 2019/03/19 22:49、Charles Miller via 4D_Tech <[email protected]>のメール: > Not sure if this will work but how about creating a web area in form load > the document and then print it ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

