Hi, I have a table that the user creates (using Erels Table library) which has been added to a panel. Depending on the user, there may be more rows than can be visible (advantage of Scrollview). I can write the table to a *.csv file. I've looked at the pdfwriter library but seems to handle lines of text and images. So is it is possible to write the table to a pdf as well and retain the format of the table? Is it possible to add the table to an imageview or canvas and save that to the pdf as a bitmap? If so, how would the non-visible rows be saved? Thanks in advance!