Re: [iText-questions] Change encoding of font

2007-04-16 Thread Avadhut Karambelkar
HI all I have also the problem of font I have following HTML text in file which I am trying to convert in PDF But it doesn't work out can u help me PLZ Ą Ē Ģ Ī Ĩ Ķ § Ļ Đ š Ŧ ­ Ū Ŋ ° ą ē ģ ī ĩ ķ · ļ đ ŧ ― ū ŋ Ā á â ã ä å æ Į Č é Ę ë Ė í î ï ð Ņ Ō ó ô õ ö Ũ ø Ų ú û ü ý þ ß ā ã ä å æ į č é ę ë ė í

Re: [iText-questions] iText on the mainframe - memory leak?

2007-04-16 Thread Paulo Soares
GlyphList creates once two static final HashMap with about 4000 elements each mapping names to chars and vice-versa. Each char is one char long and each name has on average 4 characters. The same name/char object is shared in both HashMap. I don't see how you could have an out of memory with thi

[iText-questions] iText on the mainframe - memory leak?

2007-04-16 Thread Andrew Joseph
Hello, I was trying to compile and execute the "hello world" sample program from your tutorials on the mainframe. And the Java program kept abending. Because the same program ran sucessfully on windows, I contacted IBM and this is what their Java support wrote back. Since I am a mainframmer with

[iText-questions] DO_NOT_SCROLL TextFields

2007-04-16 Thread Craig
Is there a way that I can retrieve the Text Fields of a pre-existing PDF and use iText to add the DO_NOT_SCROLL property to them. I see examples that work when creating new text fields, but I need to manipulate a text field that's already been created. Thanks, --

[iText-questions] Barcode Image (page x of y)

2007-04-16 Thread Mitch Freed
I have a question about rendering the text "page x of y" in a barcode image (where x is the current page number and y is the total number of pages). Currently I use page events and templates to handle the "page x of y" issue (In say a footer as suggested in the iText examples), but I don't see how

[iText-questions] iText PDF object question

2007-04-16 Thread Martin Beaudet
Hi, Is there a way to create a 3D Object when creating a PDF document with iText ? Thanks _ Soyez parmi les premiers à essayer Windows Live Mail. http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d--

Re: [iText-questions] [iText-Questions] Document : new page not wanted

2007-04-16 Thread Vincent CAURIER
Ok, but I can't use ColumnText because it's not considered as a container. It seems I'm trying to catch my own tail... Thanks, Vincent CAURIER 2007/4/16, Paulo Soares <[EMAIL PROTECTED]>: getVerticalPosition() is not reliable. If you require precise layout place you objects at absolute posit

Re: [iText-questions] Text not showing up on mac

2007-04-16 Thread Alexis Pigeon
Hi Alexander, On 16/04/07, Alexander Anikul <[EMAIL PROTECTED]> wrote: > My pdf's show up on Linux and print fine as well. However, on the mac, no text > shows up at all. Any ideas? Thanks for your help :) Are you sure no fonts are missing on your Mac? Does the faulty pdf display correctly on you

Re: [iText-questions] Text not showing up on mac

2007-04-16 Thread Paulo Soares
Looking at the PDF would help. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alexander Anikul > Sent: Monday, April 16, 2007 4:31 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Text not showing up on mac >

Re: [iText-questions] Text not showing up on mac

2007-04-16 Thread Udo Rader
On Mon, 2007-04-16 at 15:31 +, Alexander Anikul wrote: > My pdf's show up on Linux and print fine as well. However, on the mac, no text > shows up at all. Any ideas? Thanks for your help :) are the used fonts embedded or available on all involved platforms? -- Udo Rader bestsolution.at EDV

[iText-questions] Text not showing up on mac

2007-04-16 Thread Alexander Anikul
My pdf's show up on Linux and print fine as well. However, on the mac, no text shows up at all. Any ideas? Thanks for your help :) - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of D

Re: [iText-questions] [iText-Questions] Document : new page not wanted

2007-04-16 Thread Paulo Soares
getVerticalPosition() is not reliable. If you require precise layout place you objects at absolute positions using ColumnText, for example. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Vincent CAURIER > Sent: Monday, April 16, 2007 8:5

Re: [iText-questions] Change encoding of font

2007-04-16 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sascha Fuchs > Sent: Monday, April 16, 2007 10:09 AM > To: Post all your questions about iText here > Subject: [iText-questions] Change encoding of font > > Hello Paolo Soares, > > Hello all >

Re: [iText-questions] Reading a PDF via a ByteArrayOutputStream?

2007-04-16 Thread Mork Afur
Thanks very much for your follow up. B From: "Iliadis Yannis" <[EMAIL PROTECTED]> Reply-To: Post all your questions about iText here To: "Post all your questions about iText here" Subject: Re: [iText-questions] Reading a PDF via a ByteArrayOutputStream? Date: Mon, 16 Apr 2007 11:28:28 +03

Re: [iText-questions] Feature suggestion

2007-04-16 Thread Paulo Soares
That's a good idea, throwing exceptions can be time consuming. I think I'll put an extra parameter in BaseFont.createFont() to have it return null instead of throwing an exception. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David Thi

[iText-questions] Change encoding of font

2007-04-16 Thread Sascha Fuchs
Hello Paolo Soares, Hello all Thank you Paolo for your helping hint for reducing redundant font embedding with BaseFont.getDocumentFonts() and replace the FontFile2. It works well (font looks same even font is not installed on local computer) and reduces a lot of needed disk space (factor 10 o

Re: [iText-questions] Reading a PDF via a ByteArrayOutputStream?

2007-04-16 Thread Iliadis Yannis
Sorry for not making it clear in the first place. Yes I was referring to a client - server web application. We also use the same classes (Services) to create pdf's in a batch process (mainframe JCL) but there the final baos is written to a physical file which resides on the mainframe. These files

[iText-questions] [iText-Questions] Document : new page not wanted

2007-04-16 Thread Vincent CAURIER
Hi, I want to add 2 tables to my Document. I check if there is enough space before the bottom margin with writer.getVerticalPosition(true). The size of my table is 164 pixels. The bottom margin is 200 pixels. The cursor before I try to add my table is 385 pixels away from the bottom of the docume