Merge PDF, Email and Excel files into a single PDF document with Aspose REST APIs

This free consulting project uses Aspose Cloud REST APIs to merge PDF, Email and Excel files into a single PDF document using cURL command. Aspose Cloud REST APIs empower to manipulate 100+ Office File Formats on any platform that supports REST.

We will use merge these files using Aspose.Email Cloud API, Aspose.Words Cloud API, Aspose.Cells Cloud API and Aspose.PDF Cloud API as follows. First, we will convert Email and Excel files to PDF and then will merge all the PDF documents into a single PDF document.

Guidelines for Usage

Sign up with Aspose Cloud: First, create an account with aspose.cloud and get your Client Id and Client Secret to call Aspose REST APIs

Get JSON Web Token Authentication: Aspose APIs use JSON Web Token for authentication of API calls. You need to send a POST request to /connect/token endpoint by authenticating the request using Client Credentials (Client Id and Client Secret).

Convert Email to PDF: Aspose.Email Cloud API does not support direct conversion of Email to PDF. So we will first convert Email to MTHML using Aspose.Email Cloud API and later will convert MHTML to PDF using Aspose.Words Cloud API.

Convert Excel to PDF: We will convert the Excel file to PDF using Aspose.Cells Cloud API.

Merge multiple PDF documents: Finally, we will merge multiple PDF documents into a single PDF document using Aspose.PDF Cloud API.

Interested in Aspose free consulting project?

If you are also interested in a free consulting project by Aspose team then please view details on this page

If you have any questions about Aspose APIs, please feel free to post your query in Aspose file format APIs Forums.

Also, you can keep in touch with the latest developments in file format APIs offered by Aspose at our Blog.

This free consulting project is based on the following issue:

I want to render a PDF using another PDF, an email and an excel