Kofax

Kofax Web Capture 11.4.0 Fix Pack 10

Build Date: August 10, 2023

© 2023 Kofax. All rights reserved.
Use is subject to license terms.

Issues Resolved in This Fix Pack

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 Previous Fix Packs

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.10.ZIP N/A
ReadMe-KofaxWebCapture-11.4.0.10.htm N/A

Install This Fix Pack

Use the following procedure to install the fix pack.

  1. Download and unpack KofaxWebCapture-11.4.0.10.zip.
  2. 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.

  1. Open Programs and Features in Control Panel.
  2. Locate and right-click Kofax Web Capture 11.4.
  3. 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.

  1. Create or update the WebCaptureService.conf file in the %PROGRAMDATA%\Kofax\WebCapture folder.

  2. 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
  3. Restart the Kofax Web Capture service.