vue-html-to-paper
vue-html-to-paper copied to clipboard
problem print with size paper A4 .
Hello , i have an issued with vue html to paper , the problem is when i'm trying to print my html with A4 paper size , the text and date of title doc has been blocked by html doc at header , please take a look at my screen clipboard at below . thank you .
https://prnt.sc/opvib2
Hello @Carbone13 here's a suggestion. You can use @media print in your css to add style to the print window instance. You can then add a margin-top to the body. Let me know if it works.
after trying to add css with @media print and margin-top the problem still come .
@Carbone13 I think you can get rid of that text if you uncheck "print header and footer" option while printing.
Hi Carbone13, can you let me know how you format the printout to make it look like a printed page instead of a website? Thanks.