I product pdf with itext, when I export the pdf file on Solaris, part of the
content in bookmark losed, but it's link still remains, that means , when I
point my mouse to a line of bookmark, there will appear a underline without
any text , and when I click the link, can go to the correct page. Whil
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sokolov, Oleg wrote:
> I'm creating different Reports and Memos for my Web Application. They
can be
> generated from Class, Servlet, JSP. Is there a way to create document and
> then show(redirect or some other way) without creating the actual document
I took over a project midstream which is using iText to create pdfs for use
in a production environment for stationary, business cards, envelopes etc.
In general, we have been able to create the PDF with little problem. The
problem I am now encountering is that some of the printers we are sending
t
I notice that you are passing in ALIGN_CENTER for the vertical
alignment. I think you want to use ALIGN_MIDDLE. Maybe that is the
problem?
Shane Robinson wrote:
I am trying to create a PDF report using a header table with an image in
the first cell and then the actual data table. The problem
Hey folks-
I've been running into a problem when trying to add tables to my documents.
Specifically, when I end up with a rowspan which extends beyond the current
page, it looks as though the code is dropping into an infinite loop. Any
thoughts? Ideas?
Here is a piece of sample code I put toge
No exceptions thrown? Aren't you transfering the pdf
elsewhere in text mode instead of binary?
Best Regards,
Paulo Soares
--- [EMAIL PROTECTED] wrote:
> Hi everybody,
>
> i made pdfs with itext with no problems, and let it
> run on an windows2000
> pc. now i put the prog to an linux pc and it's
--- Friedhelm Matten <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> how can I solve the following problem:
>
>
> I have to place Text and lists to absolute position
> with text and lists come from database.
>
>
> Its for an catalog with different textlength and
> lists?
>
>
> The lists comes perfect
I wish I was on holidays but it's work unfortunately
and to make it even worse it's freezing cold in
London. The only fix for FontFactory I have is for the
ttc fonts but I'll include this one too.
Best Regards,
Paulo Soares
--- Bruno <[EMAIL PROTECTED]> wrote:
> I forward this to the mailing list
The last version has hyphenation temporarily removed
from ColumnText because of the introduction of bidi
support. The next version will restore it and add a
few other goodies. If you need it now use the version
before the last.
Best Regards,
Paulo Soares
--- Friedhelm Matten <[EMAIL PROTECTED]>
w
You must use 'simsun.ttc,0' with 'Identity-H'. Use
other index for other fonts inside the ttc.
Best Regards,
Paulo Soares
--- Victor Lam <[EMAIL PROTECTED]> wrote:
> Hi,
>
> My windows OS has installed a Traditional chinese
> True Type Fonts 'simsun.ttc'
> and use iText via a Java report generat
You did what you can do with Table. With PdfPTable you
have control of each margin padding individually,
allowing you to have a negative padding at the top to
pull the first line up. Note that padding can also be
fractional.
Best Regards,
Paulo Soares
--- Richard Keene <[EMAIL PROTECTED]> wrote:
>
It depends on how you are generating the detail. If
it's a Paragraph you can add a last empty Paragraph
and the the position with a page event. If it's a
PdfPTable you can get the position with a table event
and if it's a Table it can't be done (directly).
Best Regards,
Paulo Soares
--- Sam Corder
If you want speed you won't have all the nice
funcionalities. You can place all the text at absolute
positions and draw yourself the lines if the bills are
all of the same kind.
Best Regards,
Paulo Soares
--- Martin Hellat <[EMAIL PROTECTED]> wrote:
> Hi,
> I did like you guys suggested with my bi
You'll have to use 'UniveConBol.afm' and have the .pfb
in the same directory.
Best Regards,
Paulo Soares
--- Piotr Luczycki <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I am very new to iText. I am trying to load a font
> using:
>
> BaseFont bf = BaseFont.createFont("UniveConBol.pfb",
> BaseFont.WIN
Hi,
I'm creating different Reports and Memos for my Web Application. They can be
generated from Class, Servlet, JSP. Is there a way to create document and
then show(redirect or some other way) without creating the actual document
on the server with specific name? The reason I don't wont to do it be
Actually, I'm beginning to think this is a Tomcat bug - even though I'm not
getting much action in the Tomcat user's mailing list.
I replied something similar to Dave Ferguson via this list, but that reply
doesn't seem to have gone through. Consider the following code:
//On a SSL servlet...
class
For PDF previewing capabilities you might try the
jPedal project at www.jpedal.org .
-Matt
--- Wolfram Rittmeyer <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have two questions where I cannot find any hints
> in the documentation
> (yet):
>
> 1.) Is there a possibility to generate an
> Image-object (
I imagine you are talking about the XmlToXXX classes I
wrote. To be quite honest, these were taken almost
verbatim from the iText tutorial and I can't claim to
know a lot about what they are doing internally. The
HTML you are testing is obviously not complex. I
don't have a clue what could be wr
Hi everybody,
i made pdfs with itext with no problems, and let it run on an windows2000
pc. now i put the prog to an linux pc and it's still generating pdfs but
they are not viewable. How can i search for the error. The acrobat reader
don't give much infos...
sascha
---
> > 2.) I generate a java.awt.Image somewhere else already. Now I
> would like to
> > add this Image into a PdfPCell without saving it first. Is this
> possible?
>
> http://www.lowagie.com/iText/examples/Chap0610.java
>
http://itext.sourceforge.net/docs/com/lowagie/text/Image.html#getInstance(co
m
Quoting Friedhelm Matten <[EMAIL PROTECTED]>:
> The lists comes perfect with phrase and document.add(phrase)
> in a columntext it doesen't work?
You will have to wait for Paulo's return for this question.
Or look it up in the mailinglist archives. He already answered
this question.
> The hyp
Quoting Wolfram Rittmeyer <[EMAIL PROTECTED]>:
> Hi,
>
> I have two questions where I cannot find any hints in the documentation
> (yet):
>
> 1.) Is there a possibility to generate an Image-object (java.awt.Image) or
> an image-file to preview a PDF-output. Would be nice for a web-applicaion
> i
Hi,
I have two questions where I cannot find any hints in the documentation
(yet):
1.) Is there a possibility to generate an Image-object (java.awt.Image) or
an image-file to preview a PDF-output. Would be nice for a web-applicaion if
a size-reduced image could be produced prior to downloading.
Hi,
how can I solve the following problem:
I have to place Text and lists to absolute position
with text and lists come from database.
Its for an catalog with different textlength and lists?
The lists comes perfect with phrase and document.add(phrase)
in a columntext it doesen't work?
T
Hi all,
I got the sources from CVS yesterday (as anonymous ) ...
I wrote some code to test the conversion from html to rtf.
Below I put the code and source of html.
I made somewhere a logic mistake or the problem is else
where?
Any help is well & warm come J
All the bes
From: Radu Moldovan Adrian
Sent: 10 decembrie 2002 11:40
To:
'[EMAIL PROTECTED]'
Subject: A problem on my
"html to rtf conversion"
Hi all,
I got the sources from CVS yesterday (as anonymous ) ...
I wrote some code to test the conversion from html to rtf.
Below I put the code an
hi Chris ..
You probably might have checked this but i think the problem could be that
the servlet itself might not be invoked. I got the same error when I was in
the early stages of development. Suugest that u try to print out a simple
HTML by the same servlet and see the results.
Alternati
Quoting Hanasaki JiJi <[EMAIL PROTECTED]>:
> Does iText support reading an existing PDF Form, made with Adobe, and
> rewriting it with the form fields filled in? If so, could someone point
> out the right info/areas/sample code to get this going quickly?
I think you need a tool made by Leonard
I forward this to the mailing list so that the fix can go
into the next release. I think Paulo has a newer version of
class FontFactory, but he's on holiday rightnow.
Quoting Wojciech Wisniowski <[EMAIL PROTECTED]>:
> Hello Bruno,
>
> Thanx for your iText library.
> It is very usefull for my pr
29 matches
Mail list logo