can anyone help me in generating pdf from infragistics.document
Hi,
Can you be a little more specific? What's the problem? What are you trying to do?
I wants to convert whole html output to pdf document. how can i do that ?
Right now there's no automatic conversion from HTML to PDF. You would need to parse through the HTML and create elements in the PDF document that match.
-Tony