cancel
Showing results for 
Search instead for 
Did you mean: 
1 Reply
DavidU54339-XRX
FreeFlow Production Workflow Moderator
FreeFlow Production Workflow Moderator

Re: Using Parts of $FFwfdoc.Keywords$

You can use substringing. For example: $FFwfJob.JobName.substring(0,2)$. This will extract the first 3 characters of the job name. Note for substringing the 1st character position is "0".

0 Kudos
RRD_Jeff
Frequent Member
Frequent Member

Using Parts of $FFwfdoc.Keywords$

Does anyone know if there is a way to use part of a keyword string on say Barcode Data?

$FFwfdoc.Keywords$ for example I have seen this used $FFwfDoc.inputFileName.rtrim(.)$ to trim everything from the "." on in a file name.

IE:

the following is in the PDF Keywords box.

Form Number: GRH-58

User: Jeff

Date: 09/18/2019

 

I would like 1 Barcode for each of the 3 lines in the Keywords

0 Kudos