Bruno Lowagie lowagie.com> writes:
> You don't, so to be safe you embed the character.
> br,
> Bruno
Interresting. So I build the Report with, let's say, Sun Solaris, which doesn't
have Windings. So I only have to "embed" it and the Miracle happens? ;-)
-
Bruno Lowagie lowagie.com> writes:
> Use a corresponding character in a different font.
> For instance in Wingdings.ttf you have 0x6F and 0x70
> (or 0xFD and 0xFE if you want a checked box).
Problem: How do I know that the User has installed Windings?
---
Hello.
I'm just working on a simple Report in Pdf. For this I need to add some small
Check-Boxes in the Text and/or Table like this:
"Hello, my name is []John []Dave"
These Boxes only have to be simple Graphics/Lines without Function.
I've read about some Klasses like "PDFFormField" etc, but t
Paulo Soares consiste.pt> writes:
>
> Do two passes.
Thanks for your answer.
You mean reopen the file and edit it again? Well, ok this would be a
workaround - but not very elegant. Is my Problem really not solvable with "on-
board"-tricks? I thought this must be a standard-functionality?
Hello!
I'm using iText for generating a small Report in my application - well not too
small, thats why I have a question.
I use a header (a PdfPTable with some information an a logo) in which the
pagenumber is listed. Its in the upper rigth corner, so the cell's align is set
to rigth.
The proble