It would be very nice if it is possible to add the papertray (outputbin) per page to the filename or some kind of metafile.
I am working with a program that can print to multiple papertrays in one printjob. I would like to have the papertray per page available with the output.
Can this be done?
Thanks in advance!
Added new %b field.
Try it
https://sourceforge.net/p/mfilemon/code/HEAD/tree/trunk/setup/Output/
Hi Lorenzo,
This looks very nice, thanks!
I also saw a solution that realy listed the name of the bin next to the ID as you do now.
I don't know whether that is send to the printer anyway or that they just extracted that info from the PPD file.
Best regards,
Wim Zoet
Van: Lorenzo Monti [mailto:lomo74@users.sf.net]
Verzonden: donderdag 6 november 2014 14:52
Aan: [mfilemon:feature-requests]
Onderwerp: [mfilemon:feature-requests] #2 papertray support
Added new %b field.
Try it
https://sourceforge.net/p/mfilemon/code/HEAD/tree/trunk/setup/Output/https://sourceforge.net/p/mfilemon/code/HEAD/tree/trunk/setup/Output
[feature-requests:#2]http://sourceforge.net/p/mfilemon/feature-requests/2 papertray support
Status: open
Group: Next_Release_(example)
Created: Thu Oct 30, 2014 02:43 PM UTC by Fraggel
Last Updated: Thu Oct 30, 2014 02:43 PM UTC
Owner: nobody
It would be very nice if it is possible to add the papertray (outputbin) per page to the filename or some kind of metafile.
I am working with a program that can print to multiple papertrays in one printjob. I would like to have the papertray per page available with the output.
Can this be done?
Thanks in advance!
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/mfilemon/feature-requests/2/https://sourceforge.net/p/mfilemon/feature-requests/2
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/https://sourceforge.net/auth/subscriptions
Related
Feature Requests: #2
see http://msdn.microsoft.com/en-us/library/windows/desktop/dd183565(v=vs.85).aspx
the field dmDefaultSource is used to get the papertray name, unless it is printer specific.
so, for example, the value DMBIN_ENVMANUAL is converted to "ENVMANUAL".
any value greater than or equal to DMBIN_USER is printer specific, and is converted to a numeric representation.
parsing PPD files to extract the exact papertray name is far beyond the scope of mfilemon and my possibilities, sorry.
cheers - Lorenzo -