How do I use an HTML as a template then just replace the text in it and then convert it to PDF using ABCpdf? Are there any sample codes to do this? Thanks in advance!
I’m using C# ASP.NET
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://www.websupergoo.com/helppdf6net/source/5-abcpdf6/doc/1-methods/addimageurl.htm
Pass the absolute path of html template on the server into the AddImageUrl function.