Re: [iText-questions] Setting Font Width Tables.

2003-12-18 Thread Leonard Rosenthol
At 11:06 AM -0700 12/18/03, Jerold Sampson wrote: Are there known restrictions in this function? For example, I am trying to override the widths of an embedded TT fonts. NO! Do NOT do this, all hell will break loose - or at least you will NOT get the results you expect If you want cus

[iText-questions] Setting Font Width Tables.

2003-12-18 Thread Jerold Sampson
I have tried to set the width tables as shown in the example. However the function does not appear to work in all cases. Are there known restrictions in this function? For example, I am trying to override the widths of an embedded TT fonts. In one case that does not seem to work it is the unicode f

[iText-questions] Form button's Values

2003-12-18 Thread wang yun
Dear Paulo, Thank you very much for your help. I have another question on how to get Button's Values. For example, 1. For One Choice button, how can I get the two values for ON and OFF state? If two values are all null, do I just set null for off and "0" for on? 2. For Two Choices Buttons,

RE: [iText-questions] New pages in sections

2003-12-18 Thread Paulo Soares
Title: RE: [iText-questions] New pages in sections Chunk.setNewPage() -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Jass Sent:   Thursday, December 18, 2003 14:15 To: [EMAIL PROTECTED] Subject:    [iText-questions] New pages in section

RE: [iText-questions] Write rotated text in a Table

2003-12-18 Thread Paulo Soares
Title: RE: [iText-questions] Write rotated text in a Table -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Gianni Antini Sent:   Thursday, December 18, 2003 11:02 To: [EMAIL PROTECTED] Subject:    [iText-questions] Write rotated text in

RE: [iText-questions] Adding watermark to existing PDF

2003-12-18 Thread Paulo Soares
Title: RE: [iText-questions] Adding watermark to existing PDF -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Peter Kleczka Sent:   Thursday, December 18, 2003 12:31 To: [EMAIL PROTECTED] Subject:    [iText-questions] Adding watermark to

RE: [iText-questions] How can I change security permissions on existing pdf

2003-12-18 Thread Paulo Soares
Title: RE: [iText-questions] How can I change security permissions on existing pdf A missing document.close()? Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of george brown Sent:   Wednesday, December 17, 2003 23:18 To:

RE: [iText-questions] anyone know how to turn on the radio button print flag?

2003-12-18 Thread Paulo Soares
Title: RE: [iText-questions] anyone know how to turn on the radio button print flag? Have a look at the thread "[iText-questions] AroFields". Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of poon bob Sent:   Wednesday, D

[iText-questions] RE: Split and Bookmark

2003-12-18 Thread Paulo Soares
Title: RE: Split and Bookmark Bookmarks must be split separately. There are methods in SimpleBookmark to help with that. Best Regards, Paulo Soares -Original Message- From:   wang yun [SMTP:[EMAIL PROTECTED] Sent:   Wednesday, December 17, 2003 12:06 To: Paulo Soares Cc:   

RE: [iText-questions] Problems in Arabic Diactrics (tashkeel)

2003-12-18 Thread Paulo Soares
Title: RE: [iText-questions] Problems in Arabic Diactrics (tashkeel) The diacritics are being taken care of. What I found out was that some fonts, notably times and arial from win xp, treat them as spacing chars when they sould be non spacing. Quite curiosely, arial unicode works as expected.

[iText-questions] New pages in sections

2003-12-18 Thread Jass
Hello! I want to make a PDF document with sections. I have a root or starting section 1, and then I start adding sub-sections, like 1.1, 1.2, 1.2.1 etc. Finally I add the root or starting section to my document object. But what if I need to make a page break in section 1.2.1? There is no newPage(

[iText-questions] Write rotated text in a Table

2003-12-18 Thread Gianni Antini
Hello, I used PdfTemplate how i reported in table_template.java example but I used Table instead PdfPTable. I have found this problems: [1] When I put rotated text in Table the text exit from the cell. So I have used this code: Chunk ck = new Chunk( img, 0, -(float)(width * Math.sin(rotation)

[iText-questions] Adding watermark to existing PDF

2003-12-18 Thread Peter Kleczka
Hello I'm generating a PDF with Microsoft Word. The PDF has 2 inch margins on all four sides. At some point in the future, someone will supply me with content to put in the margins. I'm guessing the easiest way to do this would be to convert their content into a page-sized graphic and add it

[iText-questions] Bug with tables

2003-12-18 Thread Soutier Marius
Hi! I found strange behaviour at combinations of empty tables and drawing a line. When you execute the code below, you can see that on the first page the first phrase is written over the table. This problem exists only on the first page, on the following pages it works perfectly. Could you fix