Click here to Skip to main content
16,018,534 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to print some div but in one div the image i have shown is not captured by window.print() ,
In browser's print function it works fine.
So i want to call browser's print function.
Is it possible by code using c#, mvc, javascript, jquery ?

What I have tried:

I tried the window.print() function but image can not be captured.
Posted
Updated 8-Sep-16 22:59pm

1 solution

This has been asked before many times so there is a version of Firefox which supports this try that

or

look into this post on SO for more guidance.

printing - Print directly from browser without print popup window - Stack Overflow[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900