How can I create new PDF files based on a template where some text will be replaced?
Posted
by holiveira
on Stack Overflow
See other posts from Stack Overflow
or by holiveira
Published on 2010-05-21T03:08:22Z
Indexed on
2010/05/21
3:10 UTC
Read the original article
Hit count: 262
I'm developing a CMS aplication in ASP .Net using WebForms and I'm looking for a way to create new PDF files based on a template.
This feature will be used to generate contracts where some placeholders will be replaced with the customer data.
What's the best approach to do that?
© Stack Overflow or respective owner