Re: [iText-questions] iText0.90

2002-03-27 Thread Bruno Lowagie

Quoting Matt Benson <[EMAIL PROTECTED]>:

> That's a real nice story, but what did you think about
> what I said?  j/k  :)

I had a solution on paper that corresponds somewhat
with your second suggestion.

> Also, I am no expert on HTML or anything else... I had
> said that hyphenation would not apply for HTML.  But
> would it? 

No, it wouldn't.

> The discussion about nowrap in HTML made me
> think it might at least apply for Tables...

OK, you can fix the width of a table, but you will
never know the width of the text inside. People can
change the font in their browser (even if you specify
a font in the HTML) and you would be splitting words
at the wrong positions.

HTML isn't meant to specify a layout.

> One more thing, what are HRM people?

Human Resources Managers, a species I never will understand
(or is it vice versa?)

kind regards,
Bruno

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] header and foter in xml

2002-03-27 Thread Carlsson, Peter

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!!!

Thanks in advance
Peter Carlsson 

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] Problems with the Internet Explorer plugin

2002-03-27 Thread Richard Shaw








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= "application/vnd.fdf".  This automatically launches the Reader
and displays the requested file.








Re: [iText-questions] iText0.90

2002-03-27 Thread Matt Benson

That's a real nice story, but what did you think about
what I said?  j/k  :)

Also, I am no expert on HTML or anything else... I had
said that hyphenation would not apply for HTML.  But
would it?  The discussion about nowrap in HTML made me
think it might at least apply for Tables...

One more thing, what are HRM people?

-Matt


--- Bruno Lowagie <[EMAIL PROTECTED]> wrote:
> Quoting Matt Benson <[EMAIL PROTECTED]>:
> 
> > I find this hyphenation character idea
> interesting. 
> 
> It brought back some nice memories when they asked
> me for
> that feature. I wrote a text processor in BASIC for
> my
> Tandy TRS 80 4P when I was 14 years old. It
> contained a
> complete Dutch grammatic and was able to split words
> correctly. Unfortunately the code is lost (or
> happily,
> I think the code was one spaghetti).
> 
> kind regards,
> Bruno
> 
> (PS: when I was 16 I discovered there were also
> girls
>  around in the world. So I stopped being a nerd and
> studied
>  painting, architecture and engineering before I
> started
>  programming again. Please keep this secret away
> from HRM
>  people, they wouldn't understand.)
> 
> ___
> iText-questions mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/itext-questions


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] pdf.jsp source

2002-03-27 Thread Ingo . Mailinglist . iText

Hi,
you must download

 Docs-Website =>Tutorial=>examples.tar.gz

pdf.jsp should be included.

Ingo

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] iText0.90

2002-03-27 Thread Bruno Lowagie

Quoting Matt Benson <[EMAIL PROTECTED]>:

> I find this hyphenation character idea interesting. 

It brought back some nice memories when they asked me for
that feature. I wrote a text processor in BASIC for my
Tandy TRS 80 4P when I was 14 years old. It contained a
complete Dutch grammatic and was able to split words
correctly. Unfortunately the code is lost (or happily,
I think the code was one spaghetti).

kind regards,
Bruno

(PS: when I was 16 I discovered there were also girls
 around in the world. So I stopped being a nerd and studied
 painting, architecture and engineering before I started
 programming again. Please keep this secret away from HRM
 people, they wouldn't understand.)

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] iText0.90

2002-03-27 Thread Bruno Lowagie

Quoting Paulo Soares <[EMAIL PROTECTED]>:

> > - tutorial AcroForms (+ possibly some extra features)
> > 
>   This definitely needs extra features. I put all the tools needed to
> create forms but it needs a rocket scientist to have it working.

I spent a day figuring it all out.
I already have some ideas for some extra features.
If I have some results before I go to Spain, I will
post them here.

> > - background color for Chunks (Paulo?)
> > 
>   I'm working on it and on annotations in Chunk.

OK.

> > - a Label object so that you can have a tag in XML to
> >   put text on an absolute position (but Paulo doesn't
> >   like that kind of objects ;-)
> > 
>   Just don't put XML inside PdfDocument!

Don't worry, I won't ;-)
A week ago I felt it was going the wrong way with
my CSS plans, so I started anew and I now have a
design on paper that is far more PDF friendly.

kind regards,
Bruno

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] iText0.90

2002-03-27 Thread Bruno Lowagie

Quoting David Teran <[EMAIL PROTECTED]>:

> Hi,
> 
> > - extending HTML parsing: parsing a CSS
> Does this mean that iText can parse HTML and convert it into PDF, 
> currently without using CSS and soon with parsing CSS?

No, it can't parse ALL HTML, just some XHTML-tags.
When I rewrite my tutorial I want to write it ONLY ONCE.
I will write 'tidy' HTML using a CSS.
Then I intend to parse this to convert it to PDF.

So you will not be able to convert old, existing HTML pages.
Use HTMLDOC to do this.

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] iText0.90

2002-03-27 Thread David Teran

Hi,

> - extending HTML parsing: parsing a CSS
Does this mean that iText can parse HTML and convert it into PDF, 
currently without using CSS and soon with parsing CSS?

regards, david


___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] pdf.jsp source

2002-03-27 Thread package track

Does anyone have the pdf.jsp source file?

Thanks,

Ron


___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] iText0.90

2002-03-27 Thread Matt Benson

I find this hyphenation character idea interesting. 
Obviously it would not work for HTML output, so that
writer would not have to care about it.  There might
be different approaches to this:

