This is a C# port of the lpd-0.6.0 java version. All features available in the java version 0.6.0 are included as part of this release.
This new release adds support to print PDF files on window platforms. Note only PDF's can be printed as of now.
This major update now contains the mechanism for doing something with the PrintJobs once they are captured. A developer needs to implement the HandlerInterface and this will allow the PrintJob to be processed. One handler has already been written for writing the PrintJob to disk.
lpdspooler has been updated with Javadoc comments added to every file which greatly improves the API readability. A javadocs directory has been added to the release.
The latest version of lpdspooler now has support for removing print jobs using the lprm command. With this addition lpdspooler is now a fully functional LPD implementation. Have fun.
We have just released version 0.5.2 and it is ready to go. Please refer to the Home Page for documentation on how to run lpdspooler.