[iText-questions] Combining files & File Size

2011-02-09 Thread Talmage
I am combining 50+ different single page PDF files together that have been produced from various places (Excel, acrobat, word, etc). The files combine together no problem, the only issue is that the filesize is 10-11mb while if I combine the same set of files together using the acrobat tool the end

Re: [iText-questions] Actions do not work with translations.

2010-09-09 Thread Talmage
ot the same CTM active at the time that the annotations are added to the document. On Thu, Sep 9, 2010 at 2:11 PM, Talmage wrote: > I need to retain the scaling aspect, which works great for > tables/images in general. > > In order to work around this problem would it be safe to u

Re: [iText-questions] Actions do not work with translations.

2010-09-09 Thread Talmage
atient: Doctor, it hurts when I do this.  What should I do? > Doctor: Don't do that. > > > > --Mark Storer >  Senior Software Engineer >  Cardiff.com > > import legalese.Disclaimer; > Disclaimer DisCard = null; > > > >> -Original Message- &g

[iText-questions] Actions do not work with translations.

2010-09-09 Thread Talmage
I use transforms to scale tables to fit a page. This has worked great until now. If the contents of the table being scaled have actions associated with them they are not created. I have created a very simple code segment that demonstrates this below. If you set isMakeBroken to true then nothing

[iText-questions] Coordinate of lowest item/line/object on page.

2010-07-27 Thread Talmage
Is it possible to get the (X,Y) coordinate of the last graphic entry on a page? For example, say the last (that is farthest down the page) graphical object on a page is a line that represents the bottom of a table, is it possible to get the X,Y coordinate of this line? Or if the last graphical obj

Re: [iText-questions] Nested Table Height - Nested Table Expanding height to height of whole row.

2009-12-09 Thread Talmage
PM, 1T3XT info wrote: > Talmage wrote: >> I was wondering if I could get some help on this. Several hours of >> googling have not turned up any promising results. Anyone have any >> ideas? Is this not possible in itext? > > Well, it's 23:25 now, and I've been w

Re: [iText-questions] Nested Table Height - Nested Table Expanding height to height of whole row.

2009-12-09 Thread Talmage
I was wondering if I could get some help on this. Several hours of googling have not turned up any promising results. Anyone have any ideas? Is this not possible in itext? On Tue, Dec 8, 2009 at 3:22 PM, Talmage wrote: > How do I make it so nested tables do not expand to the height of the >

[iText-questions] Nested Table Height - Nested Table Expanding height to height of whole row.

2009-12-08 Thread Talmage
How do I make it so nested tables do not expand to the height of the cell they are contained in, but instead use the height of their contents? In the below code the cell with the background color of red and the text "One" in it is expanded so the red fills the same height as the two tables with tw

[iText-questions] Confusing behavior of Font.setStyle() method

2008-11-20 Thread Talmage
Is there a reason the setStyle method of the font class does a logical OR operation with the parameter passed? From: http://itext.svn.sourceforge.net/viewvc/itext/trunk/src/core/com/lowagie/text/Font.java?revision=3373 public void setStyle(int style) { if (this.style == UNDEFINED)

Re: [iText-questions] iText & multithreading delays

2008-08-04 Thread Talmage
You mentioned that you replaced the iText code with some simple file IO. Have you tried replacing that with a set of Objects that call New() several hundred (thousand?) times to emulate what is likely going on behind the scenes in the iText library? I do not claim to be an expert on the Jvm or iTe

[iText-questions] Question about transforms and positioning.

2008-07-25 Thread Talmage
I am working on understanding the workings behind the Transform on the content byte class and affine transforms. I have the iText book and have also been trying to read the online docs about how transforms work. I find myself lost as algebra classes are long past (and yes, my former teachers are la