Dear Support,
I am trying to add 32 bit png into pdf. But, it looks
not good. 24 bit image looks great into PDF. Does
iText support 32 bit png image?
Thanks for your help,
yun
<>
24bit.pdf
Description: 24bit.pdf
<>
32bit.pdf
Description: 32bit.pdf
Hi Paulo,
Can you direct me to a simple example (possibly one
from examples-133) where you do what your describing below.
What I need is a simple dynamic report where you
add the respective objects to your report, keep track of the y-position ...
etc.
Kind Regards,
George Shafik
Hi Paulo,
an UJAC user has discovered a bug regarding PdfPCell content rendering
and I'm afraid that's a bug in iText (I'm using itext-paulo-137 + the
ColumnText performance patch).
The problem is that a text is rendered 3 times with different font sizes
and multiplied leading of 1.2. The second
I think that moving table.complete() to earlier in the process does fix this
problem. I am still having problems with Table.mergeInsertedTables(), but I
don't think it is related. I have attached a version of PdfTable with the
table.complete() calls moved. I'll look into the problems with
Table.
When using a Table that has one cell containing both a paragraph and another
table (which has only 1 cell with a paragraph), I get an
ArrayIndexOutOfBoundsException on line 177 of PdfTable. I think this is
caused by the changes to the PdfTable constructor in iText-paulo-137. When I
test against the
On Thu, 16 Sep 2004 15:39:51 +0100, Paulo Soares wrote:
> Here's what I do:
>
> - load the ColumnText with the text
> - make a duplicate of ColumnText
> - simulate the ColumnText placing and obtain that way the size the text will take
> - place the duplicate
>
> Best Regards,
> Paulo Soares
>
Just to clear things up:
* RTF supports images.
* iText (the rtf writer) can add JPEG, PNG, WMF, BMP images (no GIF support).
Greetings,
Mark
--
The steady state of disks is full.
-- Ken Thompson
My GPG public key is available at:
http://www.edu.uni-klu.ac.at/~mhall/data/security/MarkHall.a
Actually RTF does support images. It even supports embedded objects.
For an example please take a look at www.WindwardReports.com - it happily puts images
in rtf (and pdf).
thanks - dave
-- Original Message --
From: "Bill Ensley" <[EMAIL PROTECTED]>
Date
Title: Solve my RTF problem
RTF
stands for rich TEXT file.
I
don't believe that images are supported
-Bill
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]On Behalf Of
Gupta_SachinSent: Thursday, September 16, 2004 7:45
AMTo: '[EMAIL PROTECTED]'Cc:
I am trying to run the hello world example, while running I
get this error.
Any help would be appreciated.
Thanks
Anish
I am using
java version "1.2.2"
Classic VM (build JDK-1.2.2_008, native threads, symcjit)
C:\eGravity\entigo\source>java createpdf
Chapter 1 example 1: Hell
See http://www.lowagie.com/iText/tutorial/ch12.html#generictagevent
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Benjamin Pasero
> Sent: Thursday, September 16, 2004 4:46 PM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Howto have Chap
I am trying to run the hello world example, while running I
get this error.
Any help would be appreciated.
Thanks
Anish
I am using
java version "1.2.2"
Classic VM (build JDK-1.2.2_008, native threads, symcjit)
C:\eGravity\entigo\source>java createpdf
Chapter 1 example 1: Hell
On Thursday 16 September 2004 16:44, Gupta_Sachin wrote:
> The problem is that i generate a RTF Document that is word document using
> java with the help of itext. In that i am inserting images of format .gif
> or .bmp. When i open that document in WORD i am not able to view the images
> but when i
Hi,
I am using a Table to display three columns. The first column
contains a Cell that is filled with a Title. The Title exists
of a Paragraph that contains a Chunk.
I would like to have that Title appear as Outline. Is it possible
to have the content of a Cell be the Chapter or Section?
If not, I
hi folks,
The problem is that i generate a RTF Document that is word document using java
with the help of itext. In that i am inserting images of format .gif or .bmp.
When i open that document in WORD i am not able to view the images but when i
click the mouse on the document where the images s
The names are at cjkfonts.properties in iTextAsian.jar.
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of David Thielen
> Sent: Thursday, September 16, 2004 1:53 AM
> To: itext
> Subject: [iText-questions] Asking again:
Title: Solve my RTF problem
hi folks,
The problem is that i generate a RTF Document that is word document using java with the help of itext. In that i am inserting images of format .gif or .bmp. When i open that document in WORD i am not able to view the images but when i click the mouse on
Hi,
How can i put a footer only on some page ?
Thanks
_
MSN Search, le moteur de recherche qui pense comme vous !
http://search.msn.fr/
---
This SF.Net email is sponsored by: YOU
Hello All,
When I try printing the document generated using iText via the Adobe Acrobat
6.0 Viewer 'Print' button, junk characters are printed. There is not problem
when printing the downloaded document using Adobe Acrobat Reader 5.0.
Any help on the same would be appreciated.
Thanks & Regard
Hi,
How can i put a footer only on some page ?
Thanks
_
Recevez par e-mail des émoticônes pour MSN Messenger
http://g.msn.fr/FR1001/2275?url=http://www.msn.fr/ilovemessenger/premium/Default.asp?Ath=f
Title: PdfCopyFields problem?
That's ok. To calculate precisely the size the text will take see
the code in TextFields.
Best Regards,
Paulo Soares
From: Malloy, James
[mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004
3:31 PMTo: Paulo Soares;
[EMAIL PROTECTED]Subje
Here's what I do:
- load the ColumnText with the text
- make a duplicate of ColumnText
- simulate the ColumnText placing and obtain that way
the size the text will take
- place the duplicate
Best Regards,
Paulo Soares
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behal
Title: PdfCopyFields problem?
Paulo- this
is my solution to the problem:
-It will
only expand the field if the multiline property is set
- I
calculate the length of the value in points
-I could
not figure out how to determine the font size for the field so I
estimate
Do you see
anythin
This is PDF not html. If you want that behavior you'll
need the version at itextpdf.sf.net and place the table with
PdfPCell.addElement(PdfPTable). In this case the alignment and width will
work.
Best Regards,
Paulo Soares
From: Dale Hefner [mailto:[EMAIL PROTECTED]
Sent: Thursd
Title: Query
Welcome….
hi ,
now i am a member of itext tell me
how to go about it .
iText is not a
tool. So all you need to do is to study some samples on the website,
scan the API and pretty much that’s about it.
1: tell me the link
If you are already a member then you should
know
Has anybody else considered determination of the percentage of a page that would be occupied by phrases passed into ColumnText?
I will likely do a full page with all full Columns, count the column lines (getLinesWritten) while simulating, then determine the percentage of page coverage for my actua
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Mark Evertz
> Sent: Thursday, September 16, 2004 8:52 AM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Resusing PdfReader and/or PdfStamper
>
> Hello iText users,
> I would like to create
From: George Shafik
[mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004
9:02 AMTo: Paulo Soares;
[EMAIL PROTECTED]Subject: Re: [iText-questions]
how do I know the physical location on a given document
Hi Paulo,
Report end result looks something like
You can't change easily the choice text and you are not supposed to do it. Changing
the choice text is almost the same as adding a new field, the idea is to change the
index to the choice.
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTEC
Nested tables will always fill the available space. You can play with the padding to
position the table.
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dale
> Sent: Wednesday, September 15, 2004 8:40 PM
> To: [EMAIL PRO
Igor Kostic wrote:
I have a pdf form with textboxes and comboboxes. I use iText AcroFields
to populate and read the fields.
In my program I have to add choices to an existing combobox.
I guess it should be done somehow with TextField.setChoices(String[]
choices) - the problem is how to get a Text
Thank you. I am working on that now.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: September 15, 2004 2:26 PM
To: Youssef Eldakar; Ayman Nour El Din; [EMAIL PROTECTED]
Subject: RE: [iText-questions] language support question
There's no need to complicate. iT
The following test code will demonstrate my problem. When a nested table with a
width that is less than the parent cell is added, its width is rendered to fill
the parent cell width not the one specified..
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.*;
import com
Hi Paulo,
Report end result looks something like
this:
---
GST Tax <-
TITLE
Year
1st Quarter 2nd Quater 3rd
Quater 4th Qua
Hello iText users,
I would like to create a large amount of (target-) pdf files in a batch
run from a single (source-) pdf file (changing form field content).
Performance is a critical aspect in my situation.
Thus, I tried to reuse iText main objects like PdfStamper and PdfReader.
My first approac
35 matches
Mail list logo