

#Brother cups printer driver for mac series
Aĭetailed list of changes can be found in the change log included in the download.ĬUPS 2.2.13 is the last general bug fix release in the 2.2.x series and includesĪ fix for CVE-2019-2228. A detailed list of changes can beįound in the change log included in the download.ĬUPS 2.3.1 is a general bug fix release, including a fix for CVE-2019-2228. Get CUPS for Other Operating Systems CUPS 2.3.3ĬUPS 2.3.3 is a general bug fix release, including fixes forĬVE-2020-3898 and CVE-2019-8842. CUPS uses IPP Everywhere™ to support printing to local and network printers. Comments are ok with *% prefix.The standards-based, open source printing system developed by Apple for iOS ®, iPadOS ®, and macOS ®. Also be careful to keep the file ownership to root:lp. You must restart CUPS after you make these edits. The forth option is similar but the height. It's very confusing, but I finally got it to work for me.) So perhaps the first option is both the left and right margin. The third option sets the total width to capture from the image, or at least that's what it looks like to me. The 2nd option is similar but for the top white space to ignore. The first option sets the left white space to ignore in your source image, or top if in landscape mode. So the settings are 1/4" 1/4" 8.5" 11", but converted to pix (by multiplying them by 72, or 18 18 612 792). In this example, for a US-Letter sized paper (8.5" x 11"), there is about a 1/4" white margin all around the pdf. To fix this, you set the ImageableArea to the part of the image that you wanted printed. It would move the right text in, but still cut off the left side of the page.) (Unfortunately, scaling it down didn't fix this. In order to print this page fully, without cutting it off, it needs to be squeezed down a little so it will fit within the area that this printer can print in.

In other words it can't print on the last 2/3" of the page. This happens because this printer needs a 2/3" margin at the bottom of page, or the left side of the rotated landscape page. Here is a sample image that gets cut off on the left side when printed in landscape on my Canon MG2900. *ImageableArea sets the area of your image to capture and print. Gives the desired 0.1" margin on the print area So: *ImageableArea Letter/US Letter: "8 8 604 784" Margin + printable area must remain constantįor me 72 units = one inch (so 0.1" is approximately 8 units) *ImageableArea Legal/US Legal: "18 36 594 972"įind the paper size you want to modify the margins for and change the definition (the part in quotes) to match your printer's actual print margins: *ImageableArea Executive/Executive: "18 36 504 720" *ImageableArea EnvMonarch/Envelope Monarch: "18 36 261 504" *ImageableArea EnvDL/Envelope DL: "18 36 294 588" *ImageableArea Letter/US Letter: "18 36 594 756" To fix this, edit the ppd for the printer ( /etc/cups/ppd/yourprintername.ppd):įind the list of *ImageableArea definitions of page sizes: *DefaultImageableArea: Letter It turns out that the problem is not with the hardware margins in the printer the page definitions in the ppd file had set a printable area with 0.5" and 0.25" margins for a letter page.
