I’m using the rename action to read data from a pdf file and map the data locations to Var/Info# variables (ex: %1 - region(1,0.4658,6.2435,1.4299,6.4441,KeepCase,Trim)) and then use those variables (%1, %2, etc.) to rename the pdf file. However, it doesn’t work all the time:
Strings with odd characters: If there is a “:” in the data, that part gets cut out and all that remains is the data after the “:” (ex: Attn: Smith, John becomes “Smith, John”). How can I keep the full string?
Date string: I want to use the entire date string “6/2/2009 2:35:18 AM” but it gets cut to “18 AM.pdf”. How can I keep the full string?