[iText-questions] PDF Form support

2005-01-24 Thread Chris Laforet
Is there something that I am doing wrong or is this a bug? I am trying to fill in a form developed with Adobe Designer 7.0 (PDF version 1.6) and it is not working. What is interesting, printing out the names of the fields looks like this: Field is ¦  f o r m 1 [ 0 ].¦  # s u b f o r m [ 0 ].¦  p

Re: [iText-questions] [Fwd: XSL-FO and iText]

2005-01-24 Thread Peter B. West
Oops... there's been a name change. Peter B. West wrote: Bruno suggested I forward this to the list, so here it is. Original Message Subject: XSL-FO and iText Date: Sat, 15 Jan 2005 21:41:38 +1000 From: Peter B. West <[EMAIL PROTECTED]> To: Bruno Lowagie <[EMAIL PROTECTED]> Hello

[iText-questions] Justify only works for internal fonts

2005-01-24 Thread David Thielen
Hi; The following code writes justified text for BaseFont.TIMES_ROMAN but not for the Windows Times New Roman font any ideas? - thanks - dave cb.beginText(); // bf = BaseFont.createFont(BaseFont.TIMES_ROMAN, BaseFont.CP1252, BaseFont.NOT_EMBEDDED); bf = FontFactory.getFont

RE: [iText-questions] Possible to mix Spotcolors?

2005-01-24 Thread Leonard Rosenthol
At 03:57 PM 1/24/2005, Ross Presser wrote: Thanks for your reply. I'll continue doing my process first with one spotcolor, then the other. Beware that some preflight and other similar tools will consider that a violation and flag it. Also, as you noted, overprinting and knockout are pro

Re: [iText-questions] Possible to mix Spotcolors?

2005-01-24 Thread Leonard Rosenthol
At 01:12 PM 1/24/2005, Ross Presser wrote: I know it is possible to set the fillcolor to a specific mix of process colors: You are asking about spot colors in the title of the message, but then talking about (and exampling) process colors. Which are you interested in?? If I have

[iText-questions] about "making a student pass"

2005-01-24 Thread Stefano Lobrano
Hello, I'm facing a similar problem to that of Bruno: I have to print name, department and other data on some ID card. The card are already printed, so I just have to accurately position the fields. I've no deep knowledge of java or iText, but looking around this seemed a good solution. Can you

[iText-questions] Printing itext PDF's in an iframe with Reader 7

2005-01-24 Thread Matt DeMougin
In version 6.0 of Adobe Reader we could print the PDF's from an iframe using simple javascript .print() calls. In version 7 this is no longer possible. In some cases we are able to add the printDialog PDFAction to the document to allow it to print when it is opened. However, in many situations w

[iText-questions] Possible to mix Spotcolors?

2005-01-24 Thread Ross Presser
I know it is possible to set the fillcolor to a specific mix of process colors: cb.setCMYKColorFill(0, 255, 0, 255); If I have two spot colors defined, is it possible to set the fill color to a combination of the both of them? So far all I've been able to do is set it to one spotcolor, do the tex

RE: [iText-questions] [Fwd: XSL-FO and iText]

2005-01-24 Thread Paulo Soares
You'll have to try to see if it suits you. Use the version at http://itextpdf.sf.net as it has a fix for rotated fonts. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Peter B. West > Sent: Monday, January 24, 2005 3:25 PM > To: itext-questions@

[iText-questions] New release itext-paulo-150

2005-01-24 Thread Paulo Soares
Changes in itext-paulo-150 (2005-01-24) - fixed the reading of some field names - added the option "textfont" in AcroFields.setFieldProperty() to set a new font in a field. - added support for Type 1 fonts described by *.pfm. - fixed a bug in PdfGraphics2D with rotated fon

[iText-questions] [Fwd: XSL-FO and iText]

