Dynamic Web TWAIN 17.3

Released: Jun 30, 2022

17.3 中的更新

特性

Mobile Web Capture

  • Improved performance and user experience with re-designed mobile document capture workflow. Some highlights include:
    • The original copy of an image is kept in the new document editor object so you can always go back to the original image to make edits.
    • It's now easy to build a custom workflow to trigger actions.
    • Interface elements in the viewer/editor are now customizable. You can easily add/remove icons or change their style.

Buffer

  • Added new RenameDocument method.
  • Added new GetRawDataAsync method.
  • Renamed the following methods:
    • CreateFile has been renamed to CreateDocument.
    • OpenFile has been renamed to OpenDocument.
    • GetCurrentFileName has been renamed to GetCurrentDocumentName.
    • RemoveFile has been renamed to RemoveDocument.
    • GetFileInfoList has been renamed to GetDocumentInfoList.

Viewer

  • Added new updateCheckboxStyle method to customize checkboxes. This method has also been added to ThumbnailViewer.
  • Added new updatePageNumberStyle method to customize page numbers. This method has also been added to ThumbnailViewer.
  • Added new checkbox and pageNumber properties to ThumbnailViewerSettings.
  • Added new documentConfiguration parameter to the createTemplate method.
  • Added new createDocumentEditor method.
  • Added new selectionMode property.
  • Added new allowPageDragging property.

Minor Improvements

  • Modified Dynamsoft.DWT.EnumDWT_PDFCompressionType from PDF_JBig2 to PDF_JBIG2.
  • Made changes to support organizationID value for Dynamsoft.DWT.ProductKey.
  • Enabled license key validation for the correct version during initialization.

修补程序

  • On macOS, images in the viewer were sometimes lost when waking up from sleep mode.
  • Incorrect error message displayed when using camera function with UseLocalService set to true.
  • Unchecking checkboxes did not trigger the OnBufferChanged event.
  • Failed to load DLL for PDF decoding or encoding when using v17.x SDK with an older version image DLL file.
  • Images failed to display in print window.
  • Edited images not showing correctly in Image Editor.
  • Images not displaying correctly in landscape mode when printing from Image Editor.
  • Iframe not working in Edge due to Content Security Policy.