I have a series of steps that I need to do for a large amount of PDFs. I figure the most efficient way to do this is to make a custom action so that I can just do it all in 1-2 presses of a button. However, Im having trouble figuring out how to do certain steps.
1. OCR the document - done
2. Add a drag and droppable signiture to the document - Seems this cant be done via actions
3. Flatten the document - done
4. Send this document as an email to an address listed on the document and BCC a to a constant email.
It seems like step 2 cant be done using actions, which sucks but no choice I guess, so that can be done manually. Step 4 though seems to be givng me some trouble and I think it should be doable. Ideally what I would like is for the user to select a string on the document, and that selected string would be copied to the to field of an email, concated with a domain name, and then a BCC field would be added. Because of this, I figure I would need to make 2 seperate actions. One for steps 1 and 2, then have the user select the email, then one for steps 3 and 4. But Im not sure how to get the email stuff working. Do anyone know how?