[iText-questions] Character Spacing

2007-10-11 Thread viswagreypad
Hi , How can I increase space between characters of a word? My domain is .net With Regards, Viswa. -- View this message in context: http://www.nabble.com/Character-Spacing-tf4611667.html#a13169809 Sent from the iText - General mailing list archive at Nabble.com. -

[iText-questions] Output to ByteArray instead of File

2007-10-11 Thread Gaur, Nitin
Hi, I'm concatentaing more than one documents with forms like this... PdfCopyFields outputDocument = new PdfCopyFields(new FileOutputStream(outputFileFqName)); //Copy documents for(int i=0;i- This SF.

Re: [iText-questions] Urgetn help needed with simple question!

2007-10-11 Thread bleuciel musicien
Here is what I came up with : Note that I'm passing a TIFF document as byte[] and expecting a PDF document as byte[] My question is: Is this correct? Can I remove the formatting stuff in there? Thank you gurus for sharing your valuable and priceless insight! public byte[] convert(byte[] d

[iText-questions] Broken link on front page

2007-10-11 Thread Ryan McLoughlin
On http://www.lowagie.com/iText/docs.html there's a link to http://itextdocs.lowagie.com/downloads/docs.tar.gz which is broken. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problem

[iText-questions] Headers in iTextSharp

2007-10-11 Thread Manjula Surendra Babu
How do I add headers in a pdf document? Is it possible to have multiple headers in the same pdf document? Manjula Surendra Babu Product Engineer CoreObjects Phone: (80) 4178 9111 Fax: (80) 4178 9444 Email: [EMAIL PROTECTED] Website: www.coreobjects.com

Re: [iText-questions] Filling XFA forms, supported or not?

2007-10-11 Thread Ville Skyttä
On Tuesday 09 October 2007, Paulo Soares wrote: > Use only AcroFields. Call AcroFields.getFields() to get all the fields and > the field names. The field names will have the form "form1[0].address[0]" > but just using "address" should also work. If it still doesn't work, post a > link to the PDF an

Re: [iText-questions] Antwort: Re: Supported Barcode Types

2007-10-11 Thread Paulo Soares
That site only has generatities. This symbology will be an ISO standard and for the moment it is only available for the GS1 members. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, October 11, 2007 3:09

[iText-questions] Antwort: Re: Supported Barcode Types

2007-10-11 Thread daniel . schneller
> > Is there a way (or plans for a future version) to create > > barcodes of type "Databar" > > (formerly called RSS) with iText? > > If someone gets me the specification, maybe. > > Paulo Thanks for the quick response. As I have little experience with barcode printing (apart from calling a

Re: [iText-questions] Signing

2007-10-11 Thread Iliadis Yannis
If you want other people on the list to help you plz write in English. 2007/10/1, krazy smile <[EMAIL PROTECTED]>: > > Boas. > > Em primeiro lugar, parabens pela sua ferramenta que desconhecia, antes de > começar este novo projecto que tenho andado a fazer. > Mas tenho tido alguns problemas no que

Re: [iText-questions] Supported Barcode Types

2007-10-11 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, October 11, 2007 2:14 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Supported Barcode Types > > > Hi all! > > Is there a way (

[iText-questions] Supported Barcode Types

2007-10-11 Thread daniel . schneller
Hi all! Is there a way (or plans for a future version) to create barcodes of type "Databar" (formerly called RSS) with iText? I only found EAN, 2of5, Codabar etc. Thanks, Daniel -- IMPORTANT NOTICE: This email is confidential, may be legally privileged, and is for the intended recipient only

Re: [iText-questions] Urgetn help needed with simple question!

2007-10-11 Thread wasegraves
Please refrain shouting when you're admonishing someone for shouting. ;-) Cheers, Bill Segraves -- Original message from mister bean [EMAIL PROTECTED]: > If you need more help on this topic, please post full questions and avoid > that CAPS LOCK key. Both courtesies help us help you--

[iText-questions] Sun's Monospaced font does not work properly with AsianFontMapper

2007-10-11 Thread ask for
Please find the attached code, the "HWHW" does not properly render ! Thanks. import java.awt.Graphics2D; import java.io.FileOutputStream; import java.io.IOException; import com.lowagie.text.Document; import com.lowagie.text.DocumentException; import com.lowagie.text.Rectangle; import com.lowagie

[iText-questions] Itext question: Space between text lines

2007-10-11 Thread Branko J
Hello! I'm using iText about 2 month. Now i have one design problem. How can i change space between text lines. If i use font size smaller, than is also space between lines smaller. But i want this space minimized more. How can i do this? Thank you for answer. Best regard Branko ---

[iText-questions] Support for ZIP compression in the TiffCodec?

2007-10-11 Thread Thimo Seitz
Hi. I've just startet using the iText-Library for PDF-Generation and noticed that Zip Compression inside Tif-Images isn't supported. ImageMagick and Photoshop CS2 stores this with compression-type 8, which results in a Exception by using Image.getInstance(). --- Exception in thread "

Re: [iText-questions] OMR Marking

2007-10-11 Thread Manoj
Hi Paulo, Now i know how silly was i. This is pretty simple. On 10/5/07, Paulo Soares <[EMAIL PROTECTED]> wrote: > > Are you sure you know what you want to do? > > Paulo > > - Original Message - > From: "Manoj" <[EMAIL PROTECTED]> > To: "Post all your questions about iText here" > > Sen