Re: [iText-questions] cyrillic characters overlapping

2006-01-18 Thread Kieran
x27;m just curious Thanks Kieran bruno <[EMAIL PROTECTED]> 17/01/2006 11:45 To [EMAIL PROTECTED], "'itext-questions@lists.sourceforge.net'" cc Subject Re: [iText-questions] cyrillic characters overlapping [EMAIL PROTECTED] wrote: > > Ah

[iText-questions] cyrillic characters overlapping

2006-01-16 Thread Kieran Metcalfe
 г  а  н  т  ю  б  е  15", norm)); pdf.close(); I guessing/hoping it's to with how I've set up the encodings etc. Any help would be greatly appreciated Many thanks Kieran  

Re: [iText-questions] Nested Table Question

2005-01-19 Thread Kieran
Hi You'd probably need to use a table event His lets you see where the table is being placed, and draw lines around the outside as required. http://www.lowagie.com/iText/tutorial/ch12.html#eventtable HTH Kiers "Scott Purcell" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 18/01/2005 22:

[iText-questions] last page?

2005-01-17 Thread Kieran Metcalfe
o account in fitsOnPage? Any ideas would be gratefully received. Best regards Kieran --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE --

Re: [iText-questions] New tutorial on how to sign a pdf

2004-09-01 Thread Kieran Metcalfe
Thanks Paulo, I appreciate that. Regards Kieran "Paulo Soares" <[EMAIL PROTECTED]

[iText-questions] encryption/signing

2004-08-27 Thread Kieran Metcalfe
ields in the PDF to write into? I'm a little new at this, so I may be way off base. Any examples/links/simple overviews woudl be much appreciated. Best Regards Kieran Metcalfe Senior Software Developer (Embedded image moved to file: pic19169.gif) http://www.generation10.net Office Phone N

Re: [iText-questions] Vertical text in PdfPCell

2004-08-23 Thread Kieran Metcalfe
nd I've not tried it. Let me know if it helps. Regards Kieran Kieran Metcalfe Senior Software Developer (Embedded image moved to file: pic06334.gif) http://www.generation10.net Office Phone Number: +44 151 255 1160 Cell Phone Number: +44 774

Re: [iText-questions] alignment cells

2004-08-20 Thread Kieran
Hi You use: Cell.setHorizontalAlignment(Element.ALIGN_LEFT) or similar - this is the same for "Cell" and "PdfPCell" objects HTH Kiers "arne anka" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 19/08/2004 13:33 To [EMAIL PROTECTED] cc Subject [iText-questions] alignment cells

Re: [iText-questions] Relation between(x,y)normal coordinates and pdf coordinates

2004-08-19 Thread Kieran Metcalfe
Hi http://www.lowagie.com/iText/tutorial/ch10.html >From the tutorial - on absolute positioning HTH Kiers Meghal Donde <[EMAIL PROTECTED

Re: [iText-questions] make pdf bookmarks

2004-08-19 Thread Kieran Metcalfe
In short, yes it is. If you create "Chapters" (and I think Sections too) they appear as bookmarks. I think that it is also possible to create bookmarks directly at what ever point you require. However, I've not done it myself, so I can't say how. If you find the mailing list archive on sour

RE: [iText-questions] cannot find my directory and file ???

2004-08-18 Thread Kieran
Are you getting a "Cannot find file" exception? This can be caused by the file being locked (i.e. open in acrobat) Just a thought Kiers "Dayal Murukutla" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 18/08/2004 15:07 To "'Joerg Fischer'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc

Re: [iText-questions] organizations using iText in test / production environment

2004-08-14 Thread Kieran
What details do you need? Kiers "Kanagasabapathy, Augustine (Cognizant)" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 14/08/2004 08:01 To <[EMAIL PROTECTED]> cc Subject [iText-questions] organizations using iText in test / production environment Hi  We are planning to us

Re: [iText-questions] add footer table only at the bottom of last page

2004-08-12 Thread Kieran
Try something like: Use onEndPage to add the footer - you'll need to use PdfPTable.writeSelectedRows() This call can be made to only execute on the last page by setting a flag after you write the last element to the pdfDoc. i.e., if the last thing you right is a signature Phrase, then pdfDoc.ad

Re: [iText-questions] Send a pdf to the default printer

2004-08-11 Thread Kieran
Not sure, I'm afraid. I didn't think of that. I've copied the list in on the reply to see if anyone else has an idea. Sorry Kieran "Alex Talbott" <[EMAIL PROTECTED]> 11/08/2004 14:31 To <[EMAIL PROTECTED]> cc Subject Re: [iText-questio

Re: [iText-questions] Send a pdf to the default printer

2004-08-11 Thread Kieran
If you're using acrobat then I think you open reader using: acrord32.exe /p /h file.pdf "Alex Talbott" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/08/2004 13:27 To <[EMAIL PROTECTED]> cc Subject [iText-questions] Send a pdf to the default printer Is it possible to s

Re: [iText-questions] Adding a graphic to a cell in a table

2004-08-09 Thread Kieran Metcalfe
Can't you also do it using a PdfPCellEvent handler, and drawing on the linecanvas? Regards Kieran Metcalfe "Paulo Soares"

Fw: [iText-questions] Reserve space for page header

2004-08-02 Thread Kieran Metcalfe
, and sets the width of them When a document is created, the margins are set, using calls to the letterhead object which return the heights of the tables. Pretty basic really. Cheers Kieran - Forwarded by Kieran Metcalfe/g10 on 02/08/

[iText-questions] Reserve space for page header

2004-08-02 Thread Kieran Metcalfe
that the different header tables will be different sizes. I'd like the system to be able to interrogate the letterhead to ask how much space it needs, and then I can place the other objects after that. I'd appreciate any feedback at all. Thanks Kieran Metcalfe -

RE: [iText-questions] UnsupportedEncodingException

2003-06-04 Thread Kieran Metcalfe
(that's the nature of the error - I can't reproduce it!) Any thoughts? Kieran |-+> | | Paulo Soares | | | <[EMAIL PROTECTED]| | | .pt> | | |

RE: [iText-questions] UnsupportedEncodingException

2003-06-04 Thread Kieran Metcalfe
Paulo Thanks again. If the exception is caused by the user not having that setup, is there anyway I change it to something else? or do I need to change the source code? THanks Kieran |-+---> | | Paulo Soa

RE: [iText-questions] UnsupportedEncodingException

2003-06-04 Thread Kieran Metcalfe
Paulo, thanks for that - how do I give it UnicodeBig? Regards Kieran >Apparently the JVM doesn't have any decent encoding support. The first fail >is because it doesn't have UnicodeBig. The second one depends on what >encoding is used for the font but it should work with

[iText-questions] UnsupportedEncodingException

2003-06-04 Thread Kieran Metcalfe
ne of the two exceptions below. I realise it's an older version, but if anyone could point me in the right direction, I'd really appreciate it. Thanks in advance. Kieran Metcalfe Stack Traces: == 1) UnsupportedEncodingException java.io.UnsupportedE