Search found 8 matches

by major
Thu Jan 25, 2018 3:55 pm
Forum: LEGACY scripting
Topic: Assign email address by script
Replies: 5
Views: 8265

Re: Assign email address by script

Thank You very much.
It works, if I insert these, generated by script, private data to "To addresses" row in SendMail config.
Best Regards
by major
Mon Jan 22, 2018 11:50 am
Forum: LEGACY scripting
Topic: Assign email address by script
Replies: 5
Views: 8265

Assign email address by script

Hello. I'm looking for a script that would assign an email address to job. I'v some jobs which I have to (after passing the flow) send by mail to different addresses according first three signs of input filename: aaa_xxxx.pdf -> mail1@domain.org aab_xxx.pdf -> mail2@domain.org anything_else.pdf -> d...
by major
Tue Jun 13, 2017 2:22 pm
Forum: Flows
Topic: Complicated PDF Merge
Replies: 5
Views: 5711

Re: Complicated PDF Merge

Thank You, this is the right way to solve my problem. :D
by major
Fri Jun 09, 2017 9:43 am
Forum: Flows
Topic: Complicated PDF Merge
Replies: 5
Views: 5711

Re: Complicated PDF Merge

Thanks for reply, I will try.
by major
Tue Jun 06, 2017 12:19 pm
Forum: LEGACY scripting
Topic: Crop pdf in switch flow with Acrobat X Pro
Replies: 1
Views: 2616

Re: Crop pdf in switch flow with Acrobat X Pro

--Solved--
According to doc, instead of "this" must be "$doc" in script!
by major
Tue Jun 06, 2017 10:21 am
Forum: LEGACY scripting
Topic: Crop pdf in switch flow with Acrobat X Pro
Replies: 1
Views: 2616

Crop pdf in switch flow with Acrobat X Pro

Hi, I created a simple switch 13 flow: input folder - Acrobat - Output folder Acrobat Flow Item parameters: Open - Automatic Command - Use Script with path to .js file This is the contens of this file: for(var i=0 ; i<this.numPages; i+=1) { this.setPageBoxes({ cBox: "Crop", nStart: i, nEnd...
by major
Tue Jun 06, 2017 9:54 am
Forum: Flows
Topic: Complicated PDF Merge
Replies: 5
Views: 5711

Re: Complicated PDF Merge

Hi,
files are copied at once; input hotfolder has default 10 sec scan timeout; assemble job has timeout 2 minutes.
Thanks for Your reply.
by major
Tue May 23, 2017 10:48 am
Forum: Flows
Topic: Complicated PDF Merge
Replies: 5
Views: 5711

Complicated PDF Merge

Hello, I'm working on a flow where there are several groups of PDF files uploaded to one folder. The file names in each group start with two identical characters and end with a page number. The number of files in groups varies, the number of groups can also be changed: AA_170523_01.pdf AA_170523_02....