I am trying to encrypt pdf files that will be exported after processed by kofax capture. Going through the documentation I found this code:
Add the following tag in ACConfig.xml to prevent the PDF Generator from producing encrypted PDF files with blank passwords. (635584, tag introduced in Kofax Capture 10.2.0.3)
<PDFExport Encryption="1" Password="kofax">
<Profile Name="abc" Encryption="0"/>
<Profile Name="def" Encryption="1" Password="kofax123"/>
</PDFExport>
For the "abc" profile, the encryption will be turned off. For the "def" profile, the encryption will be turned on with the password of kofax123. For other profiles, the encryption will be turned on with the password of kofax. Note The values defined for the Encryption and Password attributes in the PDFExport tag are applied to all profiles except the ones overridden by the Profile tag. Also, the default values of the Encryption and Password attributes are "0" and empty.
Not sure if the code should be on the releaseScript or the acconfig file. I would greatly appreciate your help in directing me the right direction to customize the text export connector. I am using Capture 10.2