Re: [iText-questions] remote goto without chunks

2003-07-29 Thread Paulo Soares
D]> Sent: Tuesday, July 29, 2003 3:53 Subject: Re: [iText-questions] remote goto without chunks > Is there a way to do it using the basic PdfContentByte.showTextAligned? > It > would be a big change in my code to switch the stuff in the url to > chunks. > > thanks - dave

Re: [iText-questions] remote goto without chunks

2003-07-28 Thread David Thielen
PROTECTED]>; "itext" <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 12:41 PM Subject: Re: [iText-questions] remote goto without chunks > It's possible but you don't have to it. Take a look at ColumnText.getWidth() > and ColumnText.showTextAligned() in itext-paulo-

Re: [iText-questions] remote goto without chunks

2003-07-28 Thread Paulo Soares
TED]> Sent: Monday, July 28, 2003 17:22 Subject: [iText-questions] remote goto without chunks > Hi; > > I am using just the basic iText and handling all positioning of text > myself. Therefore I am not using chunks. > > Is there a way to do remote goto's (ie

[iText-questions] remote goto without chunks

2003-07-28 Thread David Thielen
Hi;   I am using just the basic iText and handling all positioning of text myself. Therefore I am not using chunks.   Is there a way to do remote goto's (ie jump to a url) in this situation? If so, how?   thanks - dave