[iText-questions] fonts followup and table cell question

2005-05-06 Thread Justin Lee
I "fixed" my font problem by changing the actual font I was using. I switched to a slightly different font in the family of fonts I'm using and all is well (enough). But on another note, I'm have a cell split issue. I swear I've seen this asked/answered recently but I can't quite remember the so

RE: [iText-questions] control image embedding

2005-05-06 Thread Lucinda Zhu
I don't want to resize the image, but I want to remove the useless pixels according to the image resolution and its desired output size. Just like Paulo said I have to do this using JAI by myself. -Original Message- From: Bill Ensley [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 3:

Re: [iText-questions] problems mailing iText PDFs

2005-05-06 Thread Neil Poska
Right I can email the PDFs anywhere just fine. It has some relation to using the JavaMail API. When I attach the PDFs programmatically and send using JavaMail is when my problems occur. So... regular email iText PDF attachments are ok. JavaMail non-iText PDF attachments are ok. JavaMail

Re: [iText-questions] Using .fon file

2005-05-06 Thread Paulo Soares
.fon files are not supported. - Original Message - From: "Emile Hong" <[EMAIL PROTECTED]> To: Sent: Friday, May 06, 2005 4:35 PM Subject: [iText-questions] Using .fon file > Can I use a .fon file to display text in itext? I am using FontFactory.Register > () to register a .fon file. Th

Re: [iText-questions] loading fonts

2005-05-06 Thread Paulo Soares
Font loading is independent of jvm or awt. It's probably something else. Looking at the pdf might help. - Original Message - From: "Justin Lee" <[EMAIL PROTECTED]> To: Sent: Friday, May 06, 2005 9:31 PM Subject: [iText-questions] loading fonts > For some reason my font loading quit wor

Re: [iText-questions] Urgent Response please

2005-05-06 Thread Paulo Soares
http://itext.sourceforge.net/tutorial/objects/tables/pdfptable/index.html#memory - Original Message - From: "Jafarpisheh Mahine - SIST GYE" <[EMAIL PROTECTED]> To: Cc: "Carvajal Juan - SIST GYE" <[EMAIL PROTECTED]> Sent: Friday, May 06, 2005 5:35 PM Subject: [iText-questions] Urgent Resp

Re: [iText-questions] Extracting data from PDF file

2005-05-06 Thread Paulo Soares
Exactly what do you to do? - Original Message - From: "Mohan Subramaniam" <[EMAIL PROTECTED]> To: Sent: Friday, May 06, 2005 7:38 PM Subject: [iText-questions] Extracting data from PDF file > > Hi, > > I am new to itext and i was going through all documents in your > website. Actua

Re: [iText-questions] problems mailing iText PDFs

2005-05-06 Thread Paulo Soares
That a novelty. iText PDFs gets attached in the mailing list all the time and nobody ever complained. - Original Message - From: "Neil" <[EMAIL PROTECTED]> To: Sent: Friday, May 06, 2005 11:01 PM Subject: [iText-questions] problems mailing iText PDFs I apologize if this is a duplicate.

[iText-questions] problems emailing

2005-05-06 Thread neil
First: itext is amazing and has possibly saved my project. The problem is that when I use javamail to send the PDFs to customers, they always get tagged as 'malicious' by their virus scanners. Any other PDFs I try to send this way get through fine... only iText-generated PDFs get flagged. Has any

[iText-questions] Extracting data from PDF file

2005-05-06 Thread Mohan Subramaniam
Hi, I am new to itext and i was going through all documents in your website. Actually i am trying to extract images from the PDF file like extracting the first page (normally an image) from a PDF document. Is it possible to do that using itext because your documents says itext is used to cre

[iText-questions] Urgent Response please

2005-05-06 Thread Jafarpisheh Mahine - SIST GYE
Title: Urgent Response please Hello, please I need some urgent help, I am a java developer, and I am trying to generate a pdf that have to present the result of a query, when my query returns 500 records or 1000 records I don't have any problems, but, when my query with other params returns mo

[iText-questions] Using .fon file

2005-05-06 Thread Emile Hong
Can I use a .fon file to display text in itext? I am using FontFactory.Register () to register a .fon file. Then I get the font later using FontFactory.getFont (). However, it is failing in PdfContentByte setFontAndSize(), I believe may be the font.getBaseFont() returns null. Thanks Emile --

[iText-questions] HTML to PDF

2005-05-06 Thread John Tobias
Hello All, I would like to know if the IText API support the HTML to PDF conversion? For, example I have index.html then when I call IText API, it will convert html into a PDF file. Thanks, John --- This SF.Net email is sponsored by: NEC IT G

[iText-questions] problems mailing iText PDFs

2005-05-06 Thread Neil
I apologize if this is a duplicate. I posted this another way several hours ago, and I haven't seen it come through yet. When I use the JavaMail API to generate an email to send iText PDFs as attachments to my clients, they always get flagged as "malicious" by their email virus checkers and transf

[iText-questions] loading fonts

2005-05-06 Thread Justin Lee
For some reason my font loading quit working ... but only for one font. Now, I *did* update from 1.4.2_07 to 1.4.2_08 but I'm loading fonts by file path so I'm not sure that should matter, but I might as well mention it. All the other fonts seem to load just fine, but one particular font doesn't

RE: [iText-questions] Using shareware font generates licensing restrictions exception

2005-05-06 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sternbergh, Cornell > Sent: Friday, May 06, 2005 4:10 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Using shareware font generates > licensing restrictions exception

RE: [iText-questions] Hypernation

2005-05-06 Thread Paulo Soares
Steps to take: - hyph-tool code is not needed - get version itext-paulo-154 - create your hyphenation pattern as described in http://xml.apache.org/fop/hyphenation.html - put that xml file as a resource in the package com.lowagie.text.pdf.hyphenation.hyph - another option is to put the xml file in

[iText-questions] Using shareware font generates licensing restrictions exception

2005-05-06 Thread Sternbergh, Cornell
Good morning In my previous post, "Missing the hyphen question", I described our problem with a missing hyphen when we print to a certain device. One suggested fix was to "fully embed" the font, implying that the font was not a complete font, and the software converting the PDF for the printer wa

RE: [iText-questions] control image embedding

2005-05-06 Thread Paulo Soares
iText can't subset images. You can use JAI to do that. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Lucinda Zhu > Sent: Friday, May 06, 2005 7:00 AM > To: itext-questions@lists.sourceforge.net > Cc: Lucinda Zhu > Subject: [iText-questions] co

RE: [iText-questions] Annotation

2005-05-06 Thread Paulo Soares
Set it in the /DA key. Do a search for "createFreeText" in the mailing list and you'll find code examples and a couple of tips. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Todd Migliore > Sent: Friday, May 06, 2005 2:26 PM > To: itext-questi

RE: [iText-questions] control image embedding

2005-05-06 Thread Bill Ensley
>I am using iText to generate PDF. I want the size of the output PDF file can be as small as possible. I >want to know if iText would allow user to select the resolution and compression options of images to be >embedded into the document. If it is to be printed, users would select 300 DPI, if it is

Re: [iText-questions] Chunk background color for RtfWriter2 does not work

2005-05-06 Thread Mark Hall
On Friday 06 May 2005 14:31, [EMAIL PROTECTED] wrote: > Is this a known problem or limitation of RtfWriter2? This is a limitation of the RtfWriter2. I'll put it on my list of things to do. Greetings, Mark -- It is a hard matter, my fellow citizens, to argue with the belly, since it has no ears.

[iText-questions] Annotation

2005-05-06 Thread Todd Migliore
Anybody know how to progamatically set the font size on a free text annotation??   Thanks 

[iText-questions] Chunk background color for RtfWriter2 does not work

2005-05-06 Thread daniel.steinmann
I wanted to set the Chunk background color to 'Color.gray' while generating a RTF document with the RtfWriter2 of itext-1.3, but it did not work. Then I tried com.lowagie.examples.objects.chunk.Background with RtfWriter2, but the 'highlight' part does not work as well. Is this a known problem or

Re: [iText-questions] request of help

2005-05-06 Thread Leonard Rosenthol
At 06:24 AM 5/6/2005, Christian Iachini wrote: Is it possible using the Acrobat Javascript tool, to open a set internet window (i.e. 1x1) when a print of the pdf is done and close it when the pdf is closed? No. Leonard

[iText-questions] request of help

2005-05-06 Thread Christian Iachini
Hi. My name is Christian Iachini and I am a student. I am doing a research about tracking activities online and I hope you could help me with an issue. Is it possible using the Acrobat Javascript tool, to open a set internet window (i.e. 1x1) when a print of the pdf is done and close it when th

RE: [iText-questions] Hypernation

2005-05-06 Thread Paulo Soares
Steps to take: - hyph-tool code is not needed - get version itext-paulo-154 - create your hyphenation pattern as described in http://xml.apache.org/fop/hyphenation.html - put that xml file as a resource in the package com.lowagie.text.pdf.hyphenation.hyph - another option is to put the xml file in

[iText-questions] RtfWriter2 Update

2005-05-06 Thread Mark Hall
Hi The following bug has been fixed in the RtfWriter2: * Centre aligned tables were left aligned. This has one sideeffect and that is that the default behaviour of the RtfWriter2 for Tables has changed. Tables that have no alignment set explicitly were previously left aligned but are now cent

Re: [iText-questions] RTF Table Alignment.

2005-05-06 Thread Mark Hall
On Thursday 05 May 2005 23:52, Sean Shelby wrote: > Has anyone been able to do this, or is this a known bug. This was an unknown bug but is now a fixed bug. When the table centre alignment the rtf code for left alignment was actually emitted. I've fixed this bug in CVS. Greetings, Mark -- The U

RE: [iText-questions] Question

2005-05-06 Thread Paulo Soares
Printer yes, save no. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Vittal, Sreenivas > Sent: Friday, May 06, 2005 7:50 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Question > > Dear All, > > Can I disable the

[iText-questions] Question

2005-05-06 Thread Vittal, Sreenivas
Title: Question Dear All, Can I disable the printer button,save button etc security things using iText? With Best Regards Sreenivas Vittal

[iText-questions] RTF Table Alignment.

2005-05-06 Thread Sean Shelby
I'm trying to center an entire table in an RTF document.  The setAlignment() method doesn't seem to work.  I've also tried adding the table to a paragraph and setting the alignment on the paragraph.  I'm using iText 1.3 and RTFWriter2.  Here is a sample of the code I'm using:    Table someTable = n