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.
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.
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.
I want to render a PDF using another PDF, an email and an excel: github.com/aspose-free-consulting/projects/issues/55