Issue on Print Preview . how i can made fit to a4 size with full size form ?
Confluence User - 05 Aug, 2024
i have issue when print preview because is over limit with the page .
for example:
- this is original form before print
2. this is when print preview
as you can see the print preview get cut . how i can fix this print preview ?
i already add custom html and still can;t found the solution to fix this
<style>
@media print {
@page {
size: A4;
margin: 10mm;
}
body {
transform-origin: top left;
width: 100%; /* Double the width to counteract the scaling */
}
}
</style>
forms;print;preview