One way would be to create a Word class which can be
added to a Chunk.  A Word could be composed of
Syllables, which could be treated as unbreakable
entities.  This approach would probably necessitate a
change in Chunk's implementation to store content in a
List instead of a StringBuffer.  The List could then
hold Strings or Words.  Strings could be treated as
groups of words separated by whitespace without having
to internally turn them into Word objects.  My main
concern with this approach is the number of objects it
might create.

Another approach that might work is to do something
like this:


public class Chunk implements Element,
MarkupAttributes{
  //all the usual stuff
  private StringBuffer content;
  private ArrayList hyphenPoints = null;

  public void hyphenate()
  {
hyphenPoints = (hyphenPoints == null) ?
 new ArrayList() : hyphenPoints;
hyphenPoints.add(new Integer(content.length()));
  }

  public int[] getHyphenPoints()
  {
int[] result = new int[hyphenPoints.size()];
for (int i = 0; i < result.length; i++)
{
  result[i] =
  ((Integer)(hyphenPoints.get(i))).intValue();
}
return result;
  }
}

Then a DocWriter could use this returned array in
conjunction with whitespace, etc. to know where to
place hyphens if necessary.  This seems lighter-weight
but possibly more difficult to implement.

Any thoughts?

-Matt

--- Bruno Lowagie <[EMAIL PROTECTED]> wrote:
> Hello all,
> 
> I'll be travelling through Catalunya next week, so I
> wanted
> release 0.90 (based on Paulo's versions 93 and 94),
> extended
> with the new RtfWriter from Mark Hall soon enough.
> 
> I started writing the tutorial about forms, but it's
> not
> yet in the release because I have some ideas
> concerning
> AcroForms that I want to work out first.
> 
> I didn't add much functionality myself.
> I followed the suggestion of AJ Wilson concerning
> the problems
> with the onStartPage-event, I fixed some font issues
> (see mail
> Christopher Lomvardias) and I added a method
> Font.getFamilyname
> (this method should allow Mark Hall to support other
> fonts in
> RTF).
> 
> This is what I still have on my todo list
> (harvested from numerous mails):
> - tutorial AcroForms (+ possibly some extra
> features)
> - extending HTML parsing: parsing a CSS
> - background color for Chunks (Paulo?)
> - constructing a Cell with an 'UNDEFINED' border by
> default
>   (kind of having an undefined leading)
> - rewrite the complete tutorial, keeping the Chapter
> numbers,
>   but not numbering the examples + add a general
> introduction
>   about PDF
> - once the CSS parsing works and the tutorial is
> rewritten:
>   make a PDF version of the tutorial
> 
> less important to me (but also on the list):
> - maybe some extra features for a Paragraph:
>   indentation for the first line, leading for the
> first line,...
> - a Label object so that you can have a tag in XML
> to
>   put text on an absolute position (but Paulo
> doesn't
>   like that kind of objects ;-)
> - PdfCell: images and text: how to wrap them?
> - supporting a PRE tag (XML package)
> - updating the iText scheme + DTD
>   and/or
> - studying FOP
> - introducing some 'marks' in a Chunk where the
> chunk
>   can be split adding a hyphenation-character
> - writing a SAXHandler that adds elements to a
>   TextElementArray instead of a DocListener
> - downloading and studying JasperReports and/or
> JFreeReport
> - making the iText logo look more professional
> 
> kind regards,
> Bruno
> 
> ___
> iText-questions mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/itext-questions


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] iText0.90

2002-03-27 Thread Paulo Soares



> -Original Message-
> From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 27, 2002 15:37
> To:   [EMAIL PROTECTED]
> Subject:  [iText-questions] iText0.90
> 
> Hello all,
> 
> I'll be travelling through Catalunya next week, so I wanted
> release 0.90 (based on Paulo's versions 93 and 94), extended
> with the new RtfWriter from Mark Hall soon enough.
> 
> I started writing the tutorial about forms, but it's not
> yet in the release because I have some ideas concerning
> AcroForms that I want to work out first.
> 
> I didn't add much functionality myself.
> I followed the suggestion of AJ Wilson concerning the problems
> with the onStartPage-event, I fixed some font issues (see mail
> Christopher Lomvardias) and I added a method Font.getFamilyname
> (this method should allow Mark Hall to support other fonts in
> RTF).
> 
> This is what I still have on my todo list
> (harvested from numerous mails):
> - tutorial AcroForms (+ possibly some extra features)
> 
This definitely needs extra features. I put all the tools needed to
create forms but it needs a rocket scientist to have it working.

> - extending HTML parsing: parsing a CSS
> - background color for Chunks (Paulo?)
> 
I'm working on it and on annotations in Chunk.

> - constructing a Cell with an 'UNDEFINED' border by default
>   (kind of having an undefined leading)
> - rewrite the complete tutorial, keeping the Chapter numbers,
>   but not numbering the examples + add a general introduction
>   about PDF
> - once the CSS parsing works and the tutorial is rewritten:
>   make a PDF version of the tutorial
> 
> less important to me (but also on the list):
> - maybe some extra features for a Paragraph:
>   indentation for the first line, leading for the first line,...
> - a Label object so that you can have a tag in XML to
>   put text on an absolute position (but Paulo doesn't
>   like that kind of objects ;-)
> 
Just don't put XML inside PdfDocument!

> - PdfCell: images and text: how to wrap them?
> - supporting a PRE tag (XML package)
> - updating the iText scheme + DTD
>   and/or
> - studying FOP
> - introducing some 'marks' in a Chunk where the chunk
>   can be split adding a hyphenation-character
> - writing a SAXHandler that adds elements to a
>   TextElementArray instead of a DocListener
> - downloading and studying JasperReports and/or JFreeReport
> - making the iText logo look more professional
> 
> kind regards,
> Bruno
> 
Best Regards,
Paulo Soares

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] Usage of ColumnText.go(true)

