Quoting [EMAIL PROTECTED]: > Hi Bruno, > > I am using XML to generate a PDF with iText, however I have encountered a > few problems that I just seem to get past: > > 1) When I place text inside a cell, the distsance between the top border > and the word is big, is there a way to make the cell fit > according to the size of the word?
Change the leading of the Cell. > 2) A table always seems to insert a blank space before itself. The space varies with the current leading of the page. Change the 'offset' of the Table. > 3) when I place a table within a cell of another table (nested tables), the > outer cell seems to loose its borders. That could be one of the many bugs/features of the poor Table class. > Any assistance would be greatly appreciated. For fast and accurate answers, it's always better to post your questions to the mailinglist (see CC: address). > Regards > > Andrew Bourke br, Bruno ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