2005-01-24 Thread Peter B. West
Bruno suggested I forward this to the list, so here it is. Original Message Subject: XSL-FO and iText Date: Sat, 15 Jan 2005 21:41:38 +1000 From: Peter B. West <[EMAIL PROTECTED]> To: Bruno Lowagie <[EMAIL PROTECTED]> Hello Bruno, My name is Peter West. I am the initiator of proj

Re: [iText-questions] PdfPTable row control

2005-01-24 Thread Bruno Lowagie
ferari porsheh wrote: Thanks for timely reply I forgot to mention in a "page"! How can I control number of rows of a table in a single page? One solution is to use different tables for each page; however I would like to use one table, across the whole document and define number of rows per page.

Re: [iText-questions] background table with image

2005-01-24 Thread d3d3java
Ok sorry to post too early! I think I find a way with the CellEvents.java sample I will use this method: cell.setCellEvent(event); Hope this will help other! Message d'origine >De: [EMAIL PROTECTED] >A: itext-questions@lists.sourceforge.net >Sujet: [iText-questions] background table

RE: [iText-questions] Graphics2D and custom fonts

2005-01-24 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nederhof M.J. > Sent: Monday, January 24, 2005 11:39 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Graphics2D and custom fonts > >I wish to use Java's Graphics2D

Re: [iText-questions] PDFCopyFields with jdk1.3.1

2005-01-24 Thread postmaster
Paulo Soares wrote: <> That usually happens when you have more than one iText version in the classpath. I just had a similar problem with castor (castor.org). I only had 1 version of castor (1 downloaded castor.jar) in my classpath. My app couldn't 'see' some methods allthough the methods were ther

[iText-questions] background table with image

2005-01-24 Thread d3d3java
Hi all, First, thanks a lot people for itext, very great job! I'm looking for write text or nested tables in cell with an image in background! Do I need to use the layer functionality? What is the better way? Thanks in advance, - NetCo

[iText-questions] Graphics2D and custom fonts

2005-01-24 Thread Nederhof M.J.
I wish to use Java's Graphics2D to write Egyptian hieroglyphic text to a PDF file. (Because of the intricacies of this particular writing system, and because of the design of existing software, I see no straightforward way to avoid using Graphics2D.) I use iText to get from Graphics2D t

RE: [iText-questions] PDFCopyFields with jdk1.3.1

2005-01-24 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sivasubramanian Gurunathan > Sent: Monday, January 24, 2005 10:35 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDFCopyFields with jdk1.3.1 > > Note: I have tried wi

[iText-questions] PDFCopyFields with jdk1.3.1

2005-01-24 Thread Sivasubramanian Gurunathan
Hi, We have been using itext for quite a long. We were using itext1.0 version. We were using PDFCopy to merge pdfs, but while generating and merging the PDF's together, some of the fields are not recogonized in the javascript. In the itext site, it is recomended to use PDFCopyFields instead of PD

Re: [iText-questions] PdfPTable row control

2005-01-24 Thread Bruno Lowagie
ferari porsheh wrote: Hi I would know that if there is any way to specify number of rows in a PdfPTable. For adding? You have to calculate this yourself: number of columns you defined / number of cells you added. For printing? Read the tutorial: http://itext.sourceforge.net/tutorial/objects/table

[iText-questions] PdfPTable row control

2005-01-24 Thread ferari porsheh
Hi I would know that if there is any way to specify number of rows in a PdfPTable. Thanks Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term'

Re: [iText-questions] want to add text filed in table cell

2005-01-24 Thread postmaster
Sameer Kumar wrote: urgent need i want to add text filed,comboBox in the table cell. but this give me exception " that added object should be Elemet type" if any body use this plz send me hint's http://itext.sourceforge.net/examples/com/lowagie/examples/forms/SimpleRegistrationForm.ja

Re: [iText-questions] Problem while executing HelloWorld.java

2005-01-24 Thread Bruno Lowagie
Sunil Naik wrote: The problem may be very trivial but anyhelp will be greatly appreciated. It is. You don't have the path to HelloWorld.class in your CLASSPATH. See http://itext.sourceforge.net/tutorial/general/build.xml <-- you don't have the equivalent of this. ---