Pescador Digital wrote:
Hi everyone,i am new in this mailing list and I want to know if it is possible to instantiate a PdfDocument class. I need to use it in the write() method of the MultiColumnText class: public float write(PdfContentByte canvas, PdfDocument document, float documentY) throws DocumentException I am using this method to write a PdfPTable that spans across two columns in a MultiColumnText to set the precise position of the y coordinate that defines the top limit of the column. I am using eclipse and it complains that the class is not visible. What should I do ?
I don't understand the question. You never ever need to instantiate PdfDocument. You should always work with Document or PdfWriter. br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
