I tried printing with chrome but i got some issue. Google chrome print not reading the flex property of my css also the bold property is not being read.
any solution or alternative code to make this work or any pdf print library that i can implement my page
2
Answers
I fix this by making the css in the same page with my html!
You might need to define some special print styles as a browser will override certain styles when printing.
Within a CSS document you can do:
Or just link to a separate print stylesheet
Read more about it here: https://developer.mozilla.org/en-US/docs/Web/Guide/Printing