Hello,
I’d like in an ASP.NET MVC application generate document (invoice for example) based on a word document than I use as template. I create a word document with :
Some fix data :
- Company info
- Logo
- general layout
Some data to add in a specific place :
- Invoice number
- A section with a table, with some column (price, quantity, description, vat, …)
- In the bottom the total with and without VAT
- A date
In this document, I can create a kind of tag, example <PDF:InvoiceNumber>
and replace it by the value by code, same for all the other "TAG"
Do you have an idea how I can do this? Did you experiment another way (suggestions are welcome)? I accept to use 3rd control free or commercial. The only restriction is … I don’t want install Microsoft Word on the server.
Thanks,