I tried to load the PDF using gui.Window.open("mypdf.pdf") with success, now how do i trigger the pdf print using javascript? window.print only prints blank page, which is the body element excluding the rendered PDF from embed element. Anyone can help?
Possible:
> How do i manual append javascript to a PDF so i can add a javascript to trgger `print` to it self when it is loaded. (does this make sense?)
Regards,
Kevs