Kofax Web Capture 11.5.0 Fix Pack 4
Build Date: October 30, 2024
© 2024 Tungsten Automation. All rights reserved.
Use is subject to license terms.
Issues resolved in this fix pack
ID | Issue | Solution |
---|---|---|
2147589 | When using a Lexmark MX520 scanner, some pages were missing. | Fixed processing. |
2144166 | Some AnnotationController functions worked incorrectly with WDT. | Fixed processing. |
Issues resolved in previous fix packs
Fix Pack 3
ID | Issue | Solution |
---|---|---|
2140636 | Annotations created prior to 11.4.0.10 version were read-only. | Changed AnnotationData.ReadOnly default value to false. |
2136452 | Embedded images in RTF files were not rendered. | Fixed processing. |
2136438 | [WDV] Save operation for some PDF files was failing. | Fixed processing. |
Fix Pack 2
ID | Issue | Solution |
---|---|---|
2130485 | The files heif.dll and libde265.dll extracted from Atalasoft.dotImage.Heif.dll did not have version information. | Version information added. |
2118925 | [TxtDecoder] No Way to increase Max Page Count. | Added LimitsPageCount parameter for EmlDecoder, HtmlDecoder and TxtDecoder. |
Fix Pack 1
ID | Issue | Solution |
---|---|---|
2119225 | When using a Lexmark scanner, some pages were missing. | Fixed processing. |
2098293 | PDF repair process was incorrectly requiring optional field. | Fixed repair process by making the field optional. |
Applies to
Kofax Web Capture 11.5.0
Files included
This fix pack includes the following files:
File name | Version |
---|---|
KofaxWebCapture-11.5.0.4.ZIP | N/A |
ReadMe-KofaxWebCapture-11.5.0.4.htm | N/A |
Install this fix pack
Use the following procedure to install the fix pack.
- Download and unpack KofaxWebCapture-11.5.0.4.zip.
- Run Kofax-WebCapture11-5-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.5.
- Click Uninstall, and follow the setup wizard prompts.
Additional information
This section lists procedures and updated information to supplement the product documentation.
Configure page limit for EmlDecoder, HtmlDecoder and TxtDecoder
To configure the page limit, add the following text to the app.config file:
<configSections>
<section name="Atalasoft"
type="Atalasoft.Shared.AtalasoftConfigSection, Atalasoft.Shared"/>
</configSections>
<Atalasoft>
<CommonDecoders LimitsPageCount="10000"/>
</Atalasoft>