Windows 10 or higher
Newest version : 1.0.0.1
-
Prints a user defined .Bmp image with the printer regularly.
-
This software does not use task scheduler, it is a background service running in the background. It checks the time span between last printing time and current time every 15 minutes. The advantage of not using task scheduler is that if the user does not have his or hers computer powered on at the scheduled time, on the next boot it will print a page immediately as fast as possible. And it can be deployed on a 24/7 server without an user logged-in. Printer status checking is also implemnted, it has more advantage than using task scheduler with an execute and print command-line printing tool.
-
It checks the status of a printer, if the printer failed to print the page, the printing will not be counted as a successful printing. It raises a Windows 10 notification to the user in the following circumstances :
-
-
Tray icon shows the current state of the software, user can know if scheduled printing has failed by a quick glance.
-
The software is seperated in two parts. The System Service part runs under LocalSystem account and the UI part runs under user account
- The UI can be closed by right clicking the tray icon and select "exit". Please note closing the UI will not affect the scheduled printing function of this software because the background service is still running in the background. Closing the UI only disables the ability of showing a printing failure notification. The UI is just an bridge to communicate with the background service and display the current status to the user. With this kind of implementation, the software can do the printing job even if the PC is still at the user login screen.
- Currently only .bmp image is supported.
-
Users can make their own printing image with photoshop.
-
The provided image will be stretched to fit the paper size. If you do not want the image being stretched, try cropping or creating the image with the exact dimention ratios of your printer
Size Length Width A3 420mm 297mm A4 297mm 210mm B4 364mm 257mm
-
For example, this is the use of custom image :
Some vector assets converted and used in this project are made by @UXWing. Thus, these vector assets are licensed under The UXWing license.
Copyright (C) 2021 YAN-LIN, CHEN
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.