[iText-questions] Can I have japanese chars in a Link (Annot)

2002-04-26 Thread B J
Hi,Thank you very much for your earlier prompt replies.If the target location of a link is a directory, the directory name has japanese characters. How do i write this in a PDF document in Annot paragraph ? Can you have fonts associated to the link or need only to write the target using escape sequ

[iText-questions] acroform in a table?

2002-04-26 Thread hong sun
Hi, Is that possible to put a form field in a table cell? It will be a great help for page layout. Thanks Hong Sun _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx _

[iText-questions] acroform in a table

2002-04-26 Thread hong sun
Hi, I am going to use acroform in my application. In order to allocate the form fields, May I put put each form field in a table cell? or any other way I can allocate it? Thanks Hong Sun _ Join the world’s largest e-mail servi

Re: [iText-questions] iText0.92

2002-04-26 Thread Bruno Lowagie
Quoting Matt Benson <[EMAIL PROTECTED]>: > The PDF AcroForm class looks really cool, Bruno. I > have two questions: > > Would not addHtmlPostButton() be better named > addHttpPostButon()? Yes, you're right, but I took HTML as opposed to XML or FDF (see the PDF Reference Manual). > In what i

[iText-questions] Putting other objects in a PdfContentByte

2002-04-26 Thread Ben Sinclair
Is there any way to put more than just text in a PdfContentByte? I want to locate more than just plain text. The problem I'm having is that I need to switch back and forth from locating absolutely to using the normal paragraphs and other features. I need to locate somewhere, then continue placing

Re: [iText-questions] HELP!! PDF/PS printing experts needed!!

2002-04-26 Thread Jared Ellson
Sorry, I forgot the watermark Also, it doesn't matter if it CCITT or not, as long as it prints Thanks! Jared Paulo Soares wrote: > I can't open itext.pdf in Acrobat 5.0 although I can do it in 4.0. The jpg > image in both is not the same. Send me all the files required to build the > p

Re: [iText-questions] iText0.92

2002-04-26 Thread Matt Benson
The PDF AcroForm class looks really cool, Bruno. I have two questions: Would not addHtmlPostButton() be better named addHttpPostButon()? In what instance might one want to use a PDF form over an HTML form? Thanks, Matt --- Bruno Lowagie <[EMAIL PROTECTED]> wrote: > Hello, > > I just relea

Re: [iText-questions] HELP!! PDF/PS printing experts needed!!

2002-04-26 Thread Jared Ellson
Hi Paulo! Thank you for your help with this. I have attached the an example tiff that we are converting. Also attached is the source file that is used to create the PDFs. The tiff image should be the same image in both files I sent you. The only differance is one has been run through Ghost Sc

RE: [iText-questions] Printing problrm

2002-04-26 Thread Paulo Soares
You are using a really old version of iText but that is not the problem. You used tabs in your text and tabs are not supported. Best Regards, Paulo Soares > -Original Message- > From: Arijit Ghosh [SMTP:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 13:15 > To: Paulo Soares > Subjec

RE: [iText-questions] PdfGraphics2D: how to get the text width

2002-04-26 Thread Paulo Soares
More work for the weekend... Best Regards, Paulo Soares > -Original Message- > From: Erwin Achermann [SMTP:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 13:58 > To: iText ML (E-Mail) > Subject: [iText-questions] PdfGraphics2D: how to get the text width > > Hi all, > > I am

[iText-questions] PdfGraphics2D: how to get the text width

2002-04-26 Thread Erwin Achermann
Hi all, I am using PdfGraphics2D in place of an old PrinterGraphics2D. In my code I have the following snippet: width = g2d.getFontMetrics().getStringBounds(txt, flushIndex, flushIndex + flushLen, g2d).getWidth(); to compute the horizontal extension of some string. This seems to be the culp

[iText-questions] iText0.92

2002-04-26 Thread Bruno Lowagie
Hello, I just released iText0.92. It fixes lots of Font-bugs and it adds a lot of nice AcroForms features: see for instance: http://www.lowagie.com/iText/examples/Chap13_form.pdf have a nice weekend, Bruno ___ iText-questions mailing list [EMAIL PROT

[iText-questions] Conversion from SVG to PDF

2002-04-26 Thread Paulo Soares
I did some experiments with the conversion using PdfGraphics2D with batik and csiro. After some modifications to PdfGraphics2D to fix the clipping coordinates I managed to do conversions that ranged from the excellent to I-can't-see-a-thing. If gradients where used the file size rocketed because t

RE: [iText-questions] Printing problrm

2002-04-26 Thread Paulo Soares
Post a working sample with the problem so that we can reproduce it. Best Regards, Paulo Soares > -Original Message- > From: Arijit Ghosh [SMTP:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 12:06 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Printing problrm > > At the

[iText-questions] Printing problrm

2002-04-26 Thread Arijit Ghosh
At the time of printing(Accrobat Reader 4 ok but more than that  problem) I am getting some extra character(When the new Section is added).Can any one tell what is the reason.   Arijit Ghosh System Analyst

RE: [iText-questions] HELP!! PDF/PS printing experts needed!!

2002-04-26 Thread Paulo Soares
I can't open itext.pdf in Acrobat 5.0 although I can do it in 4.0. The jpg image in both is not the same. Send me all the files required to build the pdf (and the code). By the way, if you use a CCITT image or transparency you need postscript level 3 to print it. Best Regards, Paulo Soares > ---

Re: [iText-questions] Version .91 vs. .81 issue

2002-04-26 Thread Bruno Lowagie
Quoting "Prohaska, Jennifer" <[EMAIL PROTECTED]>: > Hello - > > I created a PDF document with version .81 and everything worked fine. I > recently downloaded version .91 and attempted to create the same document. > The document created with .91 now has some major formatting problems (my > java

[iText-questions] EXtra Character at the time of printing

2002-04-26 Thread Arijit Ghosh
    I am using itx400.jar for java to pdf jeneration. At the time of on screen display it is ok. But at the printing time it shows some extra character in the printout.But if use Acrobat reader 4 it is ok. But problem start  with Accrobat 5 or above.   Can any one suggest me something.