2002-03-27 Thread Paulo Soares

ColumnText.go(true) does exactly as the real thing except writing to the
page, including y movement and consuming the text. You'll have to do it all
over again preferably with a clean ColumnText.

Best Regards,
Paulo Soares

> -Original Message-
> From: John R. Telford [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 27, 2002 15:37
> To:   [EMAIL PROTECTED]
> Subject:  [iText-questions] Usage of ColumnText.go(true)
> 
> I am new to iText and I am trying to create a phone book like directory. I
> am using ColumnText to have three columns with listings. At the top of
> every column I want to print a header so I am using the
> ColumnText.go(true) method. The problem is that when simulate is run it
> not only clears the content buffer (I can work around that) it also moves
> the "cursor" as if the content has been added. Is this a bug or is this
> how the ColumnText.go(true) method was intended to work. Any advice code
> snippets, etc. would be appreciated. 
> /jrt
>  
> Java Code:
> PdfContentByte cb = writer.getDirectContent();
> ColumnText ct = new ColumnText(cb);
> float[] right = {70, 310, 550};
> float[] left = {290, 530, 770};
>  
> int status = 0;
> int column = 0;
> int loop   = 0;
>  
> ct.setSimpleColumn(right[column], 60, left[column], 790, 16,
> Element.ALIGN_JUSTIFIED);
> while (loop<100) {
> ct.addText(new Phrase("Applicance
> Repair\nCity\nState\nZip\n",
>  
> FontFactory.getFont(FontFactory.HELVETICA,
>   12)));
>  
> //Check to see if this will fit in the current column
> status = ct.go(true);
>  
> if (status == ColumnText.NO_MORE_COLUMN) {
> column++;
> if ( column > 2) {
> document.newPage();
> column=0;
> }
>  
> ct.addText(new Phrase("Column Header\n",
>  
> FontFactory.getFont(FontFactory.HELVETICA,
>12)));
> ct.setSimpleColumn(right[column], 60, left[column],
> 790, 16, Element.ALIGN_JUSTIFIED);
> 
> }
> //Write it for real this time
> ct.addText(new Phrase("Applicance
> Repair\nCity\nState\nZip\n",
>   FontFactory.getFont(FontFactory.HELVETICA,
>   12)));
> ct.go(false);
>  
> 
> //Just a test counter to break the loop
> loop++;
> }
> 
>   << File: Problem.pdf >> 

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] Vertical Alignement in cell

2002-03-27 Thread JOLY Philippe ext DvSI/SIFAC


Incredible !

Today, I can not find again the link that gived me iText0.30
I will get the correct iText version for jdk1.1

Thank you very much for your help,
Philippe


