Batch & Print Pro: Custom Addon SDK for intercepting and adding files to print Batch & Print Pro: Custom Addon SDK for intercepting and adding files to print Buy Batch & Print Pro: Custom Addon SDK for intercepting and adding files to print
Download 2024 v15.01  115mb
Download Link 1

Other Products Available

Menu Links
News

Buy / Register Buy Batch & Print Pro: Custom Addon SDK for intercepting and adding files to print
Trial Restrictions

Full Features List
Knowledge Base
Add-on's

Known Issues/Bugs
Print Associations
Contact

Batch & Print Pro SDK Addon - Intercept / catcch files and add files to the list to print

Main Features
1. Supports Windows XP, Vista & 2003. 2008, 8 / 8,1, 10, 2012, 2016 & 2019.
2. Drag and Drop support of files.
3. Save, Load & Append Lists
4. Print Spooler Sequencing.
6. Supports multiple doc formats, e.g. PDF, DOC, TXT, HTML, BMP, JPG, GIF + any other associated printable formats.
7. change printer settings during print job.
8. Separator page support.
9. List order organizing Options.
10. Print Scheduler, for automating reports to print at a specified time on a specified printer.
11. Directory Monitor, that watches folders for documents and prints them to a specified printer, ideal for automation.
12. Command line options for automation from other applications.
13. Full HTML Help.


  Batch & Print Pro Custom Addon SDK

Get & Set Batch & Print Pro information in real-time with the SDK, below are the imports/exports, VC++6 or VC++.NET required, sample addon included.

Click here to download the SDK - VC++ 6 or VC++.NET required.
All Add-on's require  Batch & Print Pro v6.00 or above

Do you want a new function adding ?, this the first release has a basic set of functions to get you started, in most cases we will add more functions for free as and when people ask for them, so please email us with your requirements.

EXPORTS FROM DLL, BPP will run these at run-time

  • CustomInit()        Initilization of your DLL functions, BPP has been run.
  • CustomExit()       Cleanup/exit, BPP has been exited.   
  • CustomPrint()      Print button has been pressed.
  • CustomEnd()        All prints have finished.
  • CustomSort(char *szFilename, char *ret)        For custom sorting. (see custom sort in sort menu, BPP 4.05 or greater)
  • CustomProc(char *szFilename)    File (char *) is been processed.
  • CustomSpoolStatus(int nJobID, char *szSpoolFilename, int nTotalPages, int nPagesPrinted, int nSpoolerStatus)    Status of spooler queue for that particular print, note: this will fire every few milliseconds.

EXPORTS FROM BATCH & PRINT PRO, Execute these functions in the BPP exe from your Custom Addon DLL

  • exe_OnButtonPrint()    Start printing.
  • exe_InsertItemsIntoList(char *szFilename, int nStatus, char *szMoveDirectory)    Inserts the file into the listview

Don't forget you can combine the Custom plugin with the command line options for ultimate automation.

Click here to download the SDK - VC++ 6 or VC++.NET required.

 

 

Print multiple documents with ease.
Batch & Print Pro: Custom Addon SDK for intercepting and adding files to print

The Scheduler
Schedule prints to print automatically to any printer at a specified time of day or month or year.

 

Batch & Print Pro: Custom Addon SDK for intercepting and adding files to print

Directory Monitor
 when people drop files into hot folders on your network Batch & Print Pro will automatically send them to the correct printer.