[iText-questions] Confusion reg Page Numbers

2003-02-04 Thread jaysheel kumar
hi     Iam using iText to merge the PDF Files.This is working excellent.Iam using concat.java sample.I want to display page numbers in the footer,the format is (pagenumber of  total pages)  ie 1 of 10.   Is it possible to modify the concat.java to achieve this?? if yes then where should i modify.  

[iText-questions] PDF -> Postscript using Ghostscript

2003-02-04 Thread Chi Wah Chan
Hi, I'm using iText with Arial Unicode MS to generate PDF, can Ghostscript transforms that PDF to Postscript perfectly? Regards, Jonathan. _ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=featu

Re: Nested Tables#2 (Was: [iText-questions] leading inside cells)

2003-02-04 Thread Somik Raha
Sorry, I forgot the attachment in my last mail. Regards, Somik MyNestedTable.java Description: Binary data

[iText-questions] nested tables

2003-02-04 Thread Somik Raha
Hi I tried out the two example programs in the Nested Tables section. The first one gives this output : Chapter 5 example 14: nested tables Error: 4 4 com.lowagie.text.DocumentException: 4 at com.lowagie.text.pdf.PdfDocument.add(PdfDocument.java:1814) at com.lowagie.text.Document.add(Document.

RE: [iText-questions] iText questions re: gray fill and document margins

2003-02-04 Thread Paulo Soares
> -Original Message- > From: Erik Gfesser [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 17:28 > To: [EMAIL PROTECTED] > Subject: [iText-questions] iText questions re: gray fill and document > margins > > I am a relatively newer user of iText, and need > assistance in

RE: [iText-questions] Absolute positioning of pdf templates.

2003-02-04 Thread Paulo Soares
Convert the template into an image and place the image in a Chunk. The template will then flow with the rest of the text. Best Regards, Paulo Soares > -Original Message- > From: William S. Hayes [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 17:19 > To: [EMAIL PROTECTED] >

Re: [iText-questions] leading inside cells

2003-02-04 Thread Bruno
Quoting Somik Raha <[EMAIL PROTECTED]>: > Hi, > I'm finding that leading (within Phrases or Paragraphs) is not honored > inside a cell, but works fine outside. Is this a known bug ? Cell has its own setLeading. It overrules all other leadings. Bruno ---

[iText-questions] iText questions re: gray fill and document margins

2003-02-04 Thread Erik Gfesser
I am a relatively newer user of iText, and need assistance in resolving two issues: (1) I want to gray fill a PdfPCell, and the setGrayFill() method of PdfPCell does not seem to be working. It takes a float which indicates the grayfill value desired for the cell. I have tried various values, and n

[iText-questions] Absolute positioning of pdf templates.

2003-02-04 Thread William S. Hayes
Is there an easier way to place a template onto a pdf page?  Right now I am writing a generic pdf reporter that places the page number and the total pages on each page of the document.  The problem is that my reporter allows the margins to change.  Thus changing where the page numbers should

[iText-questions] leading inside cells

2003-02-04 Thread Somik Raha
Hi,     I'm finding that leading (within Phrases or Paragraphs) is not honored inside a cell, but works fine outside. Is this a known bug ?   Regards, Somik

Re: [iText-questions] xml to pdf, text positioning

2003-02-04 Thread David Thielen
you might be able to do this with www.WindwardReports.com. thanks - dave - Original Message - From: "Bendik R.Johansen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 6:30 PM Subject: [iText-questions] xml to pdf, text positioning > Hello, > > I was wonde

[iText-questions] print and close a document

2003-02-04 Thread Pablo Jimenez
Hello, How can i from a servlet print a document and close it after. I can print the document but i must to close the window, how to make it? Thank you. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWo

RE: [iText-questions] showTextAligned and PdfContentByte.ALIGN_RIGHT

2003-02-04 Thread Paulo Soares
Works for me. Please post a runnable complete small example. Best Regards, Paulo Soares > -Original Message- > From: Ricardo Coutinho [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 03, 2003 17:39 > To: '[EMAIL PROTECTED]' > Subject: [iText-questions] showTextAligned and > PdfCon

Re: [iText-questions] Re: relevant question

2003-02-04 Thread Bruno
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > I have a Java Swing application that I would like to > adapt for generating tax forms in pdf format (or > simply be able to programmatically fill out such > "fillable" forms which are available from the > Internal Revenue Service, www.irs.gov).

Re: [iText-questions] xml to pdf, text positioning

2003-02-04 Thread Bruno
Quoting "Bendik R.Johansen" <[EMAIL PROTECTED]>: > Is there a simple way to do this like: > > (Pseudo code) > > Hello, world! > This kind of functionality is not provided in the XML package. > Also, is there a way to define an existing pdf to add text to, in xml? No, you will have to write