-Message d'origine-
De : Bruno Lowagie [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 27 mars 2002 16:42
À : JOLY Philippe ext DvSI/SIFAC
Cc : [EMAIL PROTECTED]
Objet : RE: [iText-questions] Vertical Alignement in cell


> I thought that iText0.30 was the good version for jdk1.1, am I wrong ?

You can always download a JDK1.1.x version from:
http://www.geocities.com/itextpdf/
(but you have to compile and jar it yourself)

OK, the site says it's experimental, but don't let this
freighten you. Every iText version (for instance now 0.90)
is based on these versions (in the case of iText0.90: based
on Paulo's versions 93 and 94).

Do I still have a reference to that old iText0.30
version? If so, I will remove it. It's more than 2
years old. You're missing all the good stuff!

kind regards,
Bruno


___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] iText0.90

2002-03-27 Thread Matt Benson

It would be nice to finish the PDF tutorial before you
get beyond version 0.99, then you could go to 1.00
perfectly.

Also, it would be good if the logo was done by that
time, hopefully also created with iText.  Maybe
Phillip Pan could come up with something?  He seems to
be good at that sort of thing.

-Matt

--- Bruno Lowagie <[EMAIL PROTECTED]> wrote:
> Hello all,
> 
> I'll be travelling through Catalunya next week, so I
> wanted
> release 0.90 (based on Paulo's versions 93 and 94),
> extended
> with the new RtfWriter from Mark Hall soon enough.
> 
> I started writing the tutorial about forms, but it's
> not
> yet in the release because I have some ideas
> concerning
> AcroForms that I want to work out first.
> 
> I didn't add much functionality myself.
> I followed the suggestion of AJ Wilson concerning
> the problems
> with the onStartPage-event, I fixed some font issues
> (see mail
> Christopher Lomvardias) and I added a method
> Font.getFamilyname
> (this method should allow Mark Hall to support other
> fonts in
> RTF).
> 
> This is what I still have on my todo list
> (harvested from numerous mails):
> - tutorial AcroForms (+ possibly some extra
> features)
> - extending HTML parsing: parsing a CSS
> - background color for Chunks (Paulo?)
> - constructing a Cell with an 'UNDEFINED' border by
> default
>   (kind of having an undefined leading)
> - rewrite the complete tutorial, keeping the Chapter
> numbers,
>   but not numbering the examples + add a general
> introduction
>   about PDF
> - once the CSS parsing works and the tutorial is
> rewritten:
>   make a PDF version of the tutorial
> 
> less important to me (but also on the list):
> - maybe some extra features for a Paragraph:
>   indentation for the first line, leading for the
> first line,...
> - a Label object so that you can have a tag in XML
> to
>   put text on an absolute position (but Paulo
> doesn't
>   like that kind of objects ;-)
> - PdfCell: images and text: how to wrap them?
> - supporting a PRE tag (XML package)
> - updating the iText scheme + DTD
>   and/or
> - studying FOP
> - introducing some 'marks' in a Chunk where the
> chunk
>   can be split adding a hyphenation-character
> - writing a SAXHandler that adds elements to a
>   TextElementArray instead of a DocListener
> - downloading and studying JasperReports and/or
> JFreeReport
> - making the iText logo look more professional
> 
> kind regards,
> Bruno
> 
> ___
> iText-questions mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/itext-questions


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] Vertical Alignement in cell

2002-03-27 Thread Paulo Soares

http://www.geocities.com/itextpdf has a jdk1.1.x for the current version.

Best Regards,
Paulo Soares

> -Original Message-
> From: JOLY Philippe ext DvSI/SIFAC [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 27, 2002 15:25
> To:   [EMAIL PROTECTED]
> Subject:  RE: [iText-questions] Vertical Alignement in cell
> 
> Thank you for your quick answer !
> 
> Here is a jpeg showing my vertical alignement problem. My english is not
> very good :-) and it is difficult to explain.
> 
> I use iText0.30, I am working on an software written with jdk1.1, so I use
> iText for jdk1.1
> 
> I thought that iText0.30 was the good version for jdk1.1, am I wrong ?
> 
> Philippe
> 
> -Message d'origine-
> De : Bruno Lowagie [mailto:[EMAIL PROTECTED]]
> Envoyé : mercredi 27 mars 2002 15:34
> À : JOLY Philippe ext DvSI/SIFAC
> Cc : [EMAIL PROTECTED]; JOLY Philippe ext DvSI/SIFAC
> Objet : Re: [iText-questions] Vertical Alignement in cell
> 
> 
> When you first posted this question I didn't understand quite
> what you were talking about. These 2 statements make it clear:
> 
> > - c.setVerticalAlignement(Element.ALIGN_MIDDLE) and Element.ALIGN_TOP
> it
> > does not work
> 
> This functionality has been updated many times.
> 
> > - Chunk.setTextRise() does not exist in my iText version
> 
> But it seems that you are using a very, very, very old version.
> Please tell us what version (and why you don't use an upgrade). << File:
> exPDF.jpg >> 

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] Vertical Alignement in cell

2002-03-27 Thread Bruno Lowagie

> I thought that iText0.30 was the good version for jdk1.1, am I wrong ?

You can always download a JDK1.1.x version from:
http://www.geocities.com/itextpdf/
(but you have to compile and jar it yourself)

OK, the site says it's experimental, but don't let this
freighten you. Every iText version (for instance now 0.90)
is based on these versions (in the case of iText0.90: based
on Paulo's versions 93 and 94).

Do I still have a reference to that old iText0.30
version? If so, I will remove it. It's more than 2
years old. You're missing all the good stuff!

kind regards,
Bruno

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] Usage of ColumnText.go(true)

2002-03-27 Thread John R. Telford



I am new to iText and I am trying to create a phone 
book like directory. I am using ColumnText to have three columns with listings. 
At the top of every column I want to print a header so I am using the 
ColumnText.go(true) method. The problem is that when simulate is run it not only 
clears the content buffer (I can work around that) it also moves the 
"cursor" as if the content has been added. Is this a bug or is this how the 
ColumnText.go(true) method was intended to work. Any advice code snippets, etc. 
would be appreciated. 
/jrt
 
Java Code:
    
PdfContentByte cb = 
writer.getDirectContent();    
ColumnText ct = new 
ColumnText(cb);    
float[] right = {70, 310, 
550};    
float[] left = {290, 530, 770};
 
    int 
status = 
0;    int 
column = 
0;    int 
loop   = 0;
 
    
ct.setSimpleColumn(right[column], 60, left[column], 790, 16, 
Element.ALIGN_JUSTIFIED);    
while (loop<100) 
{    
ct.addText(new Phrase("Applicance 
Repair\nCity\nState\nZip\n",  
FontFactory.getFont(FontFactory.HELVETICA,  
12)));
 
    
//Check to see if this will fit in the current 
column    
status = ct.go(true);
 
    
if (status == ColumnText.NO_MORE_COLUMN) 
{    
column++;    
if ( column > 2) 
{    
document.newPage();    
column=0;    
}
 
    
ct.addText(new Phrase("Column 
Header\n",   
FontFactory.getFont(FontFactory.HELVETICA,   
12)));    
ct.setSimpleColumn(right[column], 60, left[column], 790, 16, 
Element.ALIGN_JUSTIFIED);    
    
}    
//Write it for real this 
time    
ct.addText(new Phrase("Applicance 
Repair\nCity\nState\nZip\n",  
FontFactory.getFont(FontFactory.HELVETICA,  
12)));    
ct.go(false);
 
    
//Just a test counter to break the 
loop    
loop++;    
}
 


Problem.pdf
Description: Adobe PDF document


[iText-questions] iText0.90

2002-03-27 Thread Bruno Lowagie

Hello all,

I'll be travelling through Catalunya next week, so I wanted
release 0.90 (based on Paulo's versions 93 and 94), extended
with the new RtfWriter from Mark Hall soon enough.

I started writing the tutorial about forms, but it's not
yet in the release because I have some ideas concerning
AcroForms that I want to work out first.

I didn't add much functionality myself.
I followed the suggestion of AJ Wilson concerning the problems
with the onStartPage-event, I fixed some font issues (see mail
Christopher Lomvardias) and I added a method Font.getFamilyname
(this method should allow Mark Hall to support other fonts in
RTF).

This is what I still have on my todo list
(harvested from numerous mails):
- tutorial AcroForms (+ possibly some extra features)
- extending HTML parsing: parsing a CSS
- background color for Chunks (Paulo?)
- constructing a Cell with an 'UNDEFINED' border by default
  (kind of having an undefined leading)
- rewrite the complete tutorial, keeping the Chapter numbers,
  but not numbering the examples + add a general introduction
  about PDF
- once the CSS parsing works and the tutorial is rewritten:
  make a PDF version of the tutorial

less important to me (but also on the list):
- maybe some extra features for a Paragraph:
  indentation for the first line, leading for the first line,...
- a Label object so that you can have a tag in XML to
  put text on an absolute position (but Paulo doesn't
  like that kind of objects ;-)
- PdfCell: images and text: how to wrap them?
- supporting a PRE tag (XML package)
- updating the iText scheme + DTD
  and/or
- studying FOP
- introducing some 'marks' in a Chunk where the chunk
  can be split adding a hyphenation-character
- writing a SAXHandler that adds elements to a
  TextElementArray instead of a DocListener
- downloading and studying JasperReports and/or JFreeReport
- making the iText logo look more professional

kind regards,
Bruno

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] Vertical Alignement in cell

2002-03-27 Thread JOLY Philippe ext DvSI/SIFAC

Thank you for your quick answer !

Here is a jpeg showing my vertical alignement problem. My english is not very good :-) 
and it is difficult to explain.

