PaperCut provides various types of filters and restrictions which are useful for education environments. It is possible to restrict users on a per job basis by pages, copies, cost. They are available under Printers → Filters & Restrictions. More detailed information about them is given here: Printing Filters and Restrictions.
Sometimes organizations would like to set a page limit for given time interval. For example, a number of Pages per day or pages per month. To be able to restrict a user to a number of pages in a given time interval advanced print scripting will need to be used. Detailed information on scripting is given on the Print Scripting details pages. Print Script API is listed in the chapter of the manual.
Scripts can be applied to a printer via Printers → [Name of the printer] → Scripting tab.
We have dozens of pre-defined recipes to help you achieve your requirements. e.g. to apply a daily limit of 10 color pages on your users, you will be able to use the already available recipe: “Daily color page limit”
To be able to apply this recipe on a per month basis, the recipe can be easily edited to meet your requirements. Instead of getting the currentDayIndex variable used in the script, you will need to get the currentMonthIndex.
For Example: var currentMonthIndex = inputs.job.date.getMonth();
Changing the names of the variables from “day” to “month” would be helpful too.
Someone with basic JavaScript experience in your organization should be able to help with editing these pre-defined recipes.
An alternative method Sometimes where exact page limits are too broad, currency or unit-based accounting can be more more flexible. To do this, set up quota allocations for your users. This allows you to set up quotas on an individual basis or per group, and a single quota or a quota that gets renewed on a schedule (e.g. monthly).
Articles in this section
- Share ARM64 Drivers from Windows Print Servers
- Printing from Microsoft Edge Browser and other Windows 10 and 11 Store Apps
- Top 10 best practices for implementing Print Quotas in education
- PaperCut Hive and SentinelOne
- Troubleshooting Mobility Print and Lightspeed
- Troubleshooting PaperCut Pocket & Hive Login
- Smooth MFD Upgrades: A Step-by-Step Guide
- PaperCut NG/MF Security Bulletin (December 2024)
- Redirected Printers on Windows Servers
- Windows ARM64 Support across the PaperCut portfolio
Comments
0 comments
Please sign in to leave a comment.