Kofax Web Capture 11.4.0 Fix Pack 15
Build Date: March 27, 2024
© 2024 Kofax. All rights reserved.
Use is subject to license terms.
Issues Resolved in This Fix Pack
2094516: [WCS] Obsolete MS Visual C++ libraries (msvcp120.dll and msvcr120.dll) removed from WCS installer.
2088907: Image annotations burnt in PDF file could be lost after burning new image annotations.
Issues Resolved in Previous Fix Packs
Issues Resolved in Fix Pack 14
2068056: Added ability to read 48bit TIFF files.
2064362: [WDV] Improved ability to work with annotation objects using keyboard.
Issues Resolved in Previous Fix Packs
Issues Resolved in Fix Pack 13
2066753: [WCS] Updating certificates to remove CA:true flag.
2063279: [WDV] Adding ability to ignore user-defined keyboard keys by text annotation editor in edit mode.
2054604: Improper registry key handling was causing issues in IIS application pools.
Issues Resolved in Previous Fix Packs
Issues Resolved in Fix Pack 12
2057845: Device.GetSupportedResolutions() method was returning incorrect values.
2037209: [WDV] Annotation context menu moved around based on the scroll position of the browser.
2014300: [WDV] Added ability to prevent zooming annotation text when started editing in mobile browser.
Issues Resolved in Fix Pack 11
1996670: [WCS] Improve recognition of DataMatrix bar codes.
1981672: [WDV] Horizontal scrollbar covered the bottom pixels of an image.
Issues Resolved in Fix Pack 10
1972882: The files heif.dll and libde265.dll extracted from Atalasoft.dotImage.Heif.dll did not have version information.
1968669: [WDV] Corrected functionality for restricting annotation modification through the user interface.
1961945: [WDV] Moved all inline styles to the .css file.
1959019: Atalasoft.Imaging.Codec.Pdf.Document.Page.ExtractImages() was causing immediate crash on certain PDFs.
Issues Resolved in Fix Pack 9
1969049: License embedding with Atalasoft License Compiler was failing if solution name contained spaces.
1965974: Circular reference in PDF file caused ExaminerResults.FromStream method to loop.
1960171: RawDecoder could not read files with camera model specified incorrectly in metadata.
Issues Resolved in Fix Pack 8
1943712: [WDV] Attempt to save scanned document was failing with an error in some cases due to an upload path validation failure.
1943710: [WCS] Local files larger than 11 MB could not be saved as a base64-encoded string.
Issues Resolved in Fix Pack 7
1934993: Embedded resources in PDF files were duplicated after combining multiple PDF files into one.
1889126: Some TIFF images were rendered incorrectly and were shown as black.
Issues Resolved in Fix Pack 6
1891513: Temporary file was not removed after rebuilding the PDF document xref table.
1885504: XMP metadata was incorrectly added when saving PDF/A documents.
Issues Resolved in Fix Pack 5
1888105: Page navigation in WebThumbnailViewer using RandomAccessImageSource class worked incorrectly.
1840063: Some PDF documents with specific ColorSpaces entities were rendered incorrectly.
Issues Resolved in Fix Pack 4
1865318: [WCS] Updating certificates to support Chrome Root Program.
1841158: PdfImageSource did not render some annotations properly.
1825315: Default appearance for RubberStampAnnotation was not generated.
Issues Resolved in Fix Pack 3
1838823: [WCS] Adding ability to retrieve the scanned image as pdf.
1825567: Slow memory leak in several PageFingerprint related classes.
1825308: BarCodeReader was failing to read some specific QR codes that were readable by other engines.
Issues Resolved in Fix Pack 2
1821670: DynamicPdfTextBox did not render the special character string properly when the alignment was set to center
1819385: "Object reference not set to an instance of an object" exception was thrown when saving some PDF files with ADA tags
Issues Resolved in Fix Pack 1
1814374: [WCS] SwiftDecoder implementation was not able to read barcodes at 300 DPI.
1812282: WDV & WCS API Reference side menus on hosted site were barely readable.
1809996: Some PDF documents were rendered incorrectly due to kerning issues.
1809785: [WCS] Kodak i4600 scanners feeder movement was not working as expected.
Applies To
Kofax Web Capture 11.4.0
Files Included
This fix pack includes the following files:
File name | Version |
---|---|
KofaxWebCapture-11.4.0.15.ZIP | N/A |
ReadMe-KofaxWebCapture-11.4.0.15.htm | N/A |
Install This Fix Pack
Use the following procedure to install the fix pack.
- Download and unpack KofaxWebCapture-11.4.0.15.zip.
- Run Kofax-WebCapture11-4-Setup.exe, and follow the setup wizard prompts.
Remove This Fix Pack
Use the following procedure to remove the fix pack.
- Open Programs and Features in Control Panel.
- Locate and right-click Kofax Web Capture 11.4.
- Click Uninstall, and follow the setup wizard prompts.
Known issue
The following issue was reported.
1969833: Kofax Web Capture web components do not support browser Content Security Policy (CSP) because of limitations in the version of jQuery used by the product.
Additional information
This section lists procedures and updated information to supplement the product documentation.
Change the amount of shared memory used by WCS-based application
You can change the amount of shared memory used by WCS-based applications by increasing the appropriate parameter to the desired value. For example, you may need to increase shared memory to save large files using the LocalFile.fromBase64String method. Follow these steps.
Create or update the WebCaptureService.conf file in the %PROGRAMDATA%\Kofax\WebCapture folder.
-
Add the following strings to the file
[Common] SharedMemorySize=10 #Size of shared memory in MB ExtraSharedMemorySize=60 #Size of extra shared memory in MB (default: 30); set it to the desired value depending on saved file sizes
Restart the Kofax Web Capture service.
Disable automatic text annotation zooming in edit mode for Web Document Viewer in mobile browsers
For mobile browsers, a new option disables automatic text annotation zooming in edit mode. To use this feature, set the textannomobilezoom parameter to false in your WDV-based application when creating WebDocumentViewer in your JavaScript code.
Set key codes to be ignored by text annotation editor in edit mode for Web Document Viewer
A new option enables the text annotation editor to ignore user-defined keyboard keys in edit mode. To use this feature, list the key codes you want to ignore in the textAnnotationEditorIgnoredKeyCodes parameter in your WDV-based application when creating WebDocumentViewer and WebDocumentThumbnailer in your JavaScript code.
Updated API for accessing annotations with the Tab key
The API has the following changes so annotations can be accessed or selected by pressing Tab. For information, see the Web Document Viewer API Reference.
Name and Type | Description |
---|---|
tabindex field | Determines tab order for the annotations. |
changeTabIndex method | Changes the annotation tabindex. |
isAnnotationsPropertiesWindowShown property | Determines when the annotation Properties window is shown. |
annotationspropertieswindowopened event | Activates when the annotation Properties window is opened. |
showAnnotationsPropertiesWindow method | Opens the Properties window programmatically and can bind the action to a key. |
annotationselected event | Activates when the annotation is selected. |
annotationdeselected event | Activates when the annotation is deselected. |