Hi,
I have an arraylist instead of resultset .How do get " getMailMerge().execute " working ???
Thanks in Advance.
Sridhar Mangipudi
Hi,
I have an arraylist instead of resultset .How do get " getMailMerge().execute " working ???
Thanks in Advance.
Sridhar Mangipudi
Hi
Thanks for your request. I think that you should perform a mail merge from a custom data source. See the following links for more information.
https://reference.aspose.com/words/java/com.aspose.words/MailMerge
https://reference.aspose.com/words/java/com.aspose.words/IMailMergeDataSource
I hope that this will help you.
Best regards.
Thanks that solves my problem.
Hi Alexey,
please provide the good link so we can research: how to to mailmerge with recordsets only. thanks
The links you provided above Don’t work.
https://reference.aspose.com/words/java/com.aspose.words/MailMerge
https://reference.aspose.com/words/java/com.aspose.words/IMailMergeDataSource
@marcsr,
Please check the following updated links:
public void execute(IMailMergeDataSource dataSource)
Interface IMailMergeDataSource
How to Mail Merge from XML using IMailMergeDataSource
Hope, this helps in achieving what you are looking for.