Good morning all,
I am trying to create a simple workflow to identify corrupt or password-protected PDFs so that I can tag them and exclude them from an OCR process. I have read this post RE the DCC cluster and pwd protected workflows, but am getting stuck drafting my workflow and was hoping folks could help.
My goal is to have a try-catch activity that checks the PDF name and tags it if there is an error, and that's working fine - my issue is finding all PDFs in my repository that have 0 pages and making them each available to the PDF metadata entry: when I do a "for each entry" and nest a try-catch with the "PDF Metadata" activity, the PDF metadata activity can't see the "for each entry" - so it only runs on the first search result. Is there an easier way to do this?
Any help would be much appreciated!