Import images using mail merge from excel file or pdf file

Dear Aspose,
I am evaluating Aspose product for my new project. I am near to take my final decision. While creating the POC i am facing a problem.

  1. i need to create a report using mail nested merge through datasets.
  2. my requirement is that i want import images from PDF and EXCEL in to report generated usinh nested mail merge through data set.

Please help me to achieve the same.
regards
Arvind

Hi Arvind,

Thanks for your inquiry and sorry for the delayed response.

With Aspose.Cells component, you can extract images from Excel documents by using the following article:
https://docs.aspose.com/cells/net/extract-images-from-worksheets-using-imageorprintoptions/

With Aspose.PDF component, you can extract images from PDF file after reading the article suggested below:
https://docs.aspose.com/pdf/net/extract-images-from-the-pdf-file/

You can then load these images into streams and execute simple MailMerge operation to insert these into the Word template. Please go through the following thread:
https://forum.aspose.com/t/images-and-mappeddatafields/63880

I hope, this will help.

Best Regards,