Has anybody ever encounter this error message:
java.io.IOException: Dictionary key is not a name. at file pointer XXX
(digits)
I found out it's because one of my FDF field has a typo data '7 days AR)'.
It has an unbalanced parenthesis. Is there anyway to prevent this error even
though user entere
Hi,
I'm using iText to add Text to an existing PDF at absolute positions,
which works fine for normal Text by using ColumnText and adding Phrases
to it.
But what I'm stuck with now is doing a List of items with bulletpoints,
like:
o One Item
o Another Item which
wraps the line
o third Item
wi
I'm eventually going to take this and get a full example working but I just
haven't had time recently (I have a big deadline for next Wed). I should
get to it around the end of next week. Once I get it all working I'll
repost it to the list. Thanks,
Kenny
- Original Message -
From: "Bru
See the example DumpFields.java in my site.
Best Regards,
Paulo Soares
> -Original Message-
> From: Yongfu Ge [SMTP:[EMAIL PROTECTED]
> Sent: Monday, March 24, 2003 16:40
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] How to get the coordinate of a PDF form
> field?
>
> Hi m
It's done but I don't have any performance times. My main interest was to
unify the output method for all object types and open the way to other
features that will need this. I did improve the performance in PdfReader by
30% but I think that it's the limit.
Best Regards,
Paulo Soares
> -Origi
Hi members,
How can I get the coordiantes of form fields from a exsiting pdf file?
I can get the list of the field names but have no idea on how to
retrieve the cooresponding coordinate vlaues (/Rect values ) for each
text field.
Here is the code I used. Any advise will be appreciated
Pd
HI Paulo,
Any luck here in the toPDF() methods.
-Original Message-
From: Jaladurgam, Ramana [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 2003 9:50 AM
To: 'Paulo Soares'; '[EMAIL PROTECTED]'
Subject: RE: [iText-questions] How to reduce timing
Just for curiosity,
What is the
Works great! Many thanks yet again Paulo. Your help is much
appreciated.
Aaron
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paulo
Soares
Sent: Saturday, March 22, 2003 4:48 PM
To: Aaron Kelley
Cc: [EMAIL PROTECTED]
Subject: Re: [iText-questions] Grou
Hi,
I need to create RTF document without using tables. Is there any suggestions
what can be done to position text in RTF nicely.(PDF has ColumnText but RTF
unfortunately don't).
Thanks,
Oleg
--
Notice: This e-mail messa
That's not possible due to the file random access required by the pdf
structure. You'll need to read first to a byte array before using. This is
the way it works when reading from a resource. I can put a new constructor
to read from an URL but an array will be created and will live as long as
the P
I should clarify this limit. The pages (the references, that is) in PDF are
stored in a tree of arrays. In iText that tree is a single array. As Acrobat
has an implementation limit of 8192 element per array, hence the limitation.
iText will generate as many page as you want but Acrobat may not be a
Hi to everybody!
I read a comment made by Paulo Soares, regarding an "artificial limit"
in iText, that is 8192 pages as maximum PDF file size, given that
Acrobat could not handle a larger file. He also pointed out the
possibility of extend it.
http://sourceforge.net/forum/message.php?msg_id=180031
It's possible to
read a PDF document accessing using an URL ?
With PdfReader(String filename)
it's necessari to use a filename, and it depends
on the file system and the operating system (win or
unix).
I ask for something similar to read and image file
using
Image logo =
Image.getInstan
Hi,
As I have just used the 0.97 lib, I noticed that when I have nested tables (ie adding
a Table object into another Table object via the insertTable method),
I will get a java.lang.ClassCastException when I call the PdfWriter.fitsPage(Table)
method on that nested table.
This doesn't happen whe
That's already done but not yet published. I'll try to have a new version
ready today or tomorrow.
Best Regards,
Paulo Soares
> -Original Message-
> From: Ingo Richter [SMTP:[EMAIL PROTECTED]
> Sent: Monday, March 24, 2003 10:43
> To: [EMAIL PROTECTED]
> Subject: [iText-questions]
Hi All,
I've come a across a point where I need to create a File Attachment as
one can create with Acrobat. I'd like to know if there is a Way to
create this with iText?
I appreciate any Help regarding the Point, because it's essential for an
important Project.
Thank you,
Ingo
--
Check the last version. It does form filling, flattening, fdf merging, etc.
Form creation already existed although it's a lot better now for text
fields.
Best Regards,
Paulo Soares
> -Original Message-
> From: Percy M. Wegmann [SMTP:[EMAIL PROTECTED]
> Sent: Monday, March 24, 2003 6:53
>
17 matches
Mail list logo