Re: [iText-questions] Enforce footer on first page from XML format.

2002-09-09 Thread Bruno
Quoting Rick Szeto <[EMAIL PROTECTED]>: > I have found a reference to the problem from Google: > http://www.geocrawler.com/archives/3/8175/1999/12/0/7232253/ > > However the solution is for the API only and the post was almosts 3 > years ago. It is still a valid answer. > I was wondering if an

Re: [iText-questions] Page number

2002-09-09 Thread Bruno
Quoting Ritesh Saraf <[EMAIL PROTECTED]>: > Hi, > > I am trying to use the concat facility of Itext and in that i am trying to > give page numbers on the top , but the page numbers are showing on some > pages and not showing on the others. Most probably they are getting hidden > by the orignal

Re: [iText-questions] CJKFont problem

2002-09-09 Thread Bruno
> 1. would you tell me the format of all these three files? or place the > sample properties files in the example folders? I don't know if this answers your question, but you need to have the following jar in your classpath: http://itext.sourceforge.net/downloads/iTextAsian.jar Bruno

Re: [iText-questions] iText Table question

2002-09-09 Thread Bruno
Quoting [EMAIL PROTECTED]: > > what's the difference between the PdfTable, PdfPTable and Table? PdfTable is the internal format of class Table. You can't use it directly. Class Table is described in Chapter 5 of the tutorial. It is a high level object, easy to use, but with lots of limitations.

Re: [iText-questions] Scaling an Image

2002-09-09 Thread Bruno
Quoting [EMAIL PROTECTED]: > > I've generated a PDF Document, and inserted a image: > > com.lowagie.text.Image jpeg = > com.lowagie.text.Image.getInstance(filename_jpeg); > document.add(jpeg); > > but the image has a larger width than the page. >

[iText-questions] how to draw DashDot Line

2002-09-09 Thread yangll
How to draw DasgDotLine such like ___ _ ___ _ ___ _ , it's pattern is [ 9 5 1 5 ] 0 , How to set the parameters in pdfContentByte.setLineDash(...), or should I use the class PdfDashPattern, please tell me how to do , thanks! ---

[iText-questions] iText Table question

2002-09-09 Thread gary . djinbachian
what's the difference between the PdfTable, PdfPTable and Table? For creating large(30 to 60 page) reports which table would you suggest to use? Thanks, Gary. "WorldSecure Server " made the following annotations on 09/09/02 21:53:17

[iText-questions] CJKFont problem

2002-09-09 Thread Xia XiaoDan
I want to use iText to generate CJKFOnt embedded PDF files with both embedded and non-embedded way. Although with non-embedded way to generate pdf doesn't need to get font description and other information, iText still need CJKFont.properties, embedding.properties and XXX.cmap exist in fonts/ fold

[iText-questions] Page number

2002-09-09 Thread Ritesh Saraf
Hi, I am trying to use the concat facility of Itext and in that i am trying to give page numbers on the top , but the page numbers are showing on some pages and not showing on the others. Most probably they are getting hidden by the orignal page due to shortage of space. Can it be solved so that

[iText-questions] :-( Please help me again

2002-09-09 Thread Stefan
Dear Paulo, Dear iTexters,   Instead of posting a complete working program (which is really large i guess) i am posting another strange behaviour from one of the iText examples. I hope i can derive from this solution in order to get my own application work.   I take the Chap10_Graphics2D.j

[iText-questions] Plz help me out .... in my problem

2002-09-09 Thread prashant kakani
Dear iText Developers, I have recently joined the iText mailing list and i'm pretty much impressed.I request you people to plz help me out if you can, on my problem. Well, I have recently developed a web application using IBM websphere( works using the MVC structure-servlets,Java-Beans and JSP ) an

[iText-questions] Scaling an Image

2002-09-09 Thread Sascha . Oehl
I've generated a PDF Document, and inserted a image: com.lowagie.text.Image jpeg = com.lowagie.text.Image.getInstance(filename_jpeg); document.add(jpeg); but the image has a larger width than the page. Is it possible to scale the image elegant to

[iText-questions] Enforce footer on first page from XML format.

2002-09-09 Thread Rick Szeto
Hi all, I have been trying to use the XML format for my current needs and most of it has been doable (not easy just possible). However, I am stumped on how to get the footer to appear on the first page. I have found a reference to the problem from Google: http://www.geocrawler.com/archives/3

RE: [iText-questions] Please help me if you can

2002-09-09 Thread Paulo Soares
Post a small, complete working program with the problem. Best Regards, Paulo Soares > -Original Message- > From: Stefan [SMTP:[EMAIL PROTECTED]] > Sent: Sunday, September 08, 2002 18:50 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Please help me if you can > > Dear iText