stan780953 Posted June 16, 2015 Posted June 16, 2015 Hi I'm hoping someone may be able to help me!! I'm looking to create a script in Papercut which will automatically convert email and web site print jobs to mono/duplex At a later date I would like to add a question to the end user, asking if they would like to convert their web site print to mono. Hope this makes sense and would really appreciate any help as it's hurting my brain. :-)
howartp Posted June 17, 2015 Posted June 17, 2015 (edited) Hi. Purely be fluke I was reading another thread yesterday from a couple of years ago, trying to achieve the same. http://www.edugeek.net/forums/enterprise-software/154756-papercut-script.html I'll be doing similar today/tomorrow if you're still stuck. (edit: just noticed it was only last week, not years ago - I was reading old scripts at the same time!) Edited June 17, 2015 by howartp
stan780953 Posted June 17, 2015 Author Posted June 17, 2015 Hi, Thank you very much for the prompt reply. I've tried the script in the said thread and it does exactly what I need for emails but is there a way I can specify to only prompt user with a message when printing from the web.
stan780953 Posted June 18, 2015 Author Posted June 18, 2015 Thanks again!! I've manged to do it my adding in https to the line below and this works fine for Internet Explorer print but is no good for Firefox or Google Chorme as the spool names are different so I suppose a prompt for every colour print and auto convert any email is the way forward. var EMAIL_APPLICATION_TITLES = ['https', 'Microsoft Outlook', 'Microsoft Office Outlook', 'outbind://' ];
howartp Posted June 21, 2015 Posted June 21, 2015 Thanks again!! I've manged to do it my adding in https to the line below and this works fine for Internet Explorer print but is no good for Firefox or Google Chorme as the spool names are different so I suppose a prompt for every colour print and auto convert any email is the way forward. var EMAIL_APPLICATION_TITLES = ['https', 'Microsoft Outlook', 'Microsoft Office Outlook', 'outbind://' ]; That will only work for https webpages, it won't capture regular http webpages...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now