У меня есть программа, которая может выводить многоуровневую метку SVG, и я установил все единицы с помощью «мм», есть пример:
SVG(Container width="210mm" height="594mm")
SVG(A4 size width="210mm" height="297mm")
SVG(Label size width="105mm" height="99mm")
SVG(Label size width="105mm" height="99mm")
SVG(Label size width="105mm" height="99mm")
SVG(Label size width="105mm" height="99mm")
SVG(Label size width="105mm" height="99mm")
SVG(Label size width="105mm" height="99mm")
SVG(A4 size width="210mm" height="297mm")
SVG(Label size width="105mm" height="99mm")
SVG(Label size width="105mm" height="99mm")
SVG(Label size width="105mm" height="99mm")
SVG(Label size width="105mm" height="99mm")
SVG(Label size width="105mm" height="99mm")
SVG(Label size width="105mm" height="99mm")
У каждого SVG размера A4 будет небольшое отклонениена конце бумаги, поэтому, когда я распечатаю количество выше 3 бумаг, я увижу верхнюю часть paper3 на нижней части paper2.
Я попытался установить обводку прозрачной и ширину обводки равной 0, но похоже, что это непроблема с инсультом.
Вот полный код SVG
<?xml version="1.0" standalone="no"?>
<svg width="210mm" height="2673mm" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg x="0mm" y="0mm" width="210mm" height="297mm">
<svg x="0mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
</svg>
<svg x="0mm" y="297mm" width="210mm" height="297mm">
<svg x="0mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
</svg>
<svg x="0mm" y="594mm" width="210mm" height="297mm">
<svg x="0mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
</svg>
<svg x="0mm" y="891mm" width="210mm" height="297mm">
<svg x="0mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
</svg>
<svg x="0mm" y="1188mm" width="210mm" height="297mm">
<svg x="0mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
</svg>
<svg x="0mm" y="1485mm" width="210mm" height="297mm">
<svg x="0mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
</svg>
<svg x="0mm" y="1782mm" width="210mm" height="297mm">
<svg x="0mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
</svg>
<svg x="0mm" y="2079mm" width="210mm" height="297mm">
<svg x="0mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
</svg>
<svg x="0mm" y="2376mm" width="210mm" height="297mm">
<svg x="0mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="0mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="105mm" y="99mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#FF0000" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
<svg x="0mm" y="198mm" width="105mm" height="99mm">
<rect stroke="#fff" fill="#00FF00" stroke-width="0" x="0%" y="0%" width="100%" height="100%" />
</svg>
</svg>
</svg>
Вот предварительный просмотр печати в Chrome ![print preview](https://storage.googleapis.com/mynet-public/1556033035566.jpg)
А вот SVG-файл