I spent about 20 hours in coding for the production of invoices using C # in iText.
Do you know that I can do this?
For example, I have this:
PDFPTable table = new PDFPTable (3); Table. Default cell Board = 0; Table. Default cell.padding = 3; Table Legislative percentage = 100; Int [] widths = {100, 200, 100}; Table.SetWidths (width); List listofcompanydata = (list) getCompanyData (); List listoffacceptorDrepaptaData = (list) getCumparatorDreaptaData (proformaInvoice.getCumparatorDreapta ()); Table.AddCell ((phrase) listOfCompanyData.Items [0]); Table.AddCell (""); Table.AddCell ((phrase) listOfCumparatorDreaptaData.Items [0]);
And I want to convert this table to html ...
Is this possible?
PDF and HTML are fundamental different display technologies. Can find so many HTML for On the other hand is much more difficult.
iText can only be done for HTML from PDF to PDF.
It will take a PDF and it will be converted to HTML. There are also utilities.
I do not know of any NAT library which will do this.
Comments
Post a Comment