Hi there
I'm in the process of building a web application, one part of which I will have to send a prefilled document to the User for them to print. It will have stuff like the name and address etc, so that they can just print it off and stick it in an envelope.
What are the best options to achieve this?
I've looked into iTextSharp, which looks fine for generating PDF files. But I'll need a 'master' PDF with fields in it that I can search + replace, and I'm not sure at the moment how to do this.
If there's an alternative to a PDF that is cross-platform and easy to create, let me know, thanks
I'm in the process of building a web application, one part of which I will have to send a prefilled document to the User for them to print. It will have stuff like the name and address etc, so that they can just print it off and stick it in an envelope.
What are the best options to achieve this?
I've looked into iTextSharp, which looks fine for generating PDF files. But I'll need a 'master' PDF with fields in it that I can search + replace, and I'm not sure at the moment how to do this.
If there's an alternative to a PDF that is cross-platform and easy to create, let me know, thanks