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
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
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
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
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
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
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
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
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@
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
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
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.
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
> -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
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
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
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
> -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
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
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
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'
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
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.
---
23 matches
Mail list logo