Search found 7 matches

by gkapaurer
Tue Jul 26, 2016 4:54 pm
Forum: Flows
Topic: Merge PDF / Assemble Job
Replies: 5
Views: 2408

Re: Merge PDF / Assemble Job

Number of Pages per group would be:


count(/root/datei[text() = "[Job.JobState]"])
by gkapaurer
Tue Jul 26, 2016 4:06 pm
Forum: Flows
Topic: Merge PDF / Assemble Job
Replies: 5
Views: 2408

Re: Merge PDF / Assemble Job

If you really do not know, set "Number of files" to 0, but "After N minutes" to 1 (or another number that seems appropriate.
--> this works.
Thank you.



Later I will try to improve the flow by implementing the "Number of files".
by gkapaurer
Tue Jul 26, 2016 2:12 pm
Forum: Flows
Topic: Merge PDF / Assemble Job
Replies: 5
Views: 2408

Re: Merge PDF / Assemble Job

Hi freddyp

my problem is, that I dont know how to get the files into one groupfolder.

I ungrouped the jobs, but I dont want to merge all pdfs into one single pdf again.
I only want to merge specific pdfs.
Thats why I renamed them into

1 PDF =
1_001.pdf,
1_002.pdf

1 PDF =
2_003.pdf etc
by gkapaurer
Tue Jul 26, 2016 1:29 pm
Forum: Flows
Topic: Merge PDF / Assemble Job
Replies: 5
Views: 2408

Merge PDF / Assemble Job

Hello, I have one PDF which I split into single pdf-files and rename them. The result is: 1_001.pdf 1_002.pdf 2_003.pdf 2_004.pdf 2_005.pdf ... 21_099.pdf 21_100.pdf Now I have to merge the pdfs by the number before the "_". I tried to assemble the jobs, but someehow Im doing it wrong. Has...
by gkapaurer
Mon Jul 25, 2016 6:38 pm
Forum: Flows
Topic: let files run through the flow in a defined arranged order
Replies: 6
Views: 2506

Re: let files run through the flow in a defined arranged order

Hi, @gabrielp thx, this idea is great, but I changed the process to an an xml file, so I can add some Information later. <?xml version="1.0" encoding="utf-8"?> <root> <datei lfdnr="1">001_Neu.pdf</datei> <datei lfdnr="1">002_Alt.pdf</datei> <datei lfdnr="...
by gkapaurer
Mon Jul 25, 2016 4:04 pm
Forum: Flows
Topic: let files run through the flow in a defined arranged order
Replies: 6
Views: 2506

Re: let files run through the flow in a defined arranged order

Hello, Switch chooses randomly which file proceeds. I tried "hold job" after split pdf, but it did not work for me. All files are in an subfolder, so I used "Hold Job" after disassemble job. Now I tried to use: --> assemble the job again --> wrote a javascript which can sort the ...
by gkapaurer
Fri Jul 22, 2016 12:02 pm
Forum: Flows
Topic: let files run through the flow in a defined arranged order
Replies: 6
Views: 2506

let files run through the flow in a defined arranged order

Hello, I have a workflow which recieves a pdf with x number of pages. I split the pdf into single pdffiles and index them. Now i want to change the jobname into a unique id, but my problem is that switch does not use my index. Switch seems to randomly choose the files which it is passing through the...