About printer driver question

Hi All,

I want to know the limitation about the paper size and resolution in print driver for 32b and 64b System, Would you please tell me that.

For example, Is it possible if the paper size is more than 100 x 100 inch and resolution more than 600 DPI by Unidrv,
It is about 3.43G dots for one page for this paper, It takes more than 10G memory for 32bits bitmap.

B.R.
Allen

For very large paper sizes you will probably have to use a
device-managed surface and not actually allocate the memory.

Banding may be a solution also but I’ve never done that.

I don’t know what the maximum size bitmap a printer driver could
allocate is. Win 7 fails if it’s bigger than 4GB but you can work
around it.

http://news.softpedia.com/news/Windows-7-RTM-Can-t-Print-Large-Page-Docu
ments-130269.shtml

http://support.microsoft.com/kb/2011767

ScottR

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@sina.com
Sent: Tuesday, January 04, 2011 5:22 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] About printer driver question

Hi All,

I want to know the limitation about the paper size and resolution in
print driver for 32b and 64b System, Would you please tell me that.

For example, Is it possible if the paper size is more than 100 x 100
inch and resolution more than 600 DPI by Unidrv,
It is about 3.43G dots for one page for this paper, It takes more than
10G memory for 32bits bitmap.

B.R.
Allen


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

Hi Scott Robins,

Thank you for your help, I’ll test it later.

Allen