I use iText0.30, I am working on an software written with jdk1.1, so I use iText for 
jdk1.1

I thought that iText0.30 was the good version for jdk1.1, am I wrong ?

Philippe

-Message d'origine-
De : Bruno Lowagie [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 27 mars 2002 15:34
À : JOLY Philippe ext DvSI/SIFAC
Cc : [EMAIL PROTECTED]; JOLY Philippe ext DvSI/SIFAC
Objet : Re: [iText-questions] Vertical Alignement in cell


When you first posted this question I didn't understand quite
what you were talking about. These 2 statements make it clear:

> - c.setVerticalAlignement(Element.ALIGN_MIDDLE) and Element.ALIGN_TOP  it
> does not work

This functionality has been updated many times.

> - Chunk.setTextRise() does not exist in my iText version

But it seems that you are using a very, very, very old version.
Please tell us what version (and why you don't use an upgrade).

<>

Re: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Gerd Mueller

On Wed, 27 Mar 2002 13:09:17 +0100
Bruno Lowagie <[EMAIL PROTECTED]> wrote:

> Quoting Gerd Mueller <[EMAIL PROTECTED]>:
> 
> > You can see the result in the screenshot (taken from AcrobatReader 4 on
> > Linux)
> 
> I didn't receive the attachment.
> Could be the mailing list is preventing attachments.
>

Sorry, I didn't attachet it at all ;-)

> > in the cell with the text 'anmerkung ...'. It seems that each '\n' causes 
> > two linebreaks instead of only one. Or is there any layout property, that 
> > I can set to avoid this ?
> 
> Are you sure there are two linebreaks in the PDF?
> Maybe the leading of the Cell is to big (leading = the
> space between two lines).


__
Gerd Mueller  [EMAIL PROTECTED] 
SMB GmbHhttp://www.smb-tec.com



screenshot.gif
Description: GIF image


Re: [iText-questions] Vertical Alignement in cell

2002-03-27 Thread Bruno Lowagie

When you first posted this question I didn't understand quite
what you were talking about. These 2 statements make it clear:

> - c.setVerticalAlignement(Element.ALIGN_MIDDLE) and Element.ALIGN_TOP  it
> does not work

This functionality has been updated many times.

> - Chunk.setTextRise() does not exist in my iText version

But it seems that you are using a very, very, very old version.
Please tell us what version (and why you don't use an upgrade).

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] Vertical Alignement in cell

2002-03-27 Thread JOLY Philippe ext DvSI/SIFAC

Hi,

I use iText (jdk1.1 version) to generate PDF on the fly by servlets.
I have problem with vertical alignement of text in cell.

This is an simplified extract of my real code :

Table table = new Table(1, LignesNumber);
Color backColor;
...
for(i=0; ihttps://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Bruno Lowagie

Quoting "Joachim F. Petzold" <[EMAIL PROTECTED]>:

> PdfPCell.setNoWrap(boolean)  works for PDF generation.
> If set to "true" it suppresses wrapping, even if as a result
> the cell content collides with the adjacent cell or flows
> beyond the table's left margin.
> 
> I am not sure about Cell.setNoWrap() since I mostly work with
> PdfPTables.

OK, people really should mention if they use Table or PdfPTable.
(Or we should axe Table as Paulo would say ;-)

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Joachim F. Petzold

PdfPCell.setNoWrap(boolean)  works for PDF generation.
If set to "true" it suppresses wrapping, even if as a result
the cell content collides with the adjacent cell or flows
beyond the table's left margin.

I am not sure about Cell.setNoWrap() since I mostly work with
PdfPTables.


Regards,
Joachim Petzold

> -Original Message-
> From: Bruno Lowagie [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 27, 2002 7:21 AM
> To: Joachim F. Petzold
> Cc: Gerd Mueller; iText Mailing List
> Subject: RE: [iText-questions] linebreaks in tablecells
> 
> 
> Quoting "Joachim F. Petzold" <[EMAIL PROTECTED]>:
> 
> > Cell.setNoWrap(true)
> 
> This method is only implemented for HTML generation,
> it doesn't work for PDF (or does it???)
> 


___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] XML + font codepage

2002-03-27 Thread Bruno Lowagie

Quoting Dmitry Kuznetsov <[EMAIL PROTECTED]>:

> Hello iText users,
> 
> I try to use XML file to parse it and generate the corresponding PDF.
> Can I set specific encoding for the chunk font in XML file, for example,
> CP1252?
> 

Yes, try this:

(I think this was added in iText0.88 or 0.89)

Remark: I am still working on the code.
Some XML functionality will probably change.
The iTextXML.jar is after all still in beta...

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] XML + font codepage

2002-03-27 Thread Dmitry Kuznetsov

Hello iText users,

I try to use XML file to parse it and generate the corresponding PDF.
Can I set specific encoding for the chunk font in XML file, for example,
CP1252?



Thanks and best regards
Dmitry Kuznetsov <[EMAIL PROTECTED]>
  <[EMAIL PROTECTED]>


___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Bruno Lowagie

Quoting "Joachim F. Petzold" <[EMAIL PROTECTED]>:

> Cell.setNoWrap(true)

This method is only implemented for HTML generation,
it doesn't work for PDF (or does it???)

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] table without borders

2002-03-27 Thread Bruno Lowagie

Quoting Fred Herrmann <[EMAIL PROTECTED]>:

> I am having a real problem creating a table without borders.  I have
> tried several different approaches with the latest shown below.  Could
> someone please tell me what I'm doing wrong?
> 
> Thanks, 
> Fred
> 
> Table myTable = null;
> myTable = new Table(17);
> myTable.setSpacing(0);
> myTable.setPadding(0);
> myTable.setBorder(Rectangle.NO_BORDER);
> myTable.setDefaultCellBorder(Rectangle.NO_BORDER);

Note that the DEFAULTS you set in setDefaultCellBorder
only apply to some methods.

For instance if you do:
myTable.addCell("Cell added as a String");
this cell will have no borders.

But if you do:
myTable.addCell(new Cell("Cell added as a Cell"));
this cell will not follow the default
because the layout of the Cell you created
has priority over the default layout.
Maybe Cells should be created with an
UNDEFINED border... I'll think about this
for a future release.

The code sample you have sent us doesn't show
us which method you used to add Cells.

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Joachim F. Petzold

Gerd,

note sure if the following will solve your problem:
if you enter all line breaks manually,
you should set Cell.setNoWrap(true), so that
line-breaks inserted by the automatic wrapping
don't interfere with your manual line breaks.

Regards,
Joachim Petzold


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Gerd
> Mueller
> Sent: Wednesday, March 27, 2002 6:53 AM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] linebreaks in tablecells
>
>
>
> Hi,
>
> I've got a problem with linebreaks in table cell in a PDF
> document. I create a
> simple tablecell by using
>
> new com.lowagie.text.Cell( String content );
>
> The content text contains new lines, e.g. '\n', but not '\r\n'.
> You can see the result in the screenshot (taken from
> AcrobatReader 4 on Linux)
> in the cell with the text 'anmerkung ...'. It seems that each '\n' causes
> two linebreaks instead of only one. Or is there any layout property, that
> I can set to avoid this ?
>
> Best Regards,
> Gerd
>
> __
> 
> Gerd Mueller
> [EMAIL PROTECTED]
> SMB GmbH
> http://www.smb-tec.com
>
> ___
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>



