Not a problem, just repeat the procedure in the next page with same
ColumnText.
- Original Message -
From: "Bryan Thompson" <[EMAIL PROTECTED]>
To: "Paulo Soares" <[EMAIL PROTECTED]>
Sent: Wednesday, December 22, 2004 11:54 PM
Subject: Re: [iText-questions] New member intro/ColumnText que
It's the header/footer that overflows?
- Original Message -
From: "Bryan Thompson" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, December 22, 2004 10:25 PM
Subject: [iText-questions] New member intro/ColumnText question
> Hey everyone,
>
> I'm a new list user here, thought I'd say hi and i
Hey everyone,
I'm a new list user here, thought I'd say hi and introduce myself. My
name is Bryan Thompson, and I'm from the middle of Nebraska. I've been
working with Java for about 3 years now, and ColdFusion for 4 years.
Most of the java work I've done has been for a very intense, very coo
Although it is defined in the HTML specificaiotn, the entity " " is not
one of the standard
entities built into XML, so the parser won't handle it by default. I think you
need to add a custom
entity resolver to SaxMyHtmlHandler (or derive your own handler from it and
override the
resolveEntity
Hey here i am again..
html document has example .
or
SaxMyHtmlHandler is not parsing and is not generating PDF.
I feel it is taking it as element .
Can anyone suggest how to handle while parsing .
Thanks
regards
amit chwla
Disclaimer: 'This email and any files transmit
AcroFields.getField()
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Lonnie MkhizeSent: Wednesday, December 22, 2004 4:20
PMTo: itext-questions@lists.sourceforge.netSubject:
[iText-questions] How do deal with checkboxes
How do deal with checkboxes in
See the examples at http://itextpdf.sf.net.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of [EMAIL PROTECTED]
> Sent: Wednesday, December 22, 2004 2:58 PM
> To: itext-questions
> Subject: [iText-questions] How to create new form fields ,
> whil
Get the latest iText version.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of [EMAIL PROTECTED]
> Sent: Wednesday, December 22, 2004 3:07 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Compiling with JDK 1.3
>
>
>
How do deal with checkboxes in a pdf. If the pdf has been created and you need indicated that a checkbox has been checked, what object and method do you use in the iText library.[EMAIL PROTECTED] wrote:
Send iText-questions mailing list submissions toitext-questions@lists.sourceforge.netTo subscrib
Eric Anderson wrote:
I know it sounds like a cheap answer, but couldn't you just use the .net
component and expose that as a com object? Or use java api from your C++ app to
expose it?
The reason I suggest these cheap but simple ones, is the direct C# port of
iText. With all of the classes of the .
I've been trying to compile iText with JDK 1.3 (I need to) and get the
following error:
cannot resolve symbol
symbol : class CertPath
location: package cert
import java.security.cert.CertPath;
This message appears when I try to compile com.lowagie.text.pdf.PdfStamper
I looked into the 1.3 A
Hi,
I am creating a new pdf using itext .
Is there a way to create form fields , in predefined places , while
creating the new pdf ?
Everywhere I am seeingways of populating he form fields, but no one is
saying how to create new fields.
Any help will be appreciated.
Thanks,
Anitha.
--
At 09:37 AM 12/22/2004, Eric Anderson wrote:
I know it sounds like a cheap answer, but couldn't you just use the .net
component and expose that as a com object?
Not on OS platforms other than Windows ;).
Or use java api from your C++ app to expose it?
Yes.
Or use a techniqu
I know it sounds like a cheap answer, but couldn't you just use the .net
component and expose that as a com object? Or use java api from your C++ app to
expose it?
The reason I suggest these cheap but simple ones, is the direct C# port of
iText. With all of the classes of the .Net framework at the
Several suggestions - I can't tell from your code what the vertical alignment
is set to. Make sure
it isn't ALIGN_TOP :)
By default the leading will control the height of your cell. If you set
PdfPCell.setUseAscender(true), PdfPCell.setUseDescender(true), and
PdfPCell.setUseBorderPadding(true),
At 03:03 AM 12/22/2004, Bruno wrote:
> I discovered iText it's amazing !!!
> I'm a C++ developper for 7 years.
> I would like to offer some of my time to port iText in C++ .
> What do you think of this idea.
If you decide to do this, I'll be happy to help where I
can. I've been wanting a
Title: Nachricht
See the sources and adapt for your
needs.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Sent: Wednesday, December
22, 2004 11:46 AMTo: Paulo SoaresSubject: AW:
[iText-questions] adding an existing pdf-document
ok
thank you!
but
for both soluti
If you need to split columns you can't use auto-splitting. You are right
that you need to make your own calculations. Use table events for the
headers and footers.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Sam Coomar
> Sent: Tuesday, Decemb
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Wahaj
> Sent: Wednesday, December 22, 2004 7:05 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] setting text in signature appearance
>
> Hi,
>
> I have 3 questions:
>
> -Original Message-
> From: Wahaj [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 22, 2004 8:58 AM
> To: Paulo Soares; itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] finding page number of a
> signature field
>
> Hi,
>
> I have 2 signature fields in a p
Hi,
I have 2 signature fields in a pdf, one is signed and one is empty (Sign1,
Sign2). Using AcroFields.getSignatureNames() I can get the fields which are
already filled i.e. Sign1. To get the empty ones I called
AcroFields.getFields() which returned me the hashMap where keys are Sign1
and Sign2.
Hi,
I have 3 questions:
1) If we create a signed pdf document using iText samples and open it in
Adobe,
a text "Signature Not Verified" is shown on the top left, after verifying
successfully using Adobe the text becomes "Signature valid". This message
seems to be inserted by the iText API it self
Quoting Adam Smith <[EMAIL PROTECTED]>:
> I am using iText to create pdf reports in real-time for the company I work
> for... on the FAQ, I see that we need provide copyright and link to the
> iText website... where do I have to do this?
Copyright notices: somewhere in the comment section of y
Quoting Stephane Basile <[EMAIL PROTECTED]>:
> Hi,
>
> I discovered iText it's amazing !!!
> I'm a C++ developper for 7 years.
> I would like to offer some of my time to port iText in C++ .
> What do you think of this idea.
It's always interesting to have a port in other languages.
There is a J#
24 matches
Mail list logo