Page 1 of 1

Merge PDFs at a given time

Posted: Wed Jul 02, 2014 12:06 am
by abonsey
As a Newbie any help would be great.

I have PDFs being created through a flow that send to an input folder throughout the week. Once a week on a given day I need to merge them together based on their file name that is in the format xxx_123.pdf



How would I merge the PDFs together and save as xxx.pdf



Thanks for any help given

Merge PDFs at a given time

Posted: Wed Jul 02, 2014 1:29 am
by dkelly
I've developed many flows with similar requirements with scripting. However, you maybe able to use Switch 12's flow properties to run the flow only on the given day. Then just use Merge PDF configurator and a simple text with variables for output file that splits the name before the "_" characters. Sorting the pages maybe difficult if you don't have leading 0s in page number.

Merge PDFs at a given time

Posted: Wed Jul 02, 2014 10:01 am
by freddyp
And if you want to know how you can add leading zeroes, there is a possible method using regular expressions described in this video: http://www.youtube.com/watch?v=V8ZQKOS_UiM starting at 4:37.



Freddy

Merge PDFs at a given time

Posted: Thu Jul 03, 2014 12:11 pm
by abonsey
Thanks for that. All working now.