Hello,
I'm creating a RDLC
report in C#. Is it possible to insert the content of a Word 2003 document (with formatting) in it (either in design time or programmatically) before exporting to PDF
. The final result will be a PDF
file containing the initial report (fields from database) and the Word document content following it.
Why this? I need to give the user the possibility to fill a form, attach a word document and export the all to PDF as I described earlier (ASP.NET
). I don't have Word installed on the server so I can't Interact with its COM objects.
Thank you.