aspose-free-consulting / projects

The starting point for Aspose free consulting projects
5 stars 5 forks source link

I would like to merge Word and Power Point Documents with Aspose.Word and Aspose.Slides using Azure Functions #386

Open LuTaMu opened 2 months ago

LuTaMu commented 2 months ago

Dear Aspose Team,

our client is interested in automatically populating their Word and PowerPoint documents with text and image contents. Subsequently, they require the PowerPoint files to be merged either as PowerPoint or PDF files, while the Word files should be merged as PDFs. We are considering utilizing Power Platform and Azure Functions in conjunction with Aspose.Slides and Aspose.Word for implementation. Upon reviewing the documentation for Aspose.Slides, we couldn't find much information regarding its integration with Azure Functions. Therefore, we have the following initial questions:

Thank you very much in advance

andreypotapovaspose commented 2 months ago

@LuTaMu, Thank you for posting the questions.

As for Aspose.Slides, we have opened the following new ticket in our internal issue-tracking system: SLIDESNET-44445. We will review your requirements and get back to you shortly.

My colleagues from Aspose.Words team will answer you soon.

AlexNosk commented 2 months ago

@LuTaMu Sure you can use Aspose.Words in Azure Functions. There is an article about utilizing Aspose.Words in Azure Functions: https://docs.aspose.com/words/net/converting-a-document-with-images-using-aspose-words-in-azure-functions/

Are there any significant limitations or considerations we should be aware of regarding the functionalities we plan to implement?

There are no limitations in functionality of Aspose.Words when it is used in Azure Functions.

Additionally, we expect generating a final merged file (thousends of files) from this process that could potentially contain 3000-5000 pages and exceed 400-500 MB in size. Are there any limits or constraints we should be mindful of in this regard?

There is document size limitations, the only limitation is the available memory. Please see our documentation to learn more about Aspose.Words system requirements: https://docs.aspose.com/words/net/memory-requirements/

400-500 MB document is extremely big size for PDF document. There is possibility that even of such huge document will be generated, the consumer applications, such as Acrobat Reader, will not be able to process such document.

Also, if it is required to concatenate PDF document generated by Aspose.Words and Aspose.Slides, you will also need Aspose.PDF.

PS: The main place for getting support is Aspose support forums.