[Bug 6149] The printout of 2 proprietary applications does not fit on the paper

Wine Bugs wine-bugs at winehq.org
Wed Sep 6 17:37:56 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=6149


wine.dev at web.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wine.dev at web.de




------- Additional Comments From wine.dev at web.de  2006-06-09 17:37 -------
Strange, that wineps get's "DefaultResolution = 0" during ParsePPD,
but i have no Idea, if this affect the Output.
I added a cups-pdf - Printer with "HP LaserJet 5M Postscript (recommended)" 
as Driver and got "DefaultResolution = 600".

I suggest to use an A4-Printer as default
(The PPD from your Lexmark E312 has "DefaultPageSize: Letter") 

Can you please Retry with the Driver from cups-pdf.
Vendor: "Generic"  Driver: "postscript color printer rev3b"

The Log-Size can be reduced with:
"grep --line-number -v WriteSpool full.log >smaller.log"

When the app uses the default Print-Dialog (+commdlg) and 
the Checkmark "Redirect to a File" is disable or hiden, you can
modify "dlls/comdlg32/printdlg.c" to display and Enable them
(983,985,1132,1134: PD_DISABLEPRINTTOFILE and PD_HIDEPRINTTOFILE)

Another way to redirect the Postscript-Code is a simple Reg-Key in :
"HKEY_CURRENT_USER\Wine\Printing\Spooler"
Add a String with the Portname ("LPR:lexmark" as example) as Name and the
full Unix-Path as Value

You can also overwrite the PPD-File for a Printer:
"HKEY_CURRENT_USER\Wine\Printing\PPD Files"
Add a String with the Printername ("lexmark" as example) as Name and the
full Unix-Path to the PPD-File as Value

Is the Output different, when using "generic.ppd" from Wine?
--
By by ... Detlef

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list