As an Apple reseller we and our customers print documents with the macOS Preview app. Unfortunately we don't seem to be able to control its default scaling behaviour for Prince generated PDFs.
Downloading and printing this Prince invoice sample leads to the desired result:
https://github.com/yeslogic/prince-samples/blob/master/website_samples/invoice/invoicesample.pdf
The default scaling in the Preview app is set correctly to 100%:
However, if we generate a new PDF file based on the samples input data, the Preview app sets its default scaling to 96%:
And modifying the CSS to include
doesn't help either (see the tests in the attached ZIP file).
Are we doing anything wrong?
Downloading and printing this Prince invoice sample leads to the desired result:
https://github.com/yeslogic/prince-samples/blob/master/website_samples/invoice/invoicesample.pdf
The default scaling in the Preview app is set correctly to 100%:
However, if we generate a new PDF file based on the samples input data, the Preview app sets its default scaling to 96%:
And modifying the CSS to include
@prince-pdf {
-prince-pdf-print-scaling: none
}
doesn't help either (see the tests in the attached ZIP file).
Are we doing anything wrong?