Search found 6 matches

by PBMY_Vincent
Mon Feb 08, 2021 3:36 am
Forum: Flows
Topic: pdftk and cat command
Replies: 18
Views: 32511

Re: pdftk and cat command

Many thanks jan_suhr now it work just like magic! The *.bat file i use for PDFtk Shuffle command : set inputfile=%1 set outfile=%2 pdftk.exe A="C:\SwitchTemplate\PCFrontV01.pdf" B=%inputfile% shuffle A B output %outfile% The 'Execute Command' Settings : Name | PDFtk Shuffle BAT Description...
by PBMY_Vincent
Sat Feb 06, 2021 8:57 am
Forum: Flows
Topic: pdftk and cat command
Replies: 18
Views: 32511

Re: pdftk and cat command

Deo gratias freddyp in quotes tips. has adiecit mores effugium :mrgreen: Thanks freddyp on the quotes tips. has added escape character :D i've also added PDFtk to the windows environment variables function jobArrived( s : Switch, job : Job ) { //pdftk A=fronts.pdf B=back_x1500.pdf shuffle A B output...
by PBMY_Vincent
Sun Jan 24, 2021 11:48 am
Forum: Flows
Topic: pdftk and cat command
Replies: 18
Views: 32511

Re: pdftk and cat command

Bummer! I'm stuck with switch v12, so no Appstore for me. I've try to create a script package to execute the command but end up with exit code ="-1" Still pondering what did wrong. *playingCardFront_v01.pdf is store at the same location as PDFtk.exe function jobArrived( s : Switch, job : J...
by PBMY_Vincent
Fri Jan 22, 2021 12:24 pm
Forum: Flows
Topic: pdftk and cat command
Replies: 18
Views: 32511

Re: pdftk and cat command

Hi Peeps, I too face this similar issue, but with the [shuffle] command. Running the command at command prompt does work. Below is the setting i use, the job end up in problem folder due to exit code = 1 : Name Execute command Description Execution mode Concurrent Command or path C:/Program Files (x...
by PBMY_Vincent
Fri Feb 28, 2014 9:25 am
Forum: Flows
Topic: File rename add Suffix with Autonumber
Replies: 3
Views: 4285

File rename add Suffix with Autonumber

Nope, we end up commission Apago to write us a custom script & flow to do this.
by PBMY_Vincent
Tue Dec 17, 2013 3:05 pm
Forum: Flows
Topic: File rename add Suffix with Autonumber
Replies: 3
Views: 4285

File rename add Suffix with Autonumber

Hi all, I can't figure out how to add a filename suffix that have auto number. For example : Before: Job0001.pdf Job0203.pdf Job1902.pdf Job0055.pdf Job0204.pdf Job2000.pdf Job3455.pdf Job5666.pdf ..... After: Job0001@1.pdf Job0203@2.pdf Job1902@3.pdf Job0055@4.pdf Job0204@5.pdf Job2000@6.pdf Job345...