Acrobat Pro MERGE

Post Reply
Hazel
Newbie
Posts: 1
Joined: Wed Nov 15, 2023 6:32 am

Acrobat Pro MERGE

Post 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:(
huck
Newbie
Posts: 2
Joined: Sun Nov 05, 2023 9:32 am

Re: Acrobat Pro MERGE

Post 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?
Jiyahana
Newbie
Posts: 9
Joined: Wed Jan 03, 2024 6:06 pm
Location: India
Contact:

Re: Acrobat Pro MERGE

Post 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.
plinkmodel
Newbie
Posts: 1
Joined: Mon Jan 22, 2024 3:17 am

Re: Acrobat Pro MERGE

Post 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".
geometry dash liteNavigation Panels
Jiyahana
Newbie
Posts: 9
Joined: Wed Jan 03, 2024 6:06 pm
Location: India
Contact:

Re: Acrobat Pro MERGE

Post 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.
nimoprteva
Newbie
Posts: 1
Joined: Thu Mar 14, 2024 2:16 am

Re: Acrobat Pro MERGE

Post by nimoprteva »

Use the combine files tool regarding the javascript issue and check your script aligns with Acrobat API.
I have already applied it.
Post Reply