Page 1 of 1

Acrobat Pro MERGE

Posted: Wed Nov 15, 2023 9:16 am
by Hazel
Sorry, But I can't find how to use "Merge" in properties in Acrobat.
and I use js to command Acrobat, but it would crush.
I put .js in VS to debug, it say "No problems have been detected in the workspace."
I don't know what's wrong:(

Re: Acrobat Pro MERGE

Posted: Thu Nov 16, 2023 5:34 am
by huck
You're about Acrobat configurator? I suppose it can process only one file at once.
But why not to merge files with the standard Merge element?

Re: Acrobat Pro MERGE

Posted: Thu Jan 04, 2024 12:33 pm
by Jiyahana
Try going to File> Create> combine files into a single PDF. Regarding the JavaScript issue check the syntax and commands align correctly. Sometimes debugging in VS might miss certain issues. Check the code and its execution in Acrobat.
Hope this helps.

Re: Acrobat Pro MERGE

Posted: Wed Jan 24, 2024 3:58 am
by plinkmodel
Get the PDFs you wish to combine open. You are able to open more than one PDF at once.

Navigate to File > Properties (or choose Properties with a right-click).

Choose the tab labeled "Description".

Choose the "Merge files" radio button under "Merge files into a single document".

Re: Acrobat Pro MERGE

Posted: Thu Feb 01, 2024 12:44 pm
by Jiyahana
Hazel wrote: Wed Nov 15, 2023 9:16 am Sorry, But I can't find how to use "Merge" in properties in Acrobat.
and I use js to command Acrobat, but it would crush.
I put .js in VS to debug, it say "No problems have been detected in the workspace."
I don't know what's wrong:(
Use the combine files tool regarding the javascript issue and check your script aligns with Acrobat API.

Re: Acrobat Pro MERGE

Posted: Mon Mar 18, 2024 3:08 am
by nimoprteva
Use the combine files tool regarding the javascript issue and check your script aligns with Acrobat API.
I have already applied it.