Questions tagged [kofax]

A company offering solutions in the field of scanning, recognition and automatic document treatment. Their software solutions are often referred to as 'Kofax'.

Kofax is the name of the company, though many people call the setup containing several software-applications and modules by the name of the company 'Kofax'. A typical setup allows users to scan documents in batches; automatic recognition extracts information from the documents; and the information is exported/added to business systems.

This tag is relevant for the Kofax Capture platform products like Kofax Capture, Kofax VRS, Kofax Transformation, etc. This tag is also relevant for questions about the setup, configuration, and development of SBL or .NET scripts.

149 questions
0
votes
1 answer

Kofax 9. Does .Net Framework 4.0 COM objects work properly?

Why Kofax Custom Modules and Workflow Agents (COM objects written in .Net 4.0 framework) fail with strange errors with Kofax (Access violation, methods not found e.t.c). When the same modules are compiled with .Net Framework 3.5 - everything works…
Andrew Florko
  • 7,672
  • 10
  • 60
  • 107
0
votes
1 answer

How to copy non-consecutive cells and paste into non-consecutive cells

I've converted a Kofax PDF into excel365, but the formatting is off. I need to move the highlighted cells into the cell directly adjacent to them. There is other "junk" information in these columns (ie, the "reimb & other payments"), so it would…
0
votes
0 answers

How can I make call Kofax robot and run in Google apps script? ,using javascript and rest api

I've been trying to make robot run in google apps script from a Kofax robot management console, using rest api, but it doesn't work at all. regardless of knowledge about Kofax, please find wrong part of my code. I'm beginner at javascript, so I…
bombadilo
  • 1
  • 2
0
votes
0 answers

JavaScript for Kofax Power PDF Advanced to insert bookmarks

I have this java Script (see below) that should work when I select all and hit Control+Enter in the Javascript console for Power PDF. However i keep getting a "ReferenceError: Application is not defined" error. How should i dim "pdDoc" as in order…
FabioAuto
  • 31
  • 2
0
votes
0 answers

Is there a way to get Kofax Total Agility to recognise the end of a table

I am using Kofax to read tables of financial information. The document's are lots of pages with different table. I'm using a start and end locator to let Kofax know where the tables start and end. Both locators work when tested in isolation but the…
0
votes
0 answers

Search specific word in Kofax PDF using vba

I'm using VBA to read the PDF content in Kofax. I need to find an specific word through VBA like using ctrl+f in the PDF. There is a method called FindText but there is no example of how to use this method. I would like to find the word, highlight…
0
votes
0 answers

Create or Update fields in a Custom Module Kofax Capture

I have a custom module which calls a webservice and get response from webservice with several values I have to pass to validation or other module. I implemented: login getting the current batch getting IACDataElement, getting child element by name,…
davidvera
  • 1,292
  • 2
  • 24
  • 55
0
votes
1 answer

Create a Custom Module Kofax for data validation through webservice

I have created a basic Custom Module (KC.CM.Divalto) that aims to: read data extracted from a batch call a webservice redirect to validation module or PDF generator depending on webservice response I will output data into MessageBox for…
davidvera
  • 1,292
  • 2
  • 24
  • 55
0
votes
0 answers

KTA Setting Gmail Oauth2 server and import using Gmail API

I created a project with Gmail API. For this project I set OAuth Client Id and Consent Screen with default params. For OAuth Client Id definition I have the following settings: I set authorized origins (with and without www) I set redirections URLs…
davidvera
  • 1,292
  • 2
  • 24
  • 55
0
votes
0 answers

Merge two PDFs using Kofax Power PDF Advanced Application

I would like to pick two PDF files from their respective folders and merge them into a single PDF with a designated name in a separate folder. I have seen multiple VBA code examples based on Adobe Acrobat, but I have Nuance Power PDF Application and…
mrk777
  • 117
  • 1
  • 12
0
votes
0 answers

How do I get certain PDF form fields to insert in body of email using javascript

Good Afternoon, I'm hoping someone can assist. I am not an experienced coder but through googling this is what I have come up with. I have a form with account information that I would like to run a java script to generate a "Welcome Letter" to new…
smenon
  • 1
  • 6
0
votes
1 answer

How to set KOFAX KTM Server global variable value which will be initialized in Batch open, updated in SeparateCurrentPage & used in BatchClose?

I am trying to count a specific barcode value from Project.Document_SeparateCurrentPage and use it in BatchClose to compare if the count is greater than 1 and if it is >1 then send the batch to a specific queue with specific priority. I used a…
no one
  • 9
  • 5
0
votes
1 answer

How to Update KTA RunTimeField with an object?

I am trying to update an object (Generic List object) to RuntimeFiledCollection. When I try to update using the following code, I am getting always Serialization error :( //My object which need to update set with the documentRuntimeField…
ktaSharp
  • 27
  • 7
0
votes
1 answer

How can I use a Workflow Agent to send documents to one of 2 different export connectors in Kofax Capture 11

We are using Kofax Capture 11 and have a use case where a number of documents come into the same PO box but they have 2 different paths they need to take upon export. We could use 2 different document classes in the batch class, with each document…
pdxdougg
  • 1
  • 1
0
votes
2 answers

How to change Kofax batch priority from KTM script

The batch priority can be accessed in KTM using the batch XValue (AC_BATCH_PRIORITY) but I can't seem this is a read/Only field. I have searched KTM wiki but couldn't find any example which shows if this can be done. Please advise if this is…
Maverick
  • 1,396
  • 5
  • 22
  • 42