Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Paper not ejecting

1 view
Skip to first unread message

Abdul Qader

unread,
Jul 17, 2008, 5:42:12 AM7/17/08
to abqade...@gmail.com
Hi all,

I had created my own custom GPD with the bare minimum needed to get a
basic print.After tweaking I have been able to get the test page to
print but the paper is not ejected.
Strangely this gpd works fine on a network printer (HP LaserJet) while
it is behaving otherwise on a USB DeskJet printer.

I have tried *EjectPageWithFF? TRUE and *NoPageEject? FALSE(and
true) , but to no avail.

Can any one tell me what I am missing. I am attaching the GPD below:

*GPDSpecVersion: "1.0"
*GPDFileVersion: "0.0"
*GPDFileName: "markara.gpd"
*Include: "StdNames.gpd"
*ModelName: "Markara Industrial Pritner"
*MasterUnits: PAIR(1200, 1200)
*ResourceDLL: "unires.dll"
*PrinterType: PAGE
*MaxCopies: 99

*%-------------------------------------
*%This is your OEM Custom Help file.
*%-------------------------------------
*HelpFile: "CUSTOMDRV.HLP"

*PrintRate: 8
*PrintRateUnit: PPM
*PrintRatePPM: 8

*EjectPageWithFF? TRUE
*NoPageEject? TRUE
*Feature: Orientation
{
*HelpIndex: 15001
*rcNameID: =ORIENTATION_DISPLAY
*DefaultOption: PORTRAIT
*Option: PORTRAIT
{
*rcNameID: =PORTRAIT_DISPLAY
*Command: CmdSelect
{
*Order: DOC_SETUP.6
*Cmd: "<1B>&l0O"
}
}
*Option: LANDSCAPE_CC90
{
*rcNameID: =LANDSCAPE_DISPLAY
*Command: CmdSelect
{
*Order: DOC_SETUP.6
*Cmd: "<1B>&l1O"
}
}
}

*%-------------------------------------
*%This Features std help is replaced with OEM help.
*%Note you need to have *HelpFile: def in the general section.
*%HelpIndex is OEM ref ID
*%-------------------------------------
*Feature: InputBin
{
*HelpIndex: 15001
*rcNameID: =PAPER_SOURCE_DISPLAY
*DefaultOption: UPPER
*Option: UPPER
{
*rcNameID: =UPPER_TRAY_DISPLAY
*Command: CmdSelect
{
*Order: DOC_SETUP.9
*Cmd: "<1B>&l1H"
}
}
}
*Feature: Resolution
{
*HelpIndex: 15001
*rcNameID: =RESOLUTION_DISPLAY
*DefaultOption: Option1
*Option: Option1
{
*Name: "300 x 300 " =DOTS_PER_INCH
*DPI: PAIR(300, 300)
*TextDPI: PAIR(300, 300)
*MinStripBlankPixels: 32
*SpotDiameter: 100
*Command: CmdBeginRaster { *Cmd : "<1B>*v7S<1B>*r1A" }
*Command: CmdEndRaster { *Cmd : "<1B>*rC" }
*Command: CmdSendBlockData { *Cmd : "<1B>*b"
%d{NumOfDataBytes}"W" }
*Command: CmdSelect
{
*Order: DOC_SETUP.4
*Cmd: "<1B>%%-12345X"
+ "@PJL SET RESOLUTION=300<0A>"
+ "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t300R"
}
}

}

*Feature: PaperSize
{
*HelpIndex: 15001
*rcNameID: =PAPER_SIZE_DISPLAY
*DefaultOption: LETTER
*Option: LETTER
{
*rcNameID: =RCID_DMPAPER_SYSTEM_NAME
*switch: Orientation
{
*case: PORTRAIT
{

*PrintableArea: PAIR(9564, 12600)
*PrintableOrigin: PAIR(300, 300)
*CursorOrigin: PAIR(300, 180)
*Command: CmdSelect
{
*Order: DOC_SETUP.10
*Cmd: ""
}
}
*case: LANDSCAPE_CC90
{

*PrintableArea: PAIR(9760, 12688)
*PrintableOrigin: PAIR(200, 272)
*CursorOrigin: PAIR(200, 12960)
*Command: CmdSelect
{
*Order: DOC_SETUP.10
*Cmd: ""
}
}
}
}

}
*Feature: MediaType
{
*HelpIndex: 15001
*rcNameID: =MEDIA_TYPE_DISPLAY
*DefaultOption: STANDARD
*Option: STANDARD
{
*rcNameID: =PLAIN_PAPER_DISPLAY
*Command: CmdSelect
{
*Order: DOC_SETUP.14
*Cmd: "<1B>&l0M"
}
}
*Option: TRANSPARENCY
{
*rcNameID: =TRANSPARENCY_DISPLAY
*Command: CmdSelect
{
*Order: DOC_SETUP.14
*Cmd: "<1B>&l4M"
}
}
}


*Command: CmdCR
{
*Cmd: ""
}
*Command: CmdLF
{
*Cmd: ""
}
*Command: CmdFF
{
*Cmd: ""
}


0 new messages