how should i export data to office documents and pdf in asp.net mvc 3
问题 i'm looking for the best way to tackle this issue and in what order we do it best. we have an application where users can enter certain personal details, afterwards they can download the word document (.docx) or get a pdf (.pdf) of their personal data. what we already did is everything separate: with a *.docx template, we fill the parameterized fields and then save it as docx to the user and with a certain library called BioPdf we can convert the rendered word document into a pdf we are