'How to print a calendar the same as the screen?(fullCalendar.js)

My client want to print a calendar as the screen which made of fullCalendar.js. We use Vue.js framework and bought a license for using premium service of fullCalendar.js

"vue": "^2.6.10",
"@fullcalendar/core": "4.1.0",
"@fullcalendar/daygrid": "4.1.0",
"@fullcalendar/interaction": "4.1.0",
"@fullcalendar/resource-timegrid": "4.1.0",
"@fullcalendar/timegrid": "4.1.0",
"@fullcalendar/vue": "4.1.1",

The problem appears the same in official documents like an image. print-preview-image

Why can't I print the same thing as the screen? How can I print it exactly like the screen?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source