[iText-questions] problem about versions of acrobat or internet explorer

2006-04-10 Thread aikawa kazuhiko
Hi    I use your itext product to generate pdf document , and found some problem about versions of acrobat or ie    I would like to tell you about some ploblem   I write a Servlet page (I copy some of your example code to test it) to generate pdf from web application, each time that user open url (

[iText-questions] Getting a border for each page

2006-04-10 Thread Shreekanth
Hi, Firstly, I am very happy to be using iText as a java library for genrating PDF. One of the requirements I have for PDF generation is to have a border for all my pages and all the content in each page should appear within this border I tried creating this border by using a Table and dumping a

Re: [iText-questions] logging cvs commit to mysql

2006-04-10 Thread Paulo Soares
I've no idea how to do that. Paulo - Original Message - From: "Carsten Hammer" <[EMAIL PROTECTED]> To: Sent: Monday, April 10, 2006 9:54 PM Subject: [iText-questions] logging cvs commit to mysql Hi Bruno, Paulo, could you change the cvs configuration to support commit logging to my

[iText-questions] logging cvs commit to mysql

2006-04-10 Thread Carsten Hammer
Hi Bruno, Paulo, could you change the cvs configuration to support commit logging to mysql? this page: http://cvs.sourceforge.net/query.py/itext/?repository=&branch=&directory=&file=&who=&sortby=date&hours=2 gives an error back for me (Can't connect to local MySQL server through socket '/var/

[iText-questions] Re: iText Version 1.3.6: Support for EPS-Images

2006-04-10 Thread Carsten Hammer
Hi Andre, the problem is a unsupported character in the postscript file. The postscript parser might have to be modified. Can you show us line 19 (column 137) in your eps file? Best regards, Carsten [EMAIL PROTECTED] schrieb: Hello! I use iText 1.3.6 and want to add an Image into my PDF. With

Re: [iText-questions] Question about Vertical Alignments inside ColumnText

2006-04-10 Thread Paulo Soares
Use a PdfPTable. - Original Message - From: "wang yun" <[EMAIL PROTECTED]> To: Sent: Monday, April 10, 2006 7:21 PM Subject: [iText-questions] Question about Vertical Alignments inside ColumnText Dear Support, I try to draw a text inside the center of a rectangle. I need vertical

Re: [iText-questions] Image appears 0.5cm off correct Y coordinate when printed

2006-04-10 Thread Paulo Soares
Check that you don't have a crop box in the page. - Original Message - From: "lloyd thompson" <[EMAIL PROTECTED]> To: Sent: Monday, April 10, 2006 6:44 PM Subject: [iText-questions] Image appears 0.5cm off correct Y coordinate when printed Hi, I'm creating a Class that will be

[iText-questions] Question about Vertical Alignments inside ColumnText

2006-04-10 Thread wang yun
Dear Support, I try to draw a text inside the center of a rectangle. I need vertical alignment. Element.ALIGN_MIDDLE doesn't work. Please advice. yun Here is the code: PdfReader reader = new PdfReader("old.pdf"); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream("new.pdf")); Pd

[iText-questions] Image appears 0.5cm off correct Y coordinate when printed

2006-04-10 Thread lloyd thompson
Hi,   I’m creating a Class that will be used to stamp headers, footers and barcodes on existing documents and to do this I intend to use a PDFStamper. I am aware that the (0,0) co-ordinate in I-Text is at the bottom left corner and so assuming I want to add a picture at X=10cm and Y=25cm

RE: [iText-questions] iText Version 1.3.6: Support for EPS-Images

2006-04-10 Thread Paulo Soares
The CVS has some fixes to the PS interpreter and it may, or may not, fix your problem. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, April 10, 2006 11:39 AM > To: itext-questions@lists.sourceforge.net

RE: [iText-questions] PdfStamper with Graphics2D using Unicode/Dingbats

2006-04-10 Thread Paulo Soares
Arabic is not supported unless you use createGraphicsShape. As for the symbols search the mailing list, it involves using the encoding "symbol" and "zapfdingbats" to make it work. Note that it won't work in jdk 1.5 as they changed the symbol font access. Paulo > -Original Message- > From:

RE: [iText-questions] iText Version 1.3.6: Support for EPS-Images

2006-04-10 Thread lorence
Hi Paulo! Thanks for your answer! I followed your advise and checked the project from cvs out. Unfortunately, the exception is thrown furthermore. So, your second guess ("or may not") became true. Anyone any other hint? -André > -Ursprüngliche Nachricht- > Von: Paulo Soares [mailto:

Ang. Re: [iText-questions] How to insert "formatted text" into PDF richtext fields?

2006-04-10 Thread daniel . lehtihet
Hi Bruno (and list), i have tried to follow your advice but i feel somewhat confused :-) I have a pdf, letter1.pdf, which contains a field (rtf-enabled). I find the fields position on the canvas, create a column text and add all of my HTML elements which i get from HTMLWorker.parseToList. The

Re: [iText-questions] How to insert "formatted text" into PDF richtext fields?

2006-04-10 Thread bruno
[EMAIL PROTECTED] wrote: It would be great if the HtmlParser class could take a "PdfContentByte" object (or a similar reference) where the content is a placeholder (instead of a whole "document" as it is now) to effectively position the html output generated from the parser into this specific

Re: [iText-questions] How to insert "formatted text" into PDF richtext fields?

2006-04-10 Thread daniel . lehtihet
>         Oh, you can do that too... > >         Just that the functionality for doing so is not currently in iText. > > >Leonard Ahh, i see :( Is this something one could wish for as a "feature request" from Bruno and Paolo? I have studied the example that Bruno pointed out before (how to get

[iText-questions] iText Version 1.3.6: Support for EPS-Images

2006-04-10 Thread lorence
Hello! I use iText 1.3.6 and want to add an Image into my PDF. With GIF or other graphic-formats, everything works fine. But when I want to add an EPS-Image, then I get the following exception: Code: Exception in thread "main" java.lang.Error: Invalid escape character at line 19 column 137.