[iText-questions] Re: ID tag issues

2006-02-18 Thread Bruno Lowagie
Larry Schmidlin wrote: When in doubt, go to the source. When in doubt, go to the PDF Reference ;-) I'm trying to create a service where I use iText to create PDFs, then I'm trying to use lulu.com as my printer. When I upload pdfs to lulu.com, they print fine. But when I try to download thei

Re: [iText-questions] FontFactory.getRegisteredFamilies()

2006-02-18 Thread Paulo Soares
Different applications look for fonts in different places and have special internal fonts. - Original Message - From: "ddccpp ..." <[EMAIL PROTECTED]> To: Sent: Saturday, February 18, 2006 10:24 AM Subject: [iText-questions] FontFactory.getRegisteredFamilies() Hello! I'am trying t

Re: [iText-questions] Help on contentbyte drawButton...

2006-02-18 Thread Paulo Soares
You can draw whatever you want. If you need a real form field button use PushbuttonField. - Original Message - From: "John Lazenby" <[EMAIL PROTECTED]> To: Sent: Saturday, February 18, 2006 10:02 AM Subject: [iText-questions] Help on contentbyte drawButton... Can anyone give me a c

[iText-questions] FontFactory.getRegisteredFamilies()

2006-02-18 Thread ddccpp ...
Hello! I'am trying to let the user select the font and style from a menu to generate a pdf file. I found a great fontchooser by the SUN. Then I read the tutorial by iText: http://itextdocs.lowagie.com/tutorial/fonts/getting/index.html#files The SUN's fontchooser uses a code like this:

[iText-questions] Help on contentbyte drawButton...

2006-02-18 Thread John Lazenby
Can anyone give me a clue how to change the colour of drawButton in a contentbyte? Basically, I'm loading a page, and attempting to add a button - which works great...But my client wants the colour changed of the button... can it be done? (please!)?? heres a code extract: PdfContentByte canvas;

Re: [iText-questions] How to write text on top of another object?

2006-02-18 Thread Paulo Soares
Your rectangle is a form field and will always come on top. You may remove it. - Original Message - From: "Csaba" <[EMAIL PROTECTED]> To: Sent: Friday, February 17, 2006 1:54 PM Subject: [iText-questions] How to write text on top of another object? Hello, I'm using an existing PDF

Re: [iText-questions] problem with MultiColumnText.nextColumn() & MultiColumnText.getCurrentColumn()

2006-02-18 Thread Paulo Soares
It should be: mct2.addElement(createSimplePdfPTable("Column 1", Color.lightGray, fontPlain)); document.add(mct2); mct2.nextColumn(); mct2.addElement(createSimplePdfPTable("Column 2", Color.lightGray, fontPlain)); document.add(mct2); - Original Message - From: "dimitri DARSEYNE" <[EM

Re: [iText-questions] XFA support in iText

2006-02-18 Thread Paulo Soares
I can't give you a date, maybe next month. The initial capabilities are very lowly, just field filling and export. No field creation or merging. - Original Message - From: "Sanjeev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Friday, February 17, 2006 2:03 PM Subject: [iText

Re: [iText-questions] Acroform Help

2006-02-18 Thread Paulo Soares
iText doesn't support Designer but you can create normal forms with Acrobat 7. - Original Message - From: "Vittorio Anselmi" <[EMAIL PROTECTED]> To: Sent: Friday, February 17, 2006 11:34 PM Subject: [iText-questions] Acroform Help Hi, is it possible to create an Acroformpdf with ado

[iText-questions] Acroform Help

2006-02-18 Thread Vittorio Anselmi
Hi, is it possible to create an Acroformpdf with adobe software?? I downloaded the tutorial and using "SimpleRegistrationForm.pdf" I can fill the field, but I need to create my own Form. I try to create it with Adobe Designer 7.0 and with the trial version of FormMax, but I cant they can't work (t