Neodynamic WebClientPrint for ASP.NET V5.0.x

Released: Oct 7, 2019

V5.0.x での更新項目

V5.0.20.904

Updated Sep 5, 2020

Fixes

  • Fixed an issue with Access Violation error.

V5.0.20.903

Updated Sep 3, 2020

Fixes

  • Fixed and issue where image file printing parameters PX, PY, PW, and PW were not correctly handled.

V5.0.20.212

Updated Mar 3, 2020

Fixes

  • TrayName setting was not honored in macOS.

V5.0.20.127

Updated Jan 28, 2020

Fixes

  • Error "EPdfUnsupportedFeatureException" with some PDF files.
  • Error "Password required or invalid password" with encrypted PDF files that do not require a password.

V5.0.19.112x

Updated Dec 2, 2020

Fixes

  • PDF was printed with some offset.
  • Some PDFs containing alpha channel or transparency colors were not printed correctly.

V5.0

Updated Oct 7, 2019

Features

  • All advanced PDF printing (Print as Grayscale, Print Annotations, Rotation, Page Range) in v4.0 that were available for Windows, are now available for macOS and Linux.
  • Added more PDF printing settings like Sizing (None and Fit), Auto Center, and Auto Rotate to PrintFilePDF class.
  • Print Password-protected PDF files through PrintFilePDF class.
  • Added RSA-AES Encryption support for PDF, TXT, PNG, JPG/JPEG files to protect file content.
  • Added manual Duplex printing support for PDF files through PrintFilePDF class.
  • Added new PrintFileDOC class supporting *.docx, *.docm, *.dotx, *.dotm, *.doc, *.dot, *.rtf, and *.odt file formats. NOTE: For Windows clients only. Requires Microsoft Word 97+.
  • Support for printing Password-protected DOC files, and options like manual Duplex, Pages Range through the brand new PrintFileDOC class. NOTE: For Windows clients only. Requires Microsoft Word 97+
  • Added new PrintFileXLS class supporting *.xl, *.xlsx, *.xlsm, *.xlsb, *.xlam, *.xltx, *.xltm, *.xls, *.xla, *.xlt, *.xlm, *.xlw and *.ods file formats. NOTE: For Windows clients only. Requires Microsoft Excel 97+
  • Support for printing Password-protected XLS files, and Pages Range setting through the brand new PrintFileXLS class. NOTE: For Windows clients only. Requires Microsoft Excel 97+
  • Added Duplex printing options (Default, Simplex, Vertical, Horizontal) to InstalledPrinter based on the built-in duplex support of the target printer.
  • Added "duplex" option to the jsWebClientPrint.getPrintersInfo(); javascript function to detect whether this feature is supported by client printers.
  • Added None option to TextAlignment enum for printing txt files as is i.e. without any alignment.
  • Added DeleteAfterPrinting property to PrintFile class. The file to be printed is downloaded to the client device and will be deleted after printing by default. Only applied to file formats which WCPP App can print without any external software dependency. Currently supported formats are PDF, PNG, JPG, TXT.