Orpu wrote: > hi, > > > I have a table in html file which contains some rows and columns.
OK. > The data > will come and fill from the database, So you create HTML based on data from a database. > On top of the first row i have a pdf image, You don't have a "PDF image", you have a link. The fact that it's a clickable image (a jpg, gif, or PNG, definitely NOT a PDF) is irrelevant. > upon clicking the image table along with rows and columns including > data should convert to PDF. Just like you created the HTML on the server based on data in the database you can use iText to create a PDF with that data. > If we can do it with iText suggest me some code samples. There are plenty of examples here: http://1t3xt.info/examples/browse/ -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
