[iText-questions] Re: Simple example of onStartPage

2002-02-20 Thread bruno
Benoit, Mark H. writes: I need to place our company logo in the top left had corner as well as Repeat the name of the report on the top of each page. A footer of the page number is also needed but was simple using your examples. What I have done, is using the onStartPage, I add the

[iText-questions] Absolute Positioning Text and Measurements Problems

2002-02-20 Thread Sergio Lopez Rodriguez
I need to position texts and lines in determined positions (measured in cms.). I have had a look on the page http://www.lowagie.com/iText/tutorial/ch01.html http://www.lowagie.com/iText/tutorial/ch01.html Margins Section, in particular about how to convert from cms into points and, for instance,

[iText-questions] TrueType Fonts

2002-02-20 Thread Serge S. Vasiljev
Hi Is it possible to create TrueType font without using direct link to .ttf file - and use SystemFontName ??? thanks sv

[iText-questions] Using fonts

2002-02-20 Thread Sergio Lopez Rodriguez
I need to use the Arial font and position, once more, text ... in Chapter 10 the examples seems to indicate i have to use BaseFont, but if i want to use another kind of font (Chapter 9) i should use the full path of the font. Is there another way without specifying the path. Should i use then

[iText-questions] Again Cell - PdfPCell - verticalAlignment probelm

2002-02-20 Thread Serge S. Vasiljev
Hi. I've read in archive that a lot of people have a problem with verticalAlignment - but Idid not find any good explanation or"how to" So - what I have to do if I wona get a Cell - with alignment type = Middle ? thanks. sv

[iText-questions] Tables in Header

2002-02-20 Thread Pardey, Craig
Hi, I have been using the iText API for a while now and have been quite impressed with it. The only thing I need to be able to do is to include a table in the header or footer of a PDF document. It is mentioned in the headers and footers section of the tutorial, but the link (to chapter 12 I

[iText-questions] Re: Tables in Header

2002-02-20 Thread bruno
Pardey, Craig writes: The only thing I need to be able to do is to include a table in the header or footer of a PDF document. Create a PdfPTable and add it at an absolute position in the onEndPage-method. ___ iText-questions mailing list [EMAIL

[iText-questions] alternate row background without cover the watermak image

2002-02-20 Thread [EMAIL PROTECTED]
I use a PdfPTable and also a watermark I want to alternate the rows background (more readable) without cover the watermark image. Is possible ? I appreciate any suggestion. Thanks in advance. ___ iText-questions mailing list [EMAIL PROTECTED]

RE: [iText-questions] alternate row background without cover the watermak image

2002-02-20 Thread Paulo Soares
Explain better. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 15:00 To: [EMAIL PROTECTED] Subject: [iText-questions] alternate row background without cover the watermak image I use a

[iText-questions] Using different fonts and ... positioning text

2002-02-20 Thread Sergio Lopez Rodriguez
I want to use CODE39 and Helvetica + positioning but i have problems to do it. 1. Can i do sth like...? cb.beginText(); BaseFont bf = BaseFont.createFont(BaseFont.HELVETICA, BaseFont.CP1252, BaseFont.NOT_EMBEDDED); BaseFont bf_BARCODE =

[iText-questions] Search iText website

2002-02-20 Thread [EMAIL PROTECTED]
Hi Bruno, I follow the list and read most of the emails. It seems that a lot of people would find their answers if they could search your website. You may want to implement one of the free search engines which spider you site. I implemented one in my brothers website (www.pogo-snowboards.de). It

RE: [iText-questions] Using different fonts and ... positioning text

2002-02-20 Thread Paulo Soares
There are several ways of doing this. Your way works if you embedd the font and use the start/stop character '*'. My last version, that is not yet official, supports barcodes without external fonts. Besides that, it has the advantage that it gives you the final dimensions of the barcode, before

[iText-questions] Re: Using different fonts and ... positioning t ext

2002-02-20 Thread bruno
Paulo Soares writes: My last version, that is not yet official Unless I forgot something, I think it's official now. I didn't find the time to do 2 things I normally do: 1. I generated the JAVADOC with J2SDK1.4.0 and I saw there were a lot of warnings. Normally I remove the cause of

[iText-questions] Get PdfContentByte from Document

2002-02-20 Thread Pardey, Craig
Hi, Is it possible to get the PdfContentByte for a particular Document? I am trying to write some modularised code that will take a Document as a parameter and add content to it, but it also needs to be able to add outline entries. For this purpose it has to be able to get the PdfContentByte

[iText-questions] Searchable Text

2002-02-20 Thread mmaschin
What are the requirements for text to be searchable in PDF? What I'm doing is this. I'm trying to create an alternate method to generate mainframe xerox forms. I've created a parser for the xerox form language that will create PDFTemplates. When I go to match the report data to the template I