1 2 3 4 5 6 7
<!doctype html> <iframe src="https://example.com/document-builder.sjs?html=PASS"></iframe> <script> onload = function() { window.print(); }; </script>