Merge multiple PDF files with Java

Read, Edit & Export Slides data to other formats with open source Cloud SDK for Java

Merging PDF Files with Java

  1. Create an account at Dashboard to get free API quota & authorization details
  2. Initialize SlidesApi with Client Id and Client Secret
  3. Call one of the merge methods, depending where are your input PDF files, where you want to store the merged file, and whether you need to merge parts of files
    • merge to append one or multiple storage files to a file on storage.
    • orderedMerge to append one or multiple storage files, or their parts, to a file on storage. You can specify indices of slides to be taken.
    • mergeOnline to merge multiple local files, storage files and/or files available by URL. You can specify indices of slides to be taken. The result is downloaded in response body.
    • mergeAndSaveOnline to merge multiple local files, storage files and/or files available by URL. You can specify indices of slides to be taken. The result is saved to the storage.

Get Started with Slides API & Java SDK

Get Slides Cloud SDK for Java source code from GitHub to compile the SDK yourself or head to the Releases for alternative download options.

Also have a look at Swagger-based API Reference to know more about the SLIDES REST API.

:
...

FAQ

  • How can I get started with Aspose.Slides REST APIs?
    Quickstart not only guides through the initialization of Aspose.Slides Cloud API, it also helps in installing the required libraries.
  • Where can I see the release notes for Aspose.Slides Cloud API?
    Complete release notes can be reviewed at Aspose.Slides Cloud Documentation.
  • Is it safe to merge PDF files in the Cloud?
    Of course! Aspose Cloud uses Amazon EC2 cloud servers that guarantee the security and resilience of the service. Please read more about Aspose's Security Practices.
  • What file formats are supported by Aspose.Slides Cloud API?
    Aspose.Slides Cloud can merge PPT, PPTX, PPS, PPSX, PPTM, PPSM, POTX, POTM, ODP, OTP, HTML along with PDF files. The result is returned as a PowerPoint presentation. To get it in another format, you can use Aspose.Slides Cloud Conversion feature.
  • I can not find the SDK for my favorite language. What should I do?
    Aspose.Slides Cloud is also available as a Docker Container. Try using it with cURL in case your required SDK is not available yet.
  • I do not have time to set up. Is there a quick demo for merge PDF that I can try?
    Indeed! Checkout the PDF Merger App.