Hello Mark,
Thanks for the workaround/suggestion, it works for RtfWriter.
Html Writer puts no blank lines for the following command.
document.add(new Paragraph(""));
With Thanks and Regrds
Manu
I actually started working on this in my spare time about 2 weeks ago; I have
the java.awt.Graphics functionality mostly working and have made a start on
the extra methods needed for a Graphics2D subclass. As it turns out,
JFreeChart was my motivation for starting this, when I noticed the SVG
On Monday 08 April 2002 13:24, you wrote:
> The table offset(table.setOffset) does not work with RtfWriter and
> HtmlWriter.
That is correct.
> Any other way of setting the blank lines in between the tables?
You could add one or more empty Paragraphs between the tables. That should
give you a
Changes in itext-paulo-95 (2002-04-08)
- added automatic hyphenation to Chunk. It uses the FOP engine and the
TEX
patterns. I provide a jar with some compiled patterns. Other patterns
can
be compiled and included in a jar or read directly from a directory.
To
compile the pat
I am oversimplifying because when we get into
encodings and stuff we leave the bounds of my
knowledge! :) Are you saying I should save myself
the hassle of HAVING to worry about encodings by
hard-coding a String[] consisting of "NUL", "SOH",
"STX", etc., then drawing these characters in grid
suc
Hi people,
I have a doubt
about your Table class.
When I have two
tables, and if I want the space between the tables dont exists (space between
tables equals to zero). How can I do that?
I tried setOffset(0) in first page ok, but when I
change the page (document.newPage()) the space
I think you are over-simplifying. You'll have to account for the encoding
and showing the glyph will depend on the font installed. If, for example,
you are showing a Big5 encoding, the font must be in place if the user wants
to see the glyph. Providing a font just to show control characters is an
Well, the idea was to have three side-by-side
components in a Hex TextComponent:
address - hex value - character (glyph)
So if I show the hex value as planned and the control
picture for the glyph everyone should be happy.
Similar story for the charmap plugin.
Should it be possible for me to e
In my opinion the best way would be to show the hex value in a single glyph
space if possible, maybe show the two hex characters at half size. The
characters at \x2400 are also a good option. Lucida Sans Unicode has the
characters. Switching between both modes would be great.
Best Regards,
Paulo
The reason I am asking these questions is because I
have hex-editing interests. I have a Java hex editor
project on the back burner, as well as being a
developer on the Jext Java Text Editor project
(www.jext.org), which has a Character Map plugin
ported from JEdit. This discussion has been help
> What is at \u0001 ,
NUL
> \u0002
SOH
> , etc? Nothing?
see http://www.unicode.org/charts/PDF/U.pdf
all UNICODE 3: http://www.unicode.org/charts/
>
Mit freundlichem Gruß / kind regards
Carsten Birkelbach
---
Siemens AG
Siemens Business Services GmbH & Co OHG
BAP HRS 3, PDB HN
Hein
Those are control characters. In the MS-DOS encoding they corresponded to
pictures but not in unicode.
Best Regards,
Paulo Soares
> -Original Message-
> From: Matt Benson [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, April 08, 2002 14:43
> To: Paulo Soares; [EMAIL PROTECTED]
> Subject:
What is at \u0001 , \u0002 , etc? Nothing?
-Matt
--- Paulo Soares <[EMAIL PROTECTED]> wrote:
> The symbols are there but elsewhere. For example,
> the smiley is at \u263a.
>
> Best Regards,
> Paulo Soares
>
> - Original Message -
> From: "Matt Benson" <[EMAIL PROTECTED]>
> To: <[EMAI
Document.removeWatermark().
Best Regards,
Paulo Soares
> -Original Message-
> From: Kris Moens [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, April 08, 2002 12:54
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Disable a template
>
> Hi,
>
> To create my PDF , I'm using another P
Hi,
To create my PDF , I'm using another PDF as a template for the background.
But on certain pages, I do not want that this background will be used.
Is there a possibility to disable or change the template ?
thanx for your reply
Kris
___
iText-qu
Hello,
The table offset(table.setOffset) does not work with RtfWriter and
HtmlWriter.
Any other way of setting the blank lines in between the tables?
With Regards,
Manu
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net
There's no time frame for this class and certainly not
4 weeks. This is not something that can be done in a
weekend.
Best Regards,
Paulo Soares
--- Gregory Oszywa <[EMAIL PROTECTED]> wrote:
> Hi again,
>
> I am anxious about the PDFGraphics2D class and I
> believe it would give
> potentials to
17 matches
Mail list logo