[iText-questions] PostScript files with Fonts

2005-07-28 Thread Daniel Frey
Hello   I would like to embed a simple PostScript Logo into a PDF using iText. Works fine so far except that:   1. The EPSF with a bounding box of 0 0 200 200 pixels is displayed at tha bottom of the first A4 page (as mentioned in another posting too). 2. The fonts defined in the EPSF are n

[iText-questions] (no subject)

2005-07-28 Thread Jeremy Nix
OK. Acrobat's built-in functionality or something else? [Jeremy Nix] Acrobat's built-in It is the way that iText works - there is ABSOLUTELY NOTHING wrong with it. [Jeremy Nix] Okay, didn't realize this. BUT their stuff ends up in the "Contents" area - the sizes

Re: [iText-questions] (no subject)

2005-07-28 Thread Leonard Rosenthol
At 01:40 PM 7/28/2005, Jeremy Nix wrote: I'm using PDF optimization software with the template itself to reduce the size of the pdf before form flattening. OK.   Acrobat's built-in functionality or something else? As for the "X Object Forms", is this section required?  It i

[iText-questions] (no subject)

2005-07-28 Thread Jeremy Nix
I'm using PDF optimization software with the template itself to reduce the size of the pdf before form flattening. As for the "X Object Forms", is this section required?  The reason I ask is because the current software we are using to perform the form flattening (ActivePDF) does not end up

Re: [iText-questions] iText RTF in word 6 (os/2 or windows 3.1)

2005-07-28 Thread Mark Hall
On Wednesday 27 July 2005 13:37, Jose Hurtado wrote: > Well, I'm using iText for generating RTF file and it works fine. However, > when I tried to see these RTFs in word 6 (os/2 and Windows 3.1) I'm having > problems with special characters (for example, umlauts ä), it appears ?. I > think that's b

Re: [iText-questions] Images problem

2005-07-28 Thread Paulo Soares
If that's the case, post the code and the files needed to reproduce the problem. - Original Message - From: "Malgosia Green" <[EMAIL PROTECTED]> To: Sent: Thursday, July 28, 2005 5:15 PM Subject: Re: [iText-questions] Images problem > Thanks for your response! > > The image is definite

Re: [iText-questions] Images problem

