Re: [iText-questions] Table offset

2002-04-08 Thread mbhat
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

PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-08 Thread Jeremy Bowman
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

Re: [iText-questions] Table offset

2002-04-08 Thread Mark
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

[iText-questions] New release itext-paulo-95

2002-04-08 Thread Paulo Soares
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

RE: AW: [iText-questions] Fonts

2002-04-08 Thread Matt Benson
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

[iText-questions] Table class

2002-04-08 Thread Monica Conciani de Moraes
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

RE: AW: [iText-questions] Fonts

2002-04-08 Thread Paulo Soares
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

RE: AW: [iText-questions] Fonts

2002-04-08 Thread Matt Benson
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

RE: AW: [iText-questions] Fonts

2002-04-08 Thread Paulo Soares
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

Re: AW: [iText-questions] Fonts

2002-04-08 Thread Matt Benson
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

AW: [iText-questions] Fonts

2002-04-08 Thread Birkelbach, Carsten
> 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

RE: [iText-questions] Fonts

2002-04-08 Thread Paulo Soares
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:

Re: [iText-questions] Fonts

2002-04-08 Thread Matt Benson
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

RE: [iText-questions] Disable a template

2002-04-08 Thread Paulo Soares
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

[iText-questions] Disable a template

2002-04-08 Thread Kris Moens
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

[iText-questions] Table offset

2002-04-08 Thread mbhat
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

RE: [iText-questions] generating graphs

2002-04-08 Thread Paulo Soares
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