Subject: We need to export table into PDF. Can your component do this?
Date: 2013-05-08 13:46:06
From: Ihor Bobak
Source: need-export-table-pdf-can-component
----------------------------------------------------------------------

We have an application which needs to create a PDF file with a table inside it. Table will have formatted numbers,  may have text in different color and each cell may have different background.

 

Question:  does yourcomponent have a comfortable classes/methods for it?  E.g.  something like

Table t = new Table();

Row r = new Row();

r.Add(new Cell(value, color, background_color))

t.Add(r);

...

 

pdfDocument.Pages[0].Insert(t); //insert table to the document

etc.

?

Is such thing possible?

---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index