Purchase Aspose - How to insert the Stream PDF into doc with mail merge

We are in the process of purchasing Aspose. We are using evaluation version to test before purchasing.
I have a stream of pdf. I need to insert this PDF into doc using mail merge. Please help me with some code.
Kesh

Hi
Thanks for your inquiry. Do you need to insert PDF document into the Word document as embedded OLE object? If so then you can’t achieve this using Aspose.Words. Aspose.Words doesn’t allow inserting OLE objects into the document, you can only extract OLE object from the document using Aspose.Words.
However you can try using Aspose.Recognition to convert your PDF to Word document and insert it in the master document. Please see the following link to learn how to insert one document into another.
https://docs.aspose.com/words/java/insert-and-append-documents/
See the following link to learn more about Aspose.Recognition.
https://docs.aspose.com/words/net/convert-pdf-to-other-document-formats/
But note there are a couple of restrictions.
https://docs.aspose.com/words/net/convert-pdf-to-other-document-formats/
Also you can try to insert the PDF document into the Word document as a collection of images. You can use Aspose.Pdf.Kit to convert PDF to images. See the following link for more information.
https://docs.aspose.com/pdf/net/convert-pdf-to-images-format/
Best regards.

Alex,
Thank you for your reply. I am interested to convert pdf to word document so that I can insert into the master document. However, my pdf is coming in stream. I need to cast to pdf before converting to word document.
Where can I download the recognition object from?
Please help.

Hi
Thanks for your inquiry. You can open PDF document from stream. Please see the following link for more information.
https://docs.aspose.com/words/net/convert-pdf-to-other-document-formats/
You can download Aspose.Recognition from here:
https://releases.aspose.com/words/net/
Best regards.