• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to combine two PDFs into one?

New Here ,
Jun 21, 2023 Jun 21, 2023

Copy link to clipboard

Copied

Hello,

I am looking for a way to combine 2 (or more) PDFs into one?

1) Are there existing Adobe APIs to do that?

2) If not, are there 3rd party APIs to do that?

3) if none of the above, are there 3rd party scripts/tools that can be called to do that?

 

Thanks a lot.

Laurent Landreau

Brisbane, Australia 

Views

532

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 21, 2023 Jun 21, 2023

Copy link to clipboard

Copied

Yes, several Adobe APIs with very different licensing models and environments.  Do you want

- for your personal PC, with an Acrobat subscription,  to run by you when you're logged in

- for a web server

- for an enterprise level solution, running on own server

- a web API

- for redistribution in an app

- something else...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 21, 2023 Jun 21, 2023

Copy link to clipboard

Copied

Hello,

I manage the integration platform of Urban Utilities, and we already use the online Adobe Document Generation APIs to generate PDFs merging metadata and Word templates. We now have a new requirement to merge PDF documents: a cover letter PDF + the invoice PDF that have been created at 2 different moments in the process.

 

Hence the requirement to be able to automatically merge 2 PDF files via an API process.

 

Regards,  

Laurent LANDREAU

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 22, 2023 Jun 22, 2023

Copy link to clipboard

Copied

LATEST

If you are already using the Document Generation API, you can use similar code and the same transaction pool to combine documents. See details at the link below.

https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/combine-pdf/

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources