HTML 2 PDF
My project required few HTML forms to be converted to PDF on the fly. I searched lots of stuff on the web and finally i got a wonderful product from websupergoo called AbcPdf.Net.
It's is very simple to use and giving excellent output. They are giving 30 days trail as well. Just check it out.
My client/PM asked me to give a page break after the title on the PDF. I was generating my PDF stuff from HTML output. The solution i derived using one of the CSS property called page-break-before. It's a good property but has got some limitation. Please follow the link.
Quite interesting to face the challanges and coming out with flying colors...(for that definitely we need to work hard...)
It's is very simple to use and giving excellent output. They are giving 30 days trail as well. Just check it out.
My client/PM asked me to give a page break after the title on the PDF. I was generating my PDF stuff from HTML output. The solution i derived using one of the CSS property called page-break-before. It's a good property but has got some limitation. Please follow the link.
Quite interesting to face the challanges and coming out with flying colors...(for that definitely we need to work hard...)
Comments