[iText-questions] PdfPTable Header Height (and question about submitting patches)

2009-04-22 Thread Sam Gibson
t a patch, nothing on the website has any info, so I thought I'd try the mailing list. Please see attached for the patch. Thanks, Sam Gibson Index: core/com/lowagie/text/pdf/PdfPTable.java === --- core/com/lowagie/text/pdf/Pd

Re: [iText-questions] Question about transforms and positioning.

2008-07-25 Thread Sam Gibson
> table.writeSelectedRows(0, -1, 20 * 0.3f, PageSize.A4.getHeight() * > 0.85f * 0.3f, cb); Sorry, you actually have to divide, not multiply. My mistake. Sam Gibson - This SF.Net email is sponsored by the Moblin You

Re: [iText-questions] Question about transforms and positioning.

2008-07-25 Thread Sam Gibson
anvas, not just to the table, so your cartesian coordinate system is now different. You have to transform any x/y absolute positions to be relative to the new transformed canvas. e.g. table.writeSelectedRows(0, -1, 20 * 0.3f

Re: [iText-questions] Annotations (Anchors) and transformations

2008-07-23 Thread Sam Gibson
rite, how can I correctly position those anchors? Sam Gibson - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Gran

[iText-questions] Annotations (Anchors) and transformations

2008-07-23 Thread Sam Gibson
able.TEXTCANVAS].rectangle(rect); The rectangle draws in the correct location, but the annotation region is off somewhere else on the page. Is this a known bug? Is there a way of making annotations respect the transformation matrix? Than

[iText-questions] Alternating PdfPTable row backgrounds and splitting columns over pages

2008-07-21 Thread Sam Gibson
ver, when the table is split, tableLayout() never seems to get called. iText version is from SVN trunk about a week ago. Any thoughts? Is there a different event hook I need to use? Thanks, Sam Gibson p.s. I already bought Bruno's book, and have looked thr

[iText-questions] Trimming Image Overflow (ColumnText?)

2007-03-27 Thread Sam Gibson
y - height)); So, I guess I have two related questions: 1) Is what I want to do possible? 3) How? ;-) Thanks, Sam Gibson - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and