Hello, I'm working on some pdf docs generated using Prince, and I set the page size to be a4, with margin 10mm;
@page {
size: A4;
margin: 10mm;
}
When the PDF opens in Preview on my Mac, it's perfect. But when I save the PDF to my comp, then try to print the PDF, it shows a huge margin like it has both margin I set and the printer margin. As a test, I set the margin to 0, then it ruins the PDF but prints out with acceptable margin (which is likely the printer margin)
I also noticed that in the print dialog, the "scale to fit" option is selected by default, and it rescaled my document down to 80 something percent
Any ideas?
@page {
size: A4;
margin: 10mm;
}
When the PDF opens in Preview on my Mac, it's perfect. But when I save the PDF to my comp, then try to print the PDF, it shows a huge margin like it has both margin I set and the printer margin. As a test, I set the margin to 0, then it ruins the PDF but prints out with acceptable margin (which is likely the printer margin)
I also noticed that in the print dialog, the "scale to fit" option is selected by default, and it rescaled my document down to 80 something percent
Any ideas?