Search found 6 matches

by major
Tue Jun 13, 2017 2:22 pm
Forum: Flows
Topic: Complicated PDF Merge
Replies: 5
Views: 16915

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: 16915

Re: Complicated PDF Merge

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

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: Scripting
Topic: Crop pdf in switch flow with Acrobat X Pro
Replies: 1
Views: 14532

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: 16915

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: 16915

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....