Kofax Web Capture 11.5.0 Fix Pack 7
Build Date: May 09, 2025
© 2025 Tungsten Automation. All rights reserved.
Use is subject to license terms.
Issues resolved in this fix pack
Fix Pack 7
| ID | Issue | Solution |
|---|---|---|
| 933111 | [WDV] An error occurred when the image annotation was created by dragging. | Fixed processing. |
| 845698 | [PdfGeneratedDocument] StackOverflowException was thrown when processing some customer documents. | Fixed processing. |
| 817087 | [PdfAnnotationDataExporter] Annotation fill was improperly asserting itself over outline. | Fixed processing. |
| 812753 | [HeifDecoder] Newer iPhone files were not supported. | Updated decoder. |
Issues resolved in previous fix packs
Fix Pack 6
| ID | Issue | Solution |
|---|---|---|
| 2176553 | [WCS] Callback exception was thrown when returning onUploadCompleted after successful scan. | Fixed processing. |
Fix Pack 5
Minor improvements.
Fix Pack 4
| 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. |
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.7.ZIP | N/A |
| ReadMe-KofaxWebCapture-11.5.0.7.htm | N/A |
Install this fix pack
Use the following procedure to install the fix pack.
- Download and unpack KofaxWebCapture-11.5.0.7.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>
Updates in multiprocessing feature implementation
A new static method, InitMultiprocessing(), has been added to the WebDocumentRequestHandler class. This method should be called to enable the multiprocessing feature in user's application.