My trouble is I don't know how many pages it has when printing. I have used the following CSS:
@media print {
.barcode{
position: fixed;
}
}
So that the image appears in each page when printing. but on the second page or third page the image will overlap the content of the page as the screenshot.
