How to make Canon MF8230 printing after changed paper size?

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
domylco

How to make Canon MF8230 printing after changed paper size?

Post by domylco »

Hello there,

before I place this topic I checked what's available through "Google search" for the solution of my problem but I still don't have it solved.

1. I'm using Linux Mint 18.2 64 bit KDE version on an Acer Aspire 5349 laptop.
2. The printer/scanner is Canon i-Sensys MF8230Cn - multi-function color laser device.
3. Installed it with the official driver from Canon website: linux-UFRII-drv-v340-uken.tar.gz

The printer is working with the standard paper sizes it has in the .ppd file.

The problem is I'm printing on custom paper 120x160 mm. When I want to create a document in LibreOffice I had only the paper sizes as of the printer. So I unistalled it and installed OpenOffice 4.1.4. I have the ability to specify custom paper sizes now :D . The problem with the printing persisted however :roll: . So next step after following forum solutions for similar problems (https://stackoverflow.com/questions/102 ... s-to-a-ppd) was to edit the .ppd file. I did it and now I had the paper size listed in the printer configure tab. But when I try to print it the printer does nothing :evil: . The job is in the printing queue and that's it. I have to Cancel it so I can print A4 size for example.

On the printer side the paper is set and has no problems. I have an old laptop with XP from which I print the same 120x160 mm documents every day (that's why I still keep it).

This is the output of lpoptions:

Code: Select all

lpoptions -p MF8200C-Series -l
Resolution/Resolution : *600
CNDraftMode/Toner Save: *True False
MediaType/Media Type : *Auto PlainPaper1 PlainPaper2 PlainPaper3 RECYCLED COLOR HEAVY1 HEAVY2 OHP LABELS ENVELOPE PlainPaperL 1SIDECOATED1 1SIDECOATED2 1SIDECOATED3 1SIDECOATED4
InputSlot/Paper Source: *Auto Manual Cas1
OutputBin/Paper Destination: *Auto
CNBarCodeMode/Special Settings 1: *None Mode1 Mode2 Mode3 Mode4 Mode5
BindEdge/BindingEdge: *Left Top
Collate/Collate: *Group
CNColorMode/Color Mode: *color mono
CNColorHalftone/Color Halftones : Resolution *Gradation
CNHalftone/Halftones : Resolution *Gradation
CNSpecialSmooth/Special Smoothing Mode: *Mode1 Mode2 Mode3 Mode4
PageSize/Page Size: 120x160mm Letter Legal Statement Executive A5 B5 *A4 Monarch Com10 dl_envelope Envelope_C5 Foolscap Index_3x5 16K
This is the .ppd file content:

Code: Select all

*PPD-Adobe: "4.3"
*%
*%  Copyright CANON INC. 2013
*%  CUPS printer driver for Canon printer devices
*%
*%  This program is free software; you can redistribute it and/or modify
*%  it under the terms of the GNU General Public License as published by
*%  the Free Software Foundation; either version 2 of the License, or
*%  (at your option) any later version.
*%
*%  This program is distributed in the hope that it will be useful,
*%  but WITHOUT ANY WARRANTY; without even the implied warranty of
*%  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*%  GNU General Public License for more details.
*%
*%  You should have received a copy of the GNU General Public License
*%  along with this program; if not, write to the Free Software
*%  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*%

*FormatVersion: "4.3"
*FileVersion: "3.0"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName: "CNM820CZK.PPD"
*Manufacturer: "Canon"
*Product: "(mf8200c series)"
*cupsVersion: 1.1
*cupsManualCopies: False
*cupsModelNumber: 1086
*cupsFilter: "application/vnd.cups-postscript 0 pstoufr2cpca"
*ModelName: "Canon MF8200C Series UFRII LT"
*ShortNickName: "MF8200C Series"
*NickName: "Canon MF8200C Series UFRII LT"
*PSVersion: "(3010.000) 550"
*PSVersion: "(3010.000) 651"
*LanguageLevel: "3"
*ColorDevice: True
*DefaultColorSpace: RGB
*FileSystem: False
*Throughput: "14"
*LandscapeOrientation: Plus90
*VariablePaperSize: False
*TTRasterizer: Type42
*%CNGPLPLIBNAME: "uictlufr2"
*%CNGPLPLIBNAMEVER: "1.0.0"

*%CNPrintLang: UFR2

*opvpDevice: "opvp"
*opvpDriver: "libcanonc3pl"
*opvpModel: "MF8200CSeries"

*OpenUI *Resolution/Resolution : PickOne
*DefaultResolution: 600
*Resolution 600/600 dpi: "<</HWResolution[600 600]>>setpagedevice"
*CloseUI: *Resolution

*OpenUI *CNDraftMode/Toner Save: PickOne
*DefaultCNDraftMode: True
*CNDraftMode True/ON: "<< >>setpagedevice"
*CNDraftMode False/OFF: "<< >>setpagedevice"
*CloseUI: *CNDraftMode

*OpenUI *MediaType/Media Type : PickOne
*DefaultMediaType: Auto
*MediaType Auto/Auto: "<</MediaType(Auto)>>setpagedevice"
*MediaType PlainPaper1/Plain Paper 1: "<</MediaType(PlainPaper1)>>setpagedevice"
*MediaType PlainPaper2/Plain Paper 2: "<</MediaType(PlainPaper2)>>setpagedevice"
*MediaType PlainPaper3/Plain Paper 3: "<</MediaType(PlainPaper3)>>setpagedevice"
*MediaType RECYCLED/Recycled Paper: "<</MediaType(RECYCLED)>>setpagedevice"
*MediaType COLOR/Color Paper: "<</MediaType(COLOR)>>setpagedevice"
*MediaType HEAVY1/Heavy Paper 1: "<</MediaType(HEAVY1)>>setpagedevice"
*MediaType HEAVY2/Heavy Paper 2: "<</MediaType(HEAVY2)>>setpagedevice"
*MediaType OHP/OHP: "<</MediaType(OHP)>>setpagedevice"
*MediaType LABELS/Labels: "<</MediaType(LABELS)>>setpagedevice"
*MediaType ENVELOPE/Envelope: "<</MediaType(ENVELOPE)>>setpagedevice"
*MediaType PlainPaperL/Thin: "<</MediaType(PlainPaperL)>>setpagedevice"
*MediaType 1SIDECOATED1/Coated 1: "<</MediaType(1SIDECOATED1)>>setpagedevice"
*MediaType 1SIDECOATED2/Coated 2: "<</MediaType(1SIDECOATED2)>>setpagedevice"
*MediaType 1SIDECOATED3/Coated 3: "<</MediaType(1SIDECOATED3)>>setpagedevice"
*MediaType 1SIDECOATED4/Coated 4: "<</MediaType(1SIDECOATED4)>>setpagedevice"
*CloseUI: *MediaType

*OpenUI *InputSlot/Paper Source: PickOne
*DefaultInputSlot: Auto
*InputSlot Auto/Auto : ""
*InputSlot Manual/Multi-purpose Tray : ""
*InputSlot Cas1/Drawer 1 : ""
*CloseUI: *InputSlot

*OpenUI *OutputBin/Paper Destination: PickOne
*DefaultOutputBin: Auto
*OutputBin Auto/Auto : "<< >>setpagedevice"
*CloseUI: *OutputBin

*OpenUI *CNBarCodeMode/Special Settings 1: PickOne
*DefaultCNBarCodeMode: None
*CNBarCodeMode None/Off: "<< >>setpagedevice"
*CNBarCodeMode Mode1/Mode 1: "<< >>setpagedevice"
*CNBarCodeMode Mode2/Mode 2: "<< >>setpagedevice"
*CNBarCodeMode Mode3/Mode 3: "<< >>setpagedevice"
*CNBarCodeMode Mode4/Mode 4: "<< >>setpagedevice"
*CNBarCodeMode Mode5/Mode 5: "<< >>setpagedevice"
*CloseUI: *CNBarCodeMode

*OpenUI *BindEdge/BindingEdge: PickOne
*DefaultBindEdge: Left
*BindEdge Left/Left: "<< >>setpagedevice"
*BindEdge Top/Top: "<< >>setpagedevice"
*CloseUI: *BindEdge

*OpenUI *Collate/Collate: PickOne
*DefaultCollate: Group
*Collate Group/Group: "<< >>setpagedevice"
*CloseUI: *Collate

*OpenUI *CNColorMode/Color Mode: PickOne
*DefaultCNColorMode: color
*CNColorMode color/Color: "<< >>setpagedevice"
*CNColorMode mono/Black and White: "<< >>setpagedevice"
*CloseUI: *CNColorMode

*OpenUI *CNColorHalftone/Color Halftones : PickOne
*DefaultCNColorHalftone: Gradation
*CNColorHalftone Resolution/Resolution: "<< >>setpagedevice"
*CNColorHalftone Gradation/Gradation: "<< >>setpagedevice"
*CloseUI: *CNColorHalftone

*OpenUI *CNHalftone/Halftones : PickOne
*DefaultCNHalftone: Gradation
*CNHalftone Resolution/Resolution: "<< >>setpagedevice"
*CNHalftone Gradation/Gradation: "<< >>setpagedevice"
*CloseUI: *CNHalftone
*OpenUI *CNSpecialSmooth/Special Smoothing Mode: PickOne
*DefaultCNSpecialSmooth: Mode1
*CNSpecialSmooth Mode1/Mode 1: "<< >>setpagedevice"
*CNSpecialSmooth Mode2/Mode 2: "<< >>setpagedevice"
*CNSpecialSmooth Mode3/Mode 3: "<< >>setpagedevice"
*CNSpecialSmooth Mode4/Mode 4: "<< >>setpagedevice"
*CloseUI: *CNSpecialSmooth

*OpenUI *PageSize/Page Size: PickOne
*DefaultPageSize: A4
*PageSize 120x160mm: "<</PageSize[340 454]/ImagingBBox null>>setpagedevice"
*PageSize Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
*PageSize Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
*PageSize Statement: "<</PageSize[396 612]/ImagingBBox null>>setpagedevice"
*PageSize Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
*PageSize A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
*PageSize B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
*PageSize A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
*PageSize Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
*PageSize Com10: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
*PageSize dl_envelope: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
*PageSize Envelope_C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
*PageSize Foolscap: "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
*PageSize Index_3x5: "<</PageSize[216 360]/ImagingBBox null>>setpagedevice"
*PageSize 16K: "<</PageSize[553 765]/ImagingBBox null>>setpagedevice"
*CloseUI: *PageSize

*OpenUI *PageRegion: PickOne
*DefaultPageRegion: A4
*PageRegion 120x160mm: "<</PageSize[340 454]/ImagingBBox null>>setpagedevice"
*PageRegion Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
*PageRegion Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
*PageRegion Statement: "<</PageSize[396 612]/ImagingBBox null>>setpagedevice"
*PageRegion Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
*PageRegion A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
*PageRegion B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
*PageRegion A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
*PageRegion Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
*PageRegion Com10: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
*PageRegion dl_envelope: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
*PageRegion Envelope_C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
*PageRegion Foolscap: "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
*PageRegion Index_3x5: "<</PageSize[216 360]/ImagingBBox null>>setpagedevice"
*PageRegion 16K: "<</PageSize[553 765]/ImagingBBox null>>setpagedevice"
*CloseUI: *PageRegion

*DefaultImageableArea: A4
*ImageableArea 120x160mm: "14.173 14.173 325.984 439.370"
*ImageableArea Letter: "14.173 14.173 597.827 777.827"
*ImageableArea Legal: "14.173 14.173 597.827 993.827"
*ImageableArea Statement: "14.173 14.173 381.827 597.827"
*ImageableArea Executive: "14.173 14.323 507.401 742.827"
*ImageableArea A5: "14.173 13.898 406.771 580.827"
*ImageableArea B5: "14.173 14.67 501.732 714.827"
*ImageableArea A4: "14.173 14.284 581.102 827.827"
*ImageableArea Monarch: "28.346 28.347 250.582 511.654"
*ImageableArea Com10: "28.346 28.347 268.44 655.654"
*ImageableArea dl_envelope: "28.346 28.725 283.464 595.654"
*ImageableArea Envelope_C5: "28.346 28.213 430.866 620.654"
*ImageableArea Foolscap: "14.160 14.160 597.84 921.840"
*ImageableArea Index_3x5: "14.173 14.173 201.827 345.827"
*ImageableArea 16K: "14.160 14.160 538.840 750.840"

*DefaultPaperDimension: A4
*PaperDimension 120x160mm: "340 454"
*PaperDimension Letter: "612 792"
*PaperDimension Legal: "612 1008"
*PaperDimension Statement: "396 612"
*PaperDimension Executive: "522 756"
*PaperDimension A5: "420 595"
*PaperDimension B5: "516 729"
*PaperDimension A4: "595 842"
*PaperDimension Monarch: "279 540"
*PaperDimension Com10: "297 684"
*PaperDimension dl_envelope: "312 624"
*PaperDimension Envelope_C5: "459 649"
*PaperDimension Foolscap: "612 936"
*PaperDimension Index_3x5: "216 360"
*PaperDimension 16K: "553 765"

*%CNJobAccount: True
*%CNSecuredPrint: False
*%CNMailBox: False
*%CNInputSelect: True

*CNOEFLibName: "ufr2filter"
*CNOptDevType: "2"
*CNOptCalibType: "5"
*CNPrinterName: "Canon MF8200C Series UFRII LT"
*CNPDLType: "UFR2"
*CNPrtColorSpace: "CMYK"
*CN_PdlWrapper_PdlPath: "libcanonufr2"
*CNFeedDirection: "Custom:3"

*CNTblFormat: "2"
*CNTblInputSlot: "3"
*CNTblDuplex: "1"
*CNTblOutputBin: "0"
*CNTblOutputPartition: "0"
*CNTblSubstitute: "1"
*CNTblMediaType: "22530"
*CNModelMethod: "1572876"
*CNMaxBoxNum: "0"
*CNMaxDocStr: "0"
*CNMaxCopies: "99"
*CNMaxGutter: "50"
*CNExecuteMethod: "2048"
*CNUFR2ModelMethod: "70524"
*CN_PDL_SLC_FI_RN_NL_K: "1,4,6,1,1,-2,80"
*CN_PDL_SLC_FI_GN_NL_K: "1,4,6,1,1,-2,80"
*CN_PDL_SLC_FI_RN_HHA_K: "1,4,6,1,1,-2,80"
*CN_PDL_SLC_FI_RN_HHA_Y: "3,12,3,3,0,-3,80"
*CN_PDL_SLC_FI_RN_HHA_M: "10,5,2,2,1,-4,80"
*CN_PDL_SLC_FI_RN_HHA_C: "5,10,2,2,-1,-6,80"
*CN_PDL_SLC_FI_GN_HHA_K: "1,4,6,1,1,-2,80"
*CN_PDL_SLC_FI_GN_HHA_Y: "3,12,3,3,0,-3,80"
*CN_PDL_SLC_FI_GN_HHA_M: "10,5,2,2,1,-4,80"
*CN_PDL_SLC_FI_GN_HHA_C: "5,10,2,2,-1,-6,80"
*CN_PrinterInfo_Path: "CNCUPSMF8200CZK"
*CN_PrinterInfo_DefaultPath: "cnpkbidi_info_001"
*CNHostDraftMode: "10,0,000"
*CNNeedInterpData: "TRUE"
*CNDR_FINM: "6"
*CNDR_TINM: "13"
*CNDR_LINM: "13"
*CNDR_BINM: "19"
*CNDR_VRNM: "1"
*CNDR_ATNM: "4"
*CNDR_SFLT: "-105"
*CNDR_SFCT: "0"
*CNDR_SFRT: "105"
*CNDR_TRLL: "0"
*CNDR_TRLU: "48"
*CNDR_SFWD: "64"
*CNDR_AJLN: "24"
*CNDR_EXLN: "48"
*CNDR_BKPX: "32"
*CNDR_SGMX: "128"
*CNDR_TOMD: "1"
*CNDR_TOPX: "4"
*CNDR_BTMX: "256"
*CNDR_BPMX: "256"
*CNDR_BCMX: "256"
*CNDR_BDMX: "256"
*CNDR_SMDT: "0"
*CNDR_EXBP: "0"
*CNDR_THNP: "/usr/share/ufr2filter/ThLB_40A.BIN"
*CNLandRotation: "3:TRUE"
*CNHostRotation: "TRUE"
*CN_PDL_RP: "9013"

*UIConstraints: *MediaType ENVELOPE *PageSize 120x160mm
*UIConstraints: *PageSize 120x160mm *MediaType ENVELOPE
*UIConstraints: *MediaType HEAVY1 *PageSize 120x160mm
*UIConstraints: *PageSize 120x160mm *MediaType HEAVY1
*UIConstraints: *MediaType ENVELOPE *PageSize A4
*UIConstraints: *PageSize A4 *MediaType ENVELOPE
*UIConstraints: *MediaType OHP *PageSize B5
*UIConstraints: *PageSize B5 *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize B5
*UIConstraints: *PageSize B5 *MediaType LABELS
*UIConstraints: *MediaType ENVELOPE *PageSize B5
*UIConstraints: *PageSize B5 *MediaType ENVELOPE
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize B5
*UIConstraints: *PageSize B5 *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize B5
*UIConstraints: *PageSize B5 *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize B5
*UIConstraints: *PageSize B5 *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize B5
*UIConstraints: *PageSize B5 *MediaType 1SIDECOATED4
*UIConstraints: *MediaType OHP *PageSize A5
*UIConstraints: *PageSize A5 *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize A5
*UIConstraints: *PageSize A5 *MediaType LABELS
*UIConstraints: *MediaType ENVELOPE *PageSize A5
*UIConstraints: *PageSize A5 *MediaType ENVELOPE
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize A5
*UIConstraints: *PageSize A5 *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize A5
*UIConstraints: *PageSize A5 *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize A5
*UIConstraints: *PageSize A5 *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize A5
*UIConstraints: *PageSize A5 *MediaType 1SIDECOATED4
*UIConstraints: *MediaType ENVELOPE *PageSize Letter
*UIConstraints: *PageSize Letter *MediaType ENVELOPE
*UIConstraints: *MediaType OHP *PageSize Legal
*UIConstraints: *PageSize Legal *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize Legal
*UIConstraints: *PageSize Legal *MediaType LABELS
*UIConstraints: *MediaType ENVELOPE *PageSize Legal
*UIConstraints: *PageSize Legal *MediaType ENVELOPE
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize Legal
*UIConstraints: *PageSize Legal *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize Legal
*UIConstraints: *PageSize Legal *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize Legal
*UIConstraints: *PageSize Legal *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize Legal
*UIConstraints: *PageSize Legal *MediaType 1SIDECOATED4
*UIConstraints: *MediaType OHP *PageSize Executive
*UIConstraints: *PageSize Executive *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize Executive
*UIConstraints: *PageSize Executive *MediaType LABELS
*UIConstraints: *MediaType ENVELOPE *PageSize Executive
*UIConstraints: *PageSize Executive *MediaType ENVELOPE
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize Executive
*UIConstraints: *PageSize Executive *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize Executive
*UIConstraints: *PageSize Executive *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize Executive
*UIConstraints: *PageSize Executive *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize Executive
*UIConstraints: *PageSize Executive *MediaType 1SIDECOATED4
*UIConstraints: *MediaType OHP *PageSize Statement
*UIConstraints: *PageSize Statement *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize Statement
*UIConstraints: *PageSize Statement *MediaType LABELS
*UIConstraints: *MediaType ENVELOPE *PageSize Statement
*UIConstraints: *PageSize Statement *MediaType ENVELOPE
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize Statement
*UIConstraints: *PageSize Statement *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize Statement
*UIConstraints: *PageSize Statement *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize Statement
*UIConstraints: *PageSize Statement *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize Statement
*UIConstraints: *PageSize Statement *MediaType 1SIDECOATED4
*UIConstraints: *MediaType OHP *PageSize 16K
*UIConstraints: *PageSize 16K *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize 16K
*UIConstraints: *PageSize 16K *MediaType LABELS
*UIConstraints: *MediaType ENVELOPE *PageSize 16K
*UIConstraints: *PageSize 16K *MediaType ENVELOPE
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize 16K
*UIConstraints: *PageSize 16K *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize 16K
*UIConstraints: *PageSize 16K *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize 16K
*UIConstraints: *PageSize 16K *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize 16K
*UIConstraints: *PageSize 16K *MediaType 1SIDECOATED4
*UIConstraints: *MediaType OHP *PageSize Foolscap
*UIConstraints: *PageSize Foolscap *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize Foolscap
*UIConstraints: *PageSize Foolscap *MediaType LABELS
*UIConstraints: *MediaType ENVELOPE *PageSize Foolscap
*UIConstraints: *PageSize Foolscap *MediaType ENVELOPE
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize Foolscap
*UIConstraints: *PageSize Foolscap *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize Foolscap
*UIConstraints: *PageSize Foolscap *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize Foolscap
*UIConstraints: *PageSize Foolscap *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize Foolscap
*UIConstraints: *PageSize Foolscap *MediaType 1SIDECOATED4
*UIConstraints: *MediaType PlainPaper1 *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType PlainPaper1
*UIConstraints: *MediaType PlainPaper2 *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType PlainPaper2
*UIConstraints: *MediaType PlainPaper3 *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType PlainPaper3
*UIConstraints: *MediaType RECYCLED *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType RECYCLED
*UIConstraints: *MediaType COLOR *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType COLOR
*UIConstraints: *MediaType HEAVY1 *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType HEAVY1
*UIConstraints: *MediaType HEAVY2 *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType HEAVY2
*UIConstraints: *MediaType OHP *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType LABELS
*UIConstraints: *MediaType PlainPaperL *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType PlainPaperL
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize Monarch
*UIConstraints: *PageSize Monarch *MediaType 1SIDECOATED4
*UIConstraints: *MediaType PlainPaper1 *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType PlainPaper1
*UIConstraints: *MediaType PlainPaper2 *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType PlainPaper2
*UIConstraints: *MediaType PlainPaper3 *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType PlainPaper3
*UIConstraints: *MediaType RECYCLED *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType RECYCLED
*UIConstraints: *MediaType COLOR *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType COLOR
*UIConstraints: *MediaType HEAVY1 *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType HEAVY1
*UIConstraints: *MediaType HEAVY2 *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType HEAVY2
*UIConstraints: *MediaType OHP *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType LABELS
*UIConstraints: *MediaType PlainPaperL *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType PlainPaperL
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize Com10
*UIConstraints: *PageSize Com10 *MediaType 1SIDECOATED4
*UIConstraints: *MediaType PlainPaper1 *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType PlainPaper1
*UIConstraints: *MediaType PlainPaper2 *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType PlainPaper2
*UIConstraints: *MediaType PlainPaper3 *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType PlainPaper3
*UIConstraints: *MediaType RECYCLED *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType RECYCLED
*UIConstraints: *MediaType COLOR *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType COLOR
*UIConstraints: *MediaType HEAVY1 *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType HEAVY1
*UIConstraints: *MediaType HEAVY2 *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType HEAVY2
*UIConstraints: *MediaType OHP *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType LABELS
*UIConstraints: *MediaType PlainPaperL *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType PlainPaperL
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize dl_envelope
*UIConstraints: *PageSize dl_envelope *MediaType 1SIDECOATED4
*UIConstraints: *MediaType PlainPaper1 *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType PlainPaper1
*UIConstraints: *MediaType PlainPaper2 *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType PlainPaper2
*UIConstraints: *MediaType PlainPaper3 *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType PlainPaper3
*UIConstraints: *MediaType RECYCLED *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType RECYCLED
*UIConstraints: *MediaType COLOR *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType COLOR
*UIConstraints: *MediaType HEAVY1 *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType HEAVY1
*UIConstraints: *MediaType HEAVY2 *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType HEAVY2
*UIConstraints: *MediaType OHP *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType LABELS
*UIConstraints: *MediaType PlainPaperL *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType PlainPaperL
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize Envelope_C5
*UIConstraints: *PageSize Envelope_C5 *MediaType 1SIDECOATED4
*UIConstraints: *MediaType OHP *PageSize Index_3x5
*UIConstraints: *PageSize Index_3x5 *MediaType OHP
*UIConstraints: *MediaType LABELS *PageSize Index_3x5
*UIConstraints: *PageSize Index_3x5 *MediaType LABELS
*UIConstraints: *MediaType 1SIDECOATED1 *PageSize Index_3x5
*UIConstraints: *PageSize Index_3x5 *MediaType 1SIDECOATED1
*UIConstraints: *MediaType 1SIDECOATED2 *PageSize Index_3x5
*UIConstraints: *PageSize Index_3x5 *MediaType 1SIDECOATED2
*UIConstraints: *MediaType 1SIDECOATED3 *PageSize Index_3x5
*UIConstraints: *PageSize Index_3x5 *MediaType 1SIDECOATED3
*UIConstraints: *MediaType 1SIDECOATED4 *PageSize Index_3x5
*UIConstraints: *PageSize Index_3x5 *MediaType 1SIDECOATED4

*DefaultFont: Courier
*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
*Font Bookman-Light: Standard "(001.004S)" Standard ROM
*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
*Font Courier: Standard "(002.004S)" Standard ROM
*Font Courier-Bold: Standard "(002.004S)" Standard ROM
*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
*Font Helvetica: Standard "(001.006S)" Standard ROM
*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
*Font Symbol: Special "(001.007S)" Special ROM
*Font Times-Bold: Standard "(001.007S)" Standard ROM
*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
*Font Times-Italic: Standard "(001.007S)" Standard ROM
*Font Times-Roman: Standard "(001.007S)" Standard ROM
*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
*Font ZapfDingbats: Special "(001.004S)" Standard ROM

*%
*% End of PPD file.
*%

Finally can someone tells me what is wrong with my set-up and why I can't print the custom size paper?

Thank you for your time.
Stan
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
pdc_2
Level 10
Level 10
Posts: 3019
Joined: Mon May 11, 2009 1:21 am

Re: How to make Canon MF8230 printing after changed paper size?

Post by pdc_2 »

this post https://stackoverflow.com/questions/102 ... s-to-a-ppd

says you need to
You have to add values for each additional page size at 4 different places:

for PageSize,
for PageRegion,
for ImageableArea and
for PaperDimension
does this post help?
domylco

Re: How to make Canon MF8230 printing after changed paper size?

Post by domylco »

Hello pdc_2,

thank you for your suggestion.

Actually this is what I had followed and done. And it helped with registering my paper format. But the printer is not printing it.

You can see the added lines in the .ppd file I have edited. I have even added extra lines in the UIConstaints:

Code: Select all

*UIConstraints: *MediaType ENVELOPE *PageSize 120x160mm
*UIConstraints: *PageSize 120x160mm *MediaType ENVELOPE
*UIConstraints: *MediaType HEAVY1 *PageSize 120x160mm
*UIConstraints: *PageSize 120x160mm *MediaType HEAVY1
But even without this above lines the effect is the same - no actual print.

I'm open for new ideas.
Locked

Return to “Printers & Scanners”