___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Bruno Lowagie

Quoting Gerd Mueller <[EMAIL PROTECTED]>:

> You can see the result in the screenshot (taken from AcrobatReader 4 on
> Linux)

I didn't receive the attachment.
Could be the mailing list is preventing attachments.

> in the cell with the text 'anmerkung ...'. It seems that each '\n' causes 
> two linebreaks instead of only one. Or is there any layout property, that 
> I can set to avoid this ?

Are you sure there are two linebreaks in the PDF?
Maybe the leading of the Cell is to big (leading = the
space between two lines).

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] linebreaks in tablecells

2002-03-27 Thread Gerd Mueller


Hi,

I've got a problem with linebreaks in table cell in a PDF document. I create a 
simple tablecell by using 

new com.lowagie.text.Cell( String content );

The content text contains new lines, e.g. '\n', but not '\r\n'. 
You can see the result in the screenshot (taken from AcrobatReader 4 on Linux)
in the cell with the text 'anmerkung ...'. It seems that each '\n' causes 
two linebreaks instead of only one. Or is there any layout property, that 
I can set to avoid this ?

Best Regards,
Gerd

__
Gerd Mueller  [EMAIL PROTECTED] 
SMB GmbHhttp://www.smb-tec.com

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] RE: More Exact Vertical aligment in PdfTables curiosity

2002-03-27 Thread Sergio Lopez Rodriguez

Thanks it worked ... but i had to use "+ fontsize"  instead "+
fontsize -2" ( iguees fontsize is the size I specify when I do new
Font(bf,8), that's 8)

Thanks

Sergio

P.S: I'm really sorry for the huge text added at the end of my mials "Este
mensaje y los documentos " ;-)

- Original Message -
From: Paulo Soares <[EMAIL PROTECTED]>
To: 'Sergio Lopez Rodriguez' <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Subject: RE: More Exact Vertical aligment in PdfTables curiosity


helv7B.getBaseFont() only works if the font was constructed with a BaseFont.
You can achieve the same effect with:

BaseFont bf = BaseFont.createFont(BaseFont.HELVETICA_BOLD, "winansi",
false);
helv7B = new Font(bf, 8);


> -Original Message-
> From: Sergio Lopez Rodriguez [SMTP:[EMAIL PROTECTED]]
> To: Paulo Soares; [EMAIL PROTECTED]
>
> Once I had a doubt about exact vertical aligment in PdfPTables and
> PdfPCell
> the possible solution that Paolo gave me was
>
> "The alignment is done by the leading not by the capheight. Try something
> like this to align it by the cap:
>
> table.getDefaultCell().setPaddingTop(bf.getFontDescriptor(BaseFont.CAPHEIG
> HT
> , fontSize) - fontSize + 2); "
>


---
Este mensaje y los documentos, que en su caso, lleve anexos, pueden
contener informacion confidencial y atañe exclusivamente a las personas
a las que va dirigido. Cualquier opinion en el contenida, es exclusiva de
su autor y no representa necesariamente la opinion de AZERTIA.
Si usted no es el destinatario de este mensaje, considerese advertido de
que lo ha recibido por error y que cualquier uso, difusion o copia estan
prohibidos legalmente. Si ha recibido este mensaje por error, le rogamos
que nos lo comunique por la misma via o al telefono 93 207 55 11 y proceda
a destruirlo inmediatamente.  

This email is confidential and intended solely for the use of the individual
to whom it is addressed. Any views or opinions presented are solely those
of the author and do not necessarily represent those of AZERTIA.
If you are not the intended recipient, be advised that you have received
this email in error and that any use, dissemination, forwarding, printing,
or copying of this email is strictly prohibited.
If you have received this email in error please notify it to AZERTIA
by telephone on number +34 93 207 55 11.
---

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] RE: More Exact Vertical aligment in PdfTables curiosity

2002-03-27 Thread Paulo Soares

helv7B.getBaseFont() only works if the font was constructed with a BaseFont.
You can achieve the same effect with:

BaseFont bf = BaseFont.createFont(BaseFont.HELVETICA_BOLD, "winansi",
false);
helv7B = new Font(bf, 8);

Best Regards,
Paulo Soares

> -Original Message-
> From: Sergio Lopez Rodriguez [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 27, 2002 8:37
> To:   Paulo Soares; [EMAIL PROTECTED]
> Subject:  More Exact Vertical aligment in PdfTables curiosity
> 
> Once I had a doubt about exact vertical aligment in PdfPTables and
> PdfPCell
> the possible solution that Paolo gave me was
> 
> "The alignment is done by the leading not by the capheight. Try something
> like this to align it by the cap:
> 
> table.getDefaultCell().setPaddingTop(bf.getFontDescriptor(BaseFont.CAPHEIG
> HT
> , fontSize) - fontSize + 2); "
> 
> The problem I have is I'm using a Font created in this way :
> 
> Font helv8B = new Font(Font.HELVETICA,8,Font.BOLD)
> 
> and when I get the FontDescriptor
> 
> helv7B.getBaseFont().getFontDescriptor()
> 
> I get a null. I tried to set de Padding Top but without success Could
> I
> set in some way the fontDescriptor?
> 
> Regards
> 
> Sergio
> 
> P.S: The table I build consists of a row with 2 cells A (with 1 line) &
> B(with 2 lines). The one i'm most interested to align vertically is B.
> First
> I built A with PdfPCell, and later as B (table.add(new Phrase(...)))
> 
> 
> 
> 
> 
> Best Regards,
> Paulo Soares
> 
> > -Original Message-
> > From: Sergio Lopez Rodriguez [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, March 14, 2002 10:41
> > To: [EMAIL PROTECTED]
> > Subject: [iText-questions] Vertical aligment in PdfTables curiosity
> >
> > I've seen sth curious related to vertical alignment in cells (see
> > TablesMiddle.java and jpg attached) and it's that there's always a
> slight
> > difference between the text and the upper border, and the text with the
> > lower border of the cell.
> > In the java attached in the first cell i don't fix the height so the
> > effect
> > it looks more clear
> > It's not a big problem for what i intend to do but I am curious about
> this
> > and if there's a way to solve it better ... anyway it's just a tiny
> thing
> > :-)
> >
> > Regards
> >
> > Sergio
> >
> > ---
> > Este mensaje y los documentos, que en su caso, lleve anexos, pueden
> > contener informacion confidencial y atañe exclusivamente a las personas
> > a las que va dirigido. Cualquier opinion en el contenida, es exclusiva
> de
> > su autor y no representa necesariamente la opinion de AZERTIA.
> > Si usted no es el destinatario de este mensaje, considerese advertido de
> > que lo ha recibido por error y que cualquier uso, difusion o copia estan
> > prohibidos legalmente. Si ha recibido este mensaje por error, le rogamos
> > que nos lo comunique por la misma via o al telefono 93 207 55 11 y
> proceda
> > a destruirlo inmediatamente.
> >
> > This email is confidential and intended solely for the use of the
> > individual
> > to whom it is addressed. Any views or opinions presented are solely
> those
> > of the author and do not necessarily represent those of AZERTIA.
> > If you are not the intended recipient, be advised that you have received
> > this email in error and that any use, dissemination, forwarding,
> printing,
> > or copying of this email is strictly prohibited.
> > If you have received this email in error please notify it to AZERTIA
> > by telephone on number +34 93 207 55 11.
> > ---
> >  << File: TableMiddle.jpg >>  << File: TablesMiddle.java >>
> 
> 
> ---
> Este mensaje y los documentos, que en su caso, lleve anexos, pueden
> contener informacion confidencial y atañe exclusivamente a las personas
> a las que va dirigido. Cualquier opinion en el contenida, es exclusiva de
> su autor y no representa necesariamente la opinion de AZERTIA.
> Si usted no es el destinatario de este mensaje, considerese advertido de
> que lo ha recibido por error y que cualquier uso, difusion o copia estan
> prohibidos legalmente. Si ha recibido este mensaje por error, le rogamos
> que nos lo comunique por la misma via o al telefono 93 207 55 11 y proceda
> a destruirlo inmediatamente.  
> 
> This email is confidential and intended solely for the use of the
> individual
> to whom it is addressed. Any views or opinions presented are solely those
> of the author and do not necessarily represent those of AZERTIA.
> If you are not the intended recipient, be advised that you have received
> this email in error and that any use, dissemination, forwarding, printing,
> or copying of this email is strictly prohibited.
> If you have received this email in error please notify it to AZERTIA
> by telephone on number +34 93 207 55 11.
> --

RE: [iText-questions] SubTotals, count, ....

2002-03-27 Thread Bruno Lowagie

Quoting Sergio Lopez Rodriguez <[EMAIL PROTECTED]>:

> > Isn't it simpler to
> > keep a counter in your loop that adds the different items
> > and add the results when the loop is finished?
> I THOUGHT IT IN THE SAME WAY, BUT FOR THE MOMENT, I THINK IT'S STUPID, I
> HAVE TO SHOW THE TOTAL OF PRINTED ROWS IN EACH PAGE!!! (LIKE THE TOTAL OF
> PAGES...).

Aha, you didn't say this before!

If your data is in a table, working with fitsPage could be
a way to go. See example 13 in Chapter 5 of the tutorial.
(But you'll have to use the fitsPage method that
not only takes a table, but also a margin.)

> > Why would you let a Servlet extend PdfPageHelper?
> > I don't understand the way you think.
> > No Servlet can ever extend PdfPageEventHelper (why should it
> > have to?).
> WELL, THE IDEA IT WAS TO REDUCE THE NUMBER OF CLASSES

This is not a very Object Oriented way of working.

> IF I WERE ABLE TO "EXTEND" OR IMPLEMENT
> EVENTS IN SOME WAY IT WOULD BE EASIER TO PASS SUBTOTAL, AVERAGE,.
> I WAS THINKING THE SUBTOTALS IN THE SAME WAY AS "NUMBER TOTAL OF PAGES"

But where would you trigger those Events?
You would have to change iText internally.
No, this is not an option.

To meet your needs a 'GenericTagEvent' is added.
You could pass a String (for instance "1;1.500") as a
generic tag. This String can be parsed in the EventHandler:
add 1.500 to the counter of column 1.

See example 9 of Chapter 2 for an example on generic tags.

So now you have a 'luxoury problem', instead of no solution,
you can chose between two solutions:

1. you put all your data in a table and keep track of
   all sums. As soon as the table doesn't fit the page,
   you delete the last row of data (and change the sums
   accordingly) and you add a row with the sums to the
   table before you add it to the document.
   You start with a new table on the next page.

2. you let the Event class handle all calculations.
   You pass all values with a generic tag and onPageEnd
   you put the sums at absolute positions on every page.

kind regards,
Bruno

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] SubTotals, count, ....

2002-03-27 Thread Bruno Lowagie

Quoting Sergio Lopez Rodriguez <[EMAIL PROTECTED]>:

> I need to add subtotals, count and other kind of group functions to a
> report. I think i must use Events, mustn't I? 

Why? What do you want to achieve?
Also keep in mind that iText is not like EXCEL.
How do you expect to pass the different values that need
to be calculated to the Event class? Isn't it simpler to
keep a counter in your loop that adds the different items
and add the results when the loop is finished?

> To create the PDF I'm using servlets that extends from a specific Servlet,
> let's say I have
>  
>   CarServlet extends OtherServlet
>  
> OtherServlet it's predefinined so I can't change its definition. First of
> all CarServlet can't extend PdfPageEventHelper, and I don't want CarServlet
> implementing PdfPageEvent because I will only need to use just
> onCloseDocument (total of pages and i guess subtotal,), onEndPage,
> onOpenDocument.

Why would you let a Servlet extend PdfPageHelper?
I don't understand the way you think.
No Servlet can ever extend PdfPageEventHelper (why should it
have to?).

Normally you create a seperate class MyHelper that extends
PdfPageHelper and in that class you define the behaviour of
your events. You use an instance of this class in the setEvent
method. It's as simple as that...

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] SubTotals, count, ....

2002-03-27 Thread Sergio Lopez Rodriguez

I need to add subtotals, count and other kind of group functions to a
report. I think i must use Events, mustn't I? 
To create the PDF I'm using servlets that extends from a specific Servlet,
let's say I have
 
  CarServlet extends OtherServlet
 
OtherServlet it's predefinined so I can't change its definition. First of
all CarServlet can't extend PdfPageEventHelper, and I don't want CarServlet
implementing PdfPageEvent because I will only need to use just
onCloseDocument (total of pages and i guess subtotal,), onEndPage,
onOpenDocument. Any hint? Maybe it's just a question of concept in Java ;-)
 
Regards and happy Easter
 
Sergio
 

---
Este mensaje y los documentos, que en su caso, lleve anexos, pueden
contener informacion confidencial y atañe exclusivamente a las personas
a las que va dirigido. Cualquier opinion en el contenida, es exclusiva de
su autor y no representa necesariamente la opinion de AZERTIA.
Si usted no es el destinatario de este mensaje, considerese advertido de
que lo ha recibido por error y que cualquier uso, difusion o copia estan
prohibidos legalmente. Si ha recibido este mensaje por error, le rogamos
que nos lo comunique por la misma via o al telefono 93 207 55 11 y proceda
a destruirlo inmediatamente.  

This email is confidential and intended solely for the use of the individual
to whom it is addressed. Any views or opinions presented are solely those
of the author and do not necessarily represent those of AZERTIA.
If you are not the intended recipient, be advised that you have received
this email in error and that any use, dissemination, forwarding, printing,
or copying of this email is strictly prohibited.
If you have received this email in error please notify it to AZERTIA
by telephone on number +34 93 207 55 11.
---

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions