I create dynamically some HTML pages in my application, and want to use the PDFexport functionality in the webgrid,
to convert these HTML pages to PDF. Something like having a single cell in the grid to act as container for the the HTML,
and then export it.
Is it possible at all?
regards
JensB
JensB,
This post comments on the topic of porting HTML to PDF using the Infragistics.Documents engine. Not all HTML elements can be easily or directly mapped to PDF elements.
WebGrid wouldn't need to be involved in this anyway. You can use the Infragistics.Documents engine directly to create elements without a grid being involved. Using the grid doesn't give you any additional functionality in this scenario.
Thanks Vince
Since my last post, I stumbled over the document engine documentation as well, which is what you are telling me to do also.
This looks to be the track I will folllow.
Regards