- Maintenance Release (2016-10-26)
Neodynamic.SDK.WebClientPrint.dll patched to v2.0.2016.1025
- Fixed! Bug with the WcpAxdUrlScheme appSettings for relative URL.
- Maintenance Release (2016-10-04)
wcpp (WebClientPrint for Windows) patched to v2.0.16.1000
- New! New command line settings for Proxy Authentication Type, NTLM and Digest.
- Maintenance Release (2016-09-08)
Neodynamic.SDK.WebClientPrint.dll patched to v2.0.2016.908
- New! Added LicenseOwner & LicenseKey properties to WebClientPrint class.
- Maintenance Release (2015-12-11)
wcpp (WebClientPrint for Mac) patched to v2.0.15.1200
- Fixed! Printing a group of files was not working.
- Maintenance Release (2015-09-18)
wcpp.exe (WebClientPrint for Windows) patched to v2.0.15.918
- Improved! Error handling when a PrintJob from the server is not valid.
- Maintenance Release (2015-09-15) Critical Update!
wcpp.exe (WebClientPrint for Windows) patched to v2.0.15.910
- Fixed! Remote Code Execution via Print Jobs.
- Fixed! Proxy settings through 'webclientprint' protocol dissabled. Any proxy settings will require a local command line operation.
- Maintenance Release (2015-09-01)
WebClientPrint for Linux patched to v2.0.15.901
- Fixed! Error message "Invalid key material type" fixed.
- Maintenance Release (2015-01-09)
wcpp.exe (WebClientPrint for Windows) patched to v2.0.15.109
- New! Added a better error report when a PrintJob is invalid.
- Maintenance Release (2014-11-27)
wcpp (WebClientPrint for Mac) patched to v2.0.14.1127
- Fixed! In Yosemite OS X user is prompted with the following message each time wcpp is launched "Press Run to run the script, or Quit to quit"
- Maintenance Release (2014-08-20)
wcpp.exe (WebClientPrint for Windows) patched to v2.0.14.0526
- Fixed! On HTTPS websites using WebClientPrint you might get the following error: Error while connecting to server. Error Code is: 75782.
- Maintenance Release (2014-03-24)
wcpp.exe (WebClientPrint for Windows) patched to v2.0.14.0324
- Fixed! On HTTPS websites using WebClientPrint you might get the following error: Connection lost (error code is 100353)
- Maintenance Release (2014-01-20)
wcpp.exe (WebClientPrint for Windows) patched to v2.0.14.0106
- New! Added User Agent settings for WCPP for Windows
- Fixed! Now number of copies is honored when printing files is done through the Print Dialog.
- Improved! HTTP Connection Timeout increased for big print jobs.
- Maintenance Release (2013-12-16)
Neodynamic.SDK.WebClientPrint.dll patched to v2.0.2013.1212
wcpp.exe (WebClientPrint for Windows) patched to v2.0.2013.1216
- Fixed! UNC Printer name was not handled correctly.
- Improved! Added print job name on Windows when printing image files.
- Maintenance Release (2013-11-25)
Neodynamic.SDK.WebClientPrint.dll patched to v2.0.2013.1125
- Fixed! WCPP detection fails for Internet Explorer v10 or v11 clients if WCPP is not installed.
- Maintenance Release (2013-11-19)
- Fixed! Proxy settings were not handled correctly.
- Maintenance Release (2013-11-14)
Neodynamic.SDK.WebClientPrint.dll patched to v2.0.2013.1114
- Fixed! WCPP detection was fixed for Internet Explorer clients to provide the exact WCPP version the client has installed.
- New Release (2013-11-12)
- New! WCPP for Mac released! Easily send raw printer commands as well as print most common file formats (PDF, TXT, DOC, XLS, etc) from your ASP.NET website right to any Mac OS X client installed printers. You do not need to modify your existing code to support Mac clients. Just installs the new WCPP (WebClientPrint Processor) for Mac OS X on the client machine and that's it! WCPP for Mac can be installed on OS X 10.5 (Leopard) or greater! (Intel Proc)
- New Release (2013-11-04)
- New! WCPP for Linux released! Now, you can easily send raw printer commands as well as print most common file formats (PDF, TXT, DOC, XLS, etc) from your ASP.NET website right to any Linux client installed printers. You do not need to modify your existing code to support Linux clients. Just instruct your Linux clients to install the new WCPP (WebClientPrint Processor) package and that's it! WCPP for Linux can be installed on Debian or Red Hat-based distros like Ubuntu, Linux Mint, Fedora, CentOS, etc.
- Maintenance Release (2013-10-09)
Neodynamic.SDK.WebClientPrint.dll patched to v2.0.2013.1009
- Fixed! Support for Chrome v30 when website is running under HTTPS protocol.
- Maintenance Release (2013-09-02)
wcpp.exe (WebClientPrint for Windows) patched to v2.0.0.8
- Fixed! "Access Violation" error when an invalid ClientPrintJob was returned from the ASP.NET website.
- Maintenance Release (2013-08-09)
Neodynamic.SDK.WebClientPrint.dll patched to v2.0.2000.3
wcpp.exe (WebClientPrint for Windows) patched to v2.0.0.7
- New! Added config file setting "WcpAxdParentUrl" to specify an URL where the wcp.axd handler should be served from. Added to server-side Neodynamic.SDK.WebClientPrint.dll
- Fixed! "Access Violation" error when an invalid URL is provided to get installed printers from the client. Fixed on WebClientPrint for Windows (wcpp.exe) utility
- Maintenance Release (2013-08-05)
wcpp.exe (WebClientPrint for Windows) patched to v2.0.0.6
- Fixed! Bug when using PrintFileGroup class. A message stating that a printer name does not exist is fixed now.
- Maintenance Release (2013-08-01)
wcpp.exe (WebClientPrint for Windows) patched to v2.0.0.5
- New! Default printer is now supported as a name for specifying it in the special file name formatting that allows you to print multiple files to different client printers
- New! WebClientPrint for Windows now supports Gzip & Deflate compression methods
- Fixed! "Access Violation" error when the URL specified for getting the CLientPrintJob is invalid.
- Maintenance Release (2013-07-23)
wcpp.exe (WebClientPrint for Windows) patched to v2.0.0.4
- New! By using a special file name formatting, now it is possible to distribute a set of files from your ASP.NET website and print them to different printers available at the client side!
- Maintenance Release (2013-07-15)
wcpp.exe (WebClientPrint for Windows) patched to v2.0.0.3
- Improved! Improved support for printing files and printer commands from sites hosted under HTTPS (SSL/TLS)! This new build does no longer leverages OpenSSL dll and all the new code is built-in the wcpp.exe
- Maintenance Release (2013-06-12)
Neodynamic.SDK.WebClientPrint.dll patched to v2.0.2000.2
wcpp.exe (WebClientPrint for Windows) patched to v2.0.0.2
- New! Added PrintFileGroup property to ClientPrintJob class that allows you to send multiple files to be printed to client printers. For example, you could send to the client a PDF file plus a Word DOC; or you could send an Image file (jpeg, png, tiff) plus an Excel XLS plus a TXT file! That's it, any number of files, any kind of file formats!
- Improved! Printing image files was improved mainly for PNG & JPEG formats
- Maintenance Release (2013-05-14)
Neodynamic.SDK.WebClientPrint.dll patched to v2.0.2000.1
- Fixed! WCPP detection process failed on IE10
- Main Release (2013-03-25)
- New! Print common files formats like PDF, TXT, DOC, XLS, JPG, PNG, TIFF (Multipage), and so on.
- New! Get list of installed printers at the client machine from JavaScript.
- New! Support for SSL/HTTPS protocol.