I am currently writing a .net app to integrate with an access database. I am curious performing document generation (.pdf creation) / mail merging (dynamic letter generation). This feature is available using word interop, but I have found that the mail merge feature isn't always that reliable, especially when dealing with large volumes (say 15,000 records). In the past, using access, I have had to batch out 1000 records or so at a time or else I would end up getting errors in word. Are there any viable, documented alternatives for document generation / mail merging in vb.net?
Doing some research, the most I have found is all on Word, but i figure there must be some alternatives.
Doing some research, the most I have found is all on Word, but i figure there must be some alternatives.