Hello,
We're using PdfGrid to display data to users in pdf documents. The user provides this data trhough a graphical web interface. We are currently rendering HTML tables to approximately indicate what the pdf table will look like, but these aren't exactly matching the Syncfusion table. There are also considerations to be made for windows scaling and different browsers displaying the html, etc.
It would be much better for us if we could generate a table in a Syncfusion pdf document and extract that table as an image which we can then show to the user in the web interface. It looks like the table is drawn as separate text and line elements in the pdf document when pdfGrid.Draw() is called and I don't see any method for getting a graphics stream out of the page.Graphics property.
Is there a way I can extract the table as an image from a pdf document?
Kind Regards
Will