[iText-questions] stamped.java example /Merging PDF files

2004-01-05 Thread tom smith
Hi Everyone, I just started playing around with iText today, and used the setTextMatrix(int, int) and showText(String) methods to Stamp on exist pdf file as Paulo Soares's example showed, mostly it works fine, but there is a problem when I tried to stamp "Strings" to certain areas, somehow it does

[iText-questions] Need help with Adobe TextBox

2004-01-05 Thread garettDaBland
Greetings:   I am trying to interface with a vendors program, The vendor utilizes a PDF file with a Adobe Text Box, with a spacific name. I have searched for an example of how to create a Text Box, but have been unsuccessful. I have not found anything on a Text Box with in the IText Java doc

RE: [iText-questions] need help on character spacing

2004-01-05 Thread brain wave
Thankyou Sir, for your prompt reply. But I still have a question. I had used "Courier" outputFDF.setValue the spacing(1 character per cell) is maintained. (this was without flattening) However when i flatten the fields using pdf stamper and use form.setField the output is different(character spacin

[iText-questions] combining tif and html into pdf

2004-01-05 Thread Mel Seyle
I'm trying to write a combination of tif and html files out to pdf. It appears that when I write the html files out using the HtmlParser, my document object is closed. Is there a way to keep the document object open so I can continue writing to it, or an alternative method to accomplish this? T

[iText-questions] RE: iText licensing.

2004-01-05 Thread Paulo Soares
Title: RE: iText licensing. I'm against BSD, MIT or Apache licensing for iText. In practice this would mean that any improvements or bug fixing to the library wouldn't have to be reported. LGPL/MPL should be enough for any use of the library. Best Regards, Paulo Soares -Original Mes

RE: [iText-questions] need help on character spacing

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] need help on character spacing First of all, field flattening never changes the spacing. You should use a fixed width font like courier but hitting the right spot with fields is always a risk. There are other, more precise, ways to do it. Best Regards, Paulo Soa

RE: [iText-questions] Error in PdfStamper

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] Error in PdfStamper That's probably caused by a corrupted class file. Download iText again and the problem should go away. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Blake Dunn Sent: 

RE: [iText-questions] Merging PDF

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] Merging PDF Use PdfStamper. See the example stamped.java in itextpdf.sf.net. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Francis Leonard Sent:   Monday, January 05, 2004 15:50 To:

[iText-questions] Error in PdfStamper

2004-01-05 Thread Blake Dunn
Was curious if anyone else has seen/recieved this error. java.lang.VerifyError: (class: com/lowagie/text/pdf/PdfStamperImp, method: flatFields signature: ()V) Incompatible object argument for function call I have no idea how to get around this and have tried everything. The line that is creating

[iText-questions] need help on character spacing

2004-01-05 Thread brain wave
Hi,   I need to display 1 character per cell in my pdf form.I append a space after every character.This works fine if I dont flatten the fields.However the spacing between characters is not maintained if I flatten the fields.I need to flatten the fields since I am adding attachments and data to the

[iText-questions] Re: iText licensing.

2004-01-05 Thread Bruno Lowagie
Nikolaj Brinch Joergensen wrote: Hi Bruno, I'm wirting you to ask you a question about licensing of iText. Currently iText is licensed under LGPL anf MPL. I'm representing a company that is investigating using iText as the foundation for our PDF generation, and we are a little worried about inc

[iText-questions] Merging PDF

2004-01-05 Thread Francis Leonard
Title: Merging PDF Hi, I would like to know if it is possible to merge pdf files with itext ? In fact, I have a first pdf file ( back.pdf) and a second file (data.pdf). The thing I want to do is to take the first page of back.pdf and merge it with some of the pages of data.pdf, let's say od

[iText-questions] Merging PDF

2004-01-05 Thread Francis Leonard
Title: Merging PDF Hi, I would like to know if it is possible to merge pdf files with itext ? In fact, I have a first pdf file ( back.pdf) and a second file (data.pdf). The thing I want to do is to take the first page of back.pdf and merge it with some of the pages of data.pdf, let's say od

RE: [iText-questions] Embedding fonts

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] Embedding fonts For the moment it's not possible to do it but it's in my to-do list together with font merging and substitution. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Luke Chamber

[iText-questions] Embedding fonts with XML parsing

2004-01-05 Thread Thomas Toft Rokamp
Title: Embedding fonts with XML parsing Hi! I'm using the XML classes to parse XML and generate PDF with a tagmap. This works absolutely fine. Now I want to embed the fonts used in the PDF, but I can't find how to do it anywhere… Any suggestions? Med venlig hilsen/Kind regards Thomas

RE: [iText-questions] How to embed svg document in PDF

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] How to embed svg document in PDF     iText can read SVG with batik and maintain the vector and text characteristics of the original.     Use the following code as a start:     PdfContentByte cb = writer.getDirectContent();     Graphics2D g2 =

RE: [iText-questions] PDF: Table Borders

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] PDF: Table Borders You must also remove the borders from the cells. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Dunstall, Christopher Sent:   Sunday, January 04, 2004 22:26 To: [E

RE: [iText-questions] Spacing between blocks of text

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] Spacing between blocks of text Use a Paragraph with a single \u00a7 character and whatever leading you need to do the spacing. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Peter Kleczka

[iText-questions] document to ByteArray for javamail

2004-01-05 Thread Philippe Couas
Title: Message Hi,   I want sending a ByteArray to Javamail. How can i convert an Document to a ByteArray without physical file on disk ?   Thanks   Philippe   Philippe COUAS Responsable Développement INFODEV S.A.