RE: [iText-questions] why is PdfGraphics2D using cb.showText(s) instead of cb.showTextKerned(s) ?

2005-01-06 Thread Bill Ensley
Is there any way to make the AWT and PDF Spacing match closer? Bill Ensley Bear Printing -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paulo Soares Sent: Thursday, December 30, 2004 6:52 AM To: bodo teichmann; itext-questions@lists.sourceforge.net Subject:

[iText-questions] [RTF] Rotate cell content =?ISO-8859-15?Q?90=B0?=

2005-01-06 Thread Lorenz Maierhofer
Hi, I'm trying to write text in a table cell that is not left-to-right, but bottom-to-top orientated. Is this somehow possible with the RTF writers in iText? Thanks, Lorenz --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a

Re: [iText-questions] java.lang.NoSuchMethodError List

2005-01-06 Thread Paulo Soares
Compile your app again and see where it fails. - Original Message - From: "Shivakumar Paramasivam" <[EMAIL PROTECTED]> To: Sent: Thursday, January 06, 2005 6:32 PM Subject: [iText-questions] java.lang.NoSuchMethodError List > > Hi, > > When I tried to use the iText-1.1.1,

Re: [iText-questions] printing on a dot matrix

2005-01-06 Thread Paulo Soares
There's no solution. What is sent to the printer is an image. In the case of the notepad as it's only text, text is sent and it looks as good as the printer allows. - Original Message - From: "Eric Schneider" <[EMAIL PROTECTED]> To: Sent: Thursday, January 06, 2005 4:27 PM Subject: [iTex

Re: [iText-questions] how to get coordinates of paragraphs in the document object?

2005-01-06 Thread Paulo Soares
You need a ColumnText with Paragraph.setKeepTogether(). - Original Message - From: "Tomasz Tołwiński" <[EMAIL PROTECTED]> To: Sent: Thursday, January 06, 2005 2:46 PM Subject: [iText-questions] how to get coordinates of paragraphs in the document object? > Dear Paulo, > > I would like

Re: [iText-questions] Signing an empty signature field

2005-01-06 Thread Paulo Soares
What's the difference between that and creating a new invisible signature? - Original Message - From: "Wahaj" <[EMAIL PROTECTED]> To: Sent: Thursday, January 06, 2005 1:53 PM Subject: [iText-questions] Signing an empty signature field > Hi, > > I am trying to sign an empty signature f

[iText-questions] java.lang.NoSuchMethodError List

2005-01-06 Thread Shivakumar Paramasivam
Hi, When I tried to use the iText-1.1.1, I came across the following error. Could you please help me to resolve this problem. java.lang.NoSuchMethodError: com.lowagie.text.List.(ZF)V at com.magellan.PdfListItem.getListItems(PdfListItem.java:40) at com.magellan.PdfGen.addList(PdfGen.jav

RE: [iText-questions] iText dynamic pdf using http stream to IE6

2005-01-06 Thread Bill Ensley
I may have just been lucky due to my unique needs but I use a buffer page that writes itself based on the browser type (JSP) <% String user = request.getHeader("User-Agent"); if(user.indexOf("MSIE") != -1 && user.indexOf("Windows") != -1){ out.print(""); ou

[iText-questions] printing on a dot matrix

2005-01-06 Thread Eric Schneider
Hi, We've been using iText successfully for a couple of years now, but there is one issue that I've never been able to resolve. Has anyone had success making PDFs look good when printed on a dot matrix printer? One element of the system we're working has to print on 3 ply form paper. All we n

[iText-questions] how to get coordinates of paragraphs in the document object?

2005-01-06 Thread =?iso-8859-2?Q?Tomasz_To=B3wi=F1ski?=
Dear Paulo, I would like to have some influence on the formatting of the resulting PDF document as far as paragraphs are concerned. Specifically, I would like to make sure that if a paragraph takes too much space to fit entirely in one page, it will not be divided between pages. I want it to be

[iText-questions] Signing an empty signature field

2005-01-06 Thread Wahaj
Hi, I am trying to sign an empty signature field but it is not a visible signature field rather an invisible one. Can I do it using iText. Regards, Wahaj --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited e

[iText-questions] Re: Fwd: form filling with template extension

2005-01-06 Thread Bruno Lowagie
devanand jamisetti wrote: Hello Bruno, Attached are the files with modified1.pdf containing a short string and modified.pdf containing the long string. Rather than reducing the long string font and fitting it into the same text field, is it possible to fill the extra string into

[iText-questions] New release itext-paulo-148

2005-01-06 Thread Paulo Soares
Changes in itext-paulo-148 (2005-01-06) - new OCG layer interface with parent/child relationship, zoom, radio groups, etc. - fix in XfdfReader to close the file. All this at: http://itextpdf.sourceforge.net Best Regards, Paulo Soares -

Re: [iText-questions] iText dynamic pdf using http stream to IE6

2005-01-06 Thread Bruno
Quoting David Ewing <[EMAIL PROTECTED]>: > I actually have an answer instead of a question. Thanks for your very comprehensive answer. The different problems you tackled keep turning up on the mailing-list on a regular basis. In most cases people have to puzzle the answer together based on diffe

[iText-questions] RE: Question about iText!

2005-01-06 Thread Paulo Soares
You'll need to make the signature changes yourself. Change in PdfAcroForm (copy it to somewhere else): public PdfFormField addSignature(String name, float llx, float lly, float urx, float ury) { PdfFormField signature = PdfFormField.createSignature(writer);

[iText-questions] iText dynamic pdf using http stream to IE6

2005-01-06 Thread David Ewing
I actually have an answer instead of a question. I spent several hours on a problem, and tried to find the answer online and couldn't. So I thought I would write to the list with my answers. I was trying to create a servlet that would stream a pdf to Internet Explorer (IE6 on my PC). I was pos

[iText-questions] Doubt-iText

2005-01-06 Thread Nagaraj Palanichamy
Dear Sir, First of all i am very proud to say i am one of the User of iText product.Actually i want one feature for my project. That is , i have one keyword say "Hello world". It is present in my pdf file , 5th page(assumption).If i will pass this keyword from my java program, my