Skip to content

17.3.0

Compare
Choose a tag to compare
@Ellie-dynamsoft Ellie-dynamsoft released this 22 Dec 05:47
· 12 commits to main since this release

New and Improved Features
Mobile Web Capture
Improved performance and user experience with re-designed mobile document capture workflow. Some highlights:
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 any edit.
Building your custom workflow to trigger actions in your desired sequence is made easy.
Interface elements in the viewer/editor are now customizable. You can easily add/remove icons or change their style.
See the live demo.

Buffer
Added new method RenameDocument.
Renamed methods
CreateFile -> CreateDocument
OpenFile -> OpenDocument
GetCurrentFileName -> GetCurrentDocumentName
RemoveFile -> RemoveDocument
GetFileInfoList -> GetDocumentInfoList
Added new method GetRawDataAsync.
Viewer
Added new method updateCheckboxStyle to customize checkboxes. This method is also added to ThumbnailViewer. Refer to createThumbnailViewer.
Added new method updatePageNumberStyle to customize page numbers. This method is also added to ThumbnailViewer. Refer to createThumbnailViewer.
Added new properties checkbox and pageNumber to ThumbnailViewerSettings. Refer to createThumbnailViewer.
Added a new parameter documentConfiguration to the method createTemplate.
Added new method createDocumentEditor.
Added new property selectionMode.
Added new property allowPageDragging.
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.
Bug Fixes
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.
Deprecations
Check out the Deprecations page for v17.3 deprecations.