If you made the connection to the server before adding the form, you need to
delete the connection, delete the driver, then add the connection back. Form
data is only migrated when the driver gets installed.
The only paper sizes that will appear in the properties dialog are those
defined in the printer text based GPD and those that are within the
CustomSize parameters. I think these are in pixels but you'd need to ask
Epson for sure.
I assume you are using the
"EPSON LQ-300+ ESC/P 2" driver
custom size info from the GPD
*Option: CUSTOMSIZE
{
*rcNameID: =USER_DEFINED_SIZE_DISPLAY
*MinSize: PAIR(1417, 1417)
*MaxSize: PAIR(3643, 7920)
*MaxPrintableWidth: 2880
*MinLeftMargin: 43
*CenterPrintable?: FALSE
*TopMargin: 60
*BottomMargin: 108
*CustCursorOriginX: %d{43}
*CustCursorOriginY: %d{60}
*CustPrintableOriginX: %d{43}
*CustPrintableOriginY: %d{60}
*CustPrintableSizeX: %d{min(2880,PhysPaperWidth-86)}
*CustPrintableSizeY: %d{PhysPaperLength-168}
*switch: InputBin
{
*case: TRACTOR
{
*TopMargin: 60
*BottomMargin: 60
*CustCursorOriginX: %d{43}
*CustCursorOriginY: %d{60}
*CustPrintableOriginX: %d{43}
*CustPrintableOriginY: %d{60}
*CustPrintableSizeX: %d{min(2880,PhysPaperWidth-86)}
*CustPrintableSizeY: %d{PhysPaperLength-120}
}
}
*Command: CmdSelect
{
*Order: DOC_SETUP.8
*Cmd: "<1B>(C<0200>" %l{PhysPaperLength }"<1B>(c<0400>%<<00>"
%l{PhysPaperLength }
}
}
}
*InvalidCombination: LIST(InputBin.MANUAL, PaperSize.FANFOLD_STD_GERMAN)
*InvalidCombination: LIST(InputBin.MANUAL, PaperSize.FANFOLD_LGL_GERMAN)
*InvalidCombination: LIST(InputBin.MANUAL, PaperSize.LETTER_FANFOLD)
*InvalidCombination: LIST(InputBin.MANUAL, PaperSize.A4_FANFOLD)
*InvalidCombination: LIST(InputBin.MANUAL, PaperSize.FANFOLD_210x305)
*InvalidCombination: LIST(InputBin.CSF, PaperSize.FANFOLD_STD_GERMAN)
*InvalidCombination: LIST(InputBin.CSF, PaperSize.FANFOLD_LGL_GERMAN)
*InvalidCombination: LIST(InputBin.CSF, PaperSize.LETTER_FANFOLD)
*InvalidCombination: LIST(InputBin.CSF, PaperSize.A4_FANFOLD)
*InvalidCombination: LIST(InputBin.CSF, PaperSize.FANFOLD_210x305)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.LETTER)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.LEGAL)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.A4)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.A5)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.B5)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.B4)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.STATEMENT)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.Env_6_34)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.Env_10)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.Env_DL)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.Env_C5)
*InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.CARD_148x105)
--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/search/?adv=1
This posting is provided "AS IS" with no warranties, and confers no rights.
"amit p" <amitp@xxxxxx> wrote in message
news:185A021C-07BF-4717-9938-3F3C7C0D9DB6@xxxxxx
Quote:
>I am using an Epson Lq-300+ dot matrix printer in Windows Vista. I am
> trying to print bills sized 12in by 6in. I added the custom
> paper size in the print server and it is saved correctly, however, when I
> try
> to print, the print properties dialog does not show the paper size. In
> fact,
> there are many paper sizes in the print manager that do not show up in the
> list of available paper sizes.