Im generating a PDF in my Android Application with iText. I need to add a LIST to the pdf. This list needs to come form data I allready have in an Adapter. My Adapter is Allready filled with the correct data so I just need to know how to Add that Data from the Adapter to my PDF file in a LIST form of even Cells regardsless. PS: It’s Dynamic Data that’s fill in another part of the Application. So this data just need to be displayed in the PDF.
Share
this is the way to add data in PDF table..