views:

5

answers:

0

Hello.

I have looked for answers to this on here, but not really found a solution.

I basically have print quality images (300dpi) that are taken from PDFs. In this particular project we cannot just resort to PDFs, the button clicked must trigger the print command in the browser so 1 or 2 large print quality JPGs can be printed, one per page.

I'm using a print.css stylesheet. On my Mac machine, the printing works as expected. One large JPG per page. When I test this on a windows machine, the JPGs are absolutely massive, way over the size of the printed page. I only see around 1/4 of the top left of the image.

Is there anyway I can control this further so it prints 100% reliable across all browsers? I've searched for guides on the Internet, but they mostly talk about printing whole webpages, not just images (using just plain img tags and a page break after them)

Any guidance would be excellent.