Thanks for the information. Can we generate a PDF file if we have the table (table + data) in HTML format? i.e. The table with the data already in html (not html + json). Please let me know.
One more question, it seems like the Windows 64x SDK that I downloaded does not have html2pdf.dll. Do you know where I can get a copy of html2pdf.dll to try out?
Can we generate a PDF file if we have the table (table + data) in HTML format?
Yes of course, you would definitely want to use our HTML2PDF module.
While you could generate some of the PDF content in HTML and then later add more content directly to the PDF page using our low level ElementBuilder PDF drawing APIs, I would instead encourage you to do all of your layout in HTML.
HTML is the most powerful layout engine, and obviously there are endless resources out there to help you make nice HTML content.
Most of our users create their content using HTML, DOCX, etc. to take advantage of their layout capabilities and features and then convert to PDF.
Do you know where I can get a copy of html2pdf.dll to try out?