[iText-questions] Strange table problems

2005-02-03 Thread Todd Harris
Okay I got the last bit I was working on working...not sure why document.newpage wasn't working the first time, but it works now... anyway I'm adding a table to a page to which I am also adding a pdftemplate that has been written to using a graphics 2d object both the g2d object and the table writ

[iText-questions] Question

2005-02-02 Thread Todd Harris
This may be in the archives some where and I just didn't see it, but here is goes. int tempCoords = this.vertCoords; if (this.writer != null) { if (this.smartTable.getTotalHeight() > vertCoords) { this.smartTable.deleteLastRow(); i--; this.

Re: [iText-questions] plotting graphs

2005-01-13 Thread Todd Harris
000, Paulo Soares <[EMAIL PROTECTED]> wrote: > Use PdfContentByte.createGraphics() instead. Have a look at > http://prdownloads.sourceforge.net/jfreechart/jfreechart2pdf-v2.pdf > > - Original Message - > From: "Todd Harris" <[EMAIL PROTECTED]> > To: "

[iText-questions] Whats in a document

2005-01-13 Thread Todd Harris
Is there any to find the last location that was written to? Or whats the lowest point on the page that contains any information? --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt

Re: [iText-questions] plotting graphs

2005-01-11 Thread Todd Harris
Okay so I looked at the code more(some of this isn't mine). What we are doing is using a buffered image bi, creating a Graphics2D g = bi.createGraphics(); drawChart(g) //which is using drawPolyline return com.lowagie.text.Image.getInstance(bi, null); and then using doc.add(Image); on the image th

[iText-questions] plotting graphs

2005-01-10 Thread Todd Harris
I'm trying to store a set of dynamically generated graphs in a PDF, currently it works but, at the 72 dpi the graph is grainy. What I want to know is, if there is any way to generate the graph at a much higher resolution amd then squeze it down into the pdf so it would look better with out putting