Guys, I know you have posted the response to my
question in the FAQ but it simply is not working for me. What am I
missing?
Why is your OutSimplePDF.java servlet displaying a
blank screen in IE5.00 SP2? This code works fine in NetScape. All of the below
is in your examle except generate_
Hi, how do I get a table header to also be a
bookmark? The only way I know how to add a bookmark is through addSection but I
want this as a table header. How is this possible?
Thanks Ron
Sorry this may be a repost. I don't think my first made it.
I'm trying to rotate text.
To rotate 90 degress I use setTextMatrix(0, 1, -1, 0, x , y)
How do I rotate 180, 270
Thanks in advance.
Ps . I read the tutorial but still couldn't figure it out.
Thanks again
___
Jeff,
the latest versions of iText support colspan (but not rowspan) in
PdfPTables.
Regards,
Joachim Petzold
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Bird
Sent: Thursday, March 28, 2002 3:55 PM
To: [EMAIL PROTECTED]
Subject: [iTe
I have been trying to use iText to produce a batch of pdf documents, and although it looks promising I am encountering a problem with row heights. Fixed row heights are not supported within Table. They are supported by PdfTable & PdfPTable, however column and row spans are not supported here. (Ne
Quoting Dmitry Kuznetsov <[EMAIL PROTECTED]>:
> How can I have letters with umlauts in my output PDF-file?
Yes:
>
> Warenempfänger
>
> Maybe I should use unicode values (codes) in the string?
No, just use the HTML-way to represent such characters:
[ASCII-VALUE];
> Dmitry Kuznetsov
Hello iText users,
I try to use XML file to parse it and generate the corresponding PDF.
How can I have letters with umlauts in my output PDF-file?
I use:
If I write string with these letters, for example
Warenempfänger
;)
--- Bruno Lowagie <[EMAIL PROTECTED]> wrote:
> Quoting Matt Benson <[EMAIL PROTECTED]>:
>
> > hopefully also created with iText.
>
> http://www.lowagie.com/iText/examples/iTextLogo.java
>
> ___
> iText-questions mailing list
> [EMAIL PROTECTED]
>
Wow, that was easy...
:)
--- Paulo Soares <[EMAIL PROTECTED]> wrote:
> A very easy alternative is to use the soft-hyphen
> character \u00ad. The text
> could be hyphenated outside iText using a TEX tool
> for example.
> I'll implement it this weekend to see how it works.
>
> Best Regards,
> Pau
Hi
I get big perfomance difference between iText030 and iText_paulo94 (jdk1.1)
The PDF is generated on the fly by servlets.
The PDF has a footer and a header (very simple and the same for each page), the body
of each page is a one column table, for each cell (each line) of the table, there is
The actual visible hyphen character will be configurable through PdfWriter.
I doubt that a document will have more than a single representation (I
think).
Best Regards,
Paulo Soares
> -Original Message-
> From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, March 28, 2002 13:07
Quoting Paulo Soares <[EMAIL PROTECTED]>:
> A very easy alternative is to use the soft-hyphen character \u00ad.
That's an even better suggestion.
> The text could be hyphenated outside iText using a TEX tool for example.
Yes, I would let it to the user to decide where he wants
hyphenation (lik
Quoting amy shirey <[EMAIL PROTECTED]>:
> Here's a somewhat better iText logo. You can choose to
> use it or not. Just trying to help!
I have uploaded a new logo based an Amy Shirey's gif-file
on the site.
___
iText-questions mailing list
[EMAIL PROT
A very easy alternative is to use the soft-hyphen character \u00ad. The text
could be hyphenated outside iText using a TEX tool for example.
I'll implement it this weekend to see how it works.
Best Regards,
Paulo Soares
> -Original Message-
> From: Paulo Soares [SMTP:[EMAIL PROTECTED]]
>
Quoting Paulo Soares <[EMAIL PROTECTED]>:
> I think that this type of question should go to the FAQ
Done. I used your answers to write this topic:
http://www.lowagie.com/iText/faq.html#preformattedtext
Can you send me the corrections (if necessary).
kind regards,
Bruno
Width change only works with type1 and true-type fonts with encodings other
then IDENTITY-H or IDENTITY-V.
I think that this type of question should go to the FAQ, it's the third time
it's asked.
See the thread
http://www.geocrawler.com/lists/3/SourceForge/8175/350/8009909/.
Best Regards,
Paulo S
I think the best option is to steal the hyphenation algorithms in TEX. They
have it for all the languages and it would work transparently.
Best Regards,
Paulo Soares
> -Original Message-
> From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, March 28, 2002 8:13
> To: Matt Ben
On Thu, 28 Mar 2002 09:37:23 +0100
Bruno Lowagie <[EMAIL PROTECTED]> wrote:
> Quoting Gerd Mueller <[EMAIL PROTECTED]>:
>
> > Although it helps to avoid the gaps between the lines in the "anmerkung"
> > field
> > it causes other problems as you may see in the screenshot.
>
> So I see, but I thi
Quoting Matt Benson <[EMAIL PROTECTED]>:
> hopefully also created with iText.
http://www.lowagie.com/iText/examples/iTextLogo.java
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Quoting "Carlsson, Peter" <[EMAIL PROTECTED]>:
> Hello
>
> Is it possible to place a header and footer on every page in the pdf
> by using an xml file.
>
> i dont find any tags for this!!!
There isn't one.
1. if you have this information OUTSIDE the pdf,
you can set the header and the fo
Quoting Richard Shaw <[EMAIL PROTECTED]>:
> The proposed solution of using a ByteArrayOutputStream does not work. IE 6
> still displays a blank screen.
>
> I have found a way to fool Internet Explorer into displaying a pdf file
> served from a servlet. The trick is to set the content type=
> "
21 matches
Mail list logo