There is any chance to print from code behind without print preview? Now i'm using a javascript function to print a PDF from an iframe (https://stackoverflow.com/a/22695248/8284271) but i need to send my existing pdf file to the default printer of client without showing the print dialog.
            Asked
            
        
        
            Active
            
        
            Viewed 72 times
        
    0
            
            
        - 
                    2No, there's not. If there was, what would stop a website from spamming your printer with ads? Futhermore, there's already a similar question: https://stackoverflow.com/questions/1096862/print-directly-from-browser-without-print-popup-window – jAC Jul 10 '17 at 14:45
- 
                    1@JanesAbouChleih imagine the horror. Visit a site and it starts printing a newletter and some coupons. – VDWWD Jul 10 '17 at 14:50
- 
                    @VDWWD Imagine a wife or girlfriend, if she comes home and finds printed letters of nearby girls interested in you. Have fun explaining this! – jAC Jul 10 '17 at 16:25