2005-07-28 Thread Malgosia Green
Thanks for your response! The image is definitely not bigger than the page (it's 100x100 pixels). There are several images on the page and it's just the last one that gets lost if it happens to be close to the bottom. If the text fills up the entire page then sometimes the image at the bo

Re: [iText-questions] IBM AS/400. AFPDS Spool files

2005-07-28 Thread Franco Biaggi
Hi, shure not, you could use the PrintServer option to generate the pdf's. [EMAIL PROTECTED] wrote: >Hi, > >Anyone knows if iText software be able to retrieve an *AFPDS spool file >from IBM AS/400? >Thanks. > >Jordi Carreras. >Girona (Spain) > > > > >--

Re: [iText-questions] Images problem

2005-07-28 Thread Paulo Soares
If the image is bigger than the the page it's lost. To keep the text-image sequence call PdfWriter.setStrictImageSequence(true). - Original Message - From: "Malgosia Green" <[EMAIL PROTECTED]> To: Sent: Thursday, July 28, 2005 4:37 PM Subject: [iText-questions] Images problem > Hi, > >

[iText-questions] IBM AS/400. AFPDS Spool files

2005-07-28 Thread JCarreras
Hi, Anyone knows if iText software be able to retrieve an *AFPDS spool file from IBM AS/400? Thanks. Jordi Carreras. Girona (Spain) --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco,

[iText-questions] Re: Using PdfWriter.fitsPage() On PdfPTable To Recreate Table.setTableFitsPage()

2005-07-28 Thread Paulo Soares
Your code doesn't make sense. The idea is to check the size and when the limit is reached delete the last row and add the table. You check things but when the limit is reached you go to the next page and forget about the table. - Original Message - From: "Ogags Kayo" <[EMAIL PROTECTED]> T

Re: [iText-questions] Bug with MultiColumnText and ByteArrayOutputStream?

2005-07-28 Thread Paulo Soares
MultiColumnText doesn't support multiple writers. The first writer consumes all the text and nothing is left for the second writer. - Original Message - From: "Daniel Frey" <[EMAIL PROTECTED]> To: Sent: Thursday, July 28, 2005 11:24 AM Subject: [iText-questions] Bug with MultiColumnText

Re: [iText-questions] problem with tables and wrap

2005-07-28 Thread Paulo Soares
Use a PdfPTable. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, July 28, 2005 1:09 PM Subject: [iText-questions] problem with tables and wrap Hi everyone, In my project i encountered a problem with tables that wrap around a page. If I render another table on the ne

[iText-questions] Images problem

2005-07-28 Thread Malgosia Green
Hi, I'm having problems with disappearing images when creating pdfs. I can get images to show up just fine, except if the image happens to be at the bottom of the pdf page. Specifically, if the image does not fit on the page and a new page needs to be created. Furthermore, if text fill

Re: [iText-questions] Reducing file size of a PDF Stamped document

2005-07-28 Thread Leonard Rosenthol
At 11:02 AM 7/28/2005, Jeremy Nix wrote: I'm using Acrobat 6 to audit the space used in the various pieces of both my pdf form template and my stampled pdf document. I'm trying to figure out ways of reducing my stamped file size. What about using PDF optimization/compression software

[iText-questions] Reducing file size of a PDF Stamped document

2005-07-28 Thread Jeremy Nix
Title: Reducing file size of a PDF Stamped document I'm using Acrobat 6 to audit the space used in the various pieces of both my pdf form template and my stampled pdf document.  I'm trying to figure out ways of reducing my stamped file size.  After analyzing the audit information (listed belo

[iText-questions] problem with tables and wrap

2005-07-28 Thread matthias.schmidt
Hi everyone, In my project i encountered a problem with tables that wrap around a page. If I render another table on the next page the header text and the header border lines are not synchron (see the attached example). Here is the source code, that produces the example: Document pReportDoc =

[iText-questions] Using PdfWriter.fitsPage() On PdfPTable To Recreate Table.setTableFitsPage()

2005-07-28 Thread Ogags Kayo
Hi Paulo, I am trying to create a PdfPTable with some text above the table. Unfortunately, when I run the code, it didn't shows what I expected. The table below the text "Header" should fit in a page with the necessary number of rows per page. Unfortunately, the text "Header" solely written in t

Re: [iText-questions] Possible bug in PdfDate?

2005-07-28 Thread Paulo Soares
You're right, that's a bug. The DST should be included in the timezone. The fix is in the CVS. - Original Message - From: "Mark Nelson" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 27, 2005 9:01 PM Subject: [iText-questions] Possible bug in PdfDate? > Hello- > > I believe there may b

Re: [iText-questions] Removing background color in checkboxes

2005-07-28 Thread Paulo Soares
To remove the background in a checkbox you'll need to recreate the checkbox. - Original Message - From: "Rosie Briggs" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 27, 2005 6:54 PM Subject: [iText-questions] Removing background color in checkboxes Dear iText developers: I have bee

[iText-questions] Bug with MultiColumnText and ByteArrayOutputStream?

2005-07-28 Thread Daniel Frey
Hello   I am new to iText and find it is a great product. Thanks to all those helping to develop it!   I have come across a problem, which might turn out to be a bug (in my code or in iTexts). Consider the following code:   final Document doc = new Document(PageSize.A4);final OutputStream s

Re: [iText-questions] Can itext generate html which contain form?

2005-07-28 Thread bruno
No, the HtmlWriter in iText doesn't support any form object. The only way you could add things like "" is to add the above String immediately to the HtmlWriter object. HtmlWriter html = HtmlWriter.getInstance(..., ...); ... html.add(""); It's a hack, I realize it's not very elegant. br, Bruno ---

[iText-questions] Can itext generate html which contain form?

2005-07-28 Thread Zoe Zhao
same as the title.   if the answer is yes , how to do ?   thank you.__赶快注册雅虎超大容量免费邮箱?http://cn.mail.yahoo.com