Re: [iText-questions] Feature list

2003-08-28 Thread Paulo Soares
There's no formal document. A good clue to the features supported is to have a look at http://www.lowagie.com/iText/history.html and at the change log at http://itextpdf.sourceforge.net. If you have any doubts ask in the mailing list. Best Regards, Paulo Soares - Original Message - From:

Re: [iText-questions] Help me....

2003-08-28 Thread Paulo Soares
See PdfContentByte.setAction(). Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 20:24 Subject: [iText-questions] Help me > Hi, i'm a student from Costa Rica, i've working with the iText class, > so, i

[iText-questions] printing pdf from windows xp

2003-08-28 Thread Armin Waldispuehl
hi there, after a user fills out a form on a webpage the information is sent to a servlet which creates a pdf and send it back to the browser. then the user should be able to print the page directly out of the browser. All works fine but with some Windows XP machine I do have problems to print.

Re: [iText-questions] Copy PDF with Outlines

2003-08-28 Thread Paulo Soares
That's not yet available. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 16:04 Subject: [iText-questions] Copy PDF with Outlines > Hello, > how can I copy a PDF with also all outlines? I think that PdfCo

Re: [iText-questions] How to Change the footer text

2003-08-28 Thread Paulo Soares
Put the footer in an onEndPage and before closing, signal somewhere that the footer has changed. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 14:16 Subject: [iText-questions] How to Change the footer text

Re: [iText-questions] Page cursor check

2003-08-28 Thread Paulo Soares
Maybe an onParagraph page event will work. Best Regards, Paulo Soares - Original Message - From: "Wakabayashi, JR" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 19:24 Subject: [iText-questions] Page cursor check > How can I check to see if my content I'm p

Re: [iText-questions] Help me....

2003-08-28 Thread Bruno
Quoting [EMAIL PROTECTED]: > Hi, i'm a student from Costa Rica, i've working with the iText class, so, i > made a pdf with a hypertext with the setRemoteGoto method, but i need to > know how add a hypertext in a X,Y position, like the setTextMatrix method > works. > I mean, i want to draw a hypert

Re: [iText-questions] Feature list

2003-08-28 Thread Bruno
Quoting Sharmila Pandith <[EMAIL PROTECTED]>: > Hey, > > I am evaluating different products that create PDF. I was looking at iText > as > well and the feature list on http://www.lowagie.com/iText/docs.html doesn't > actually list the features that its product supports and the limitations > that

[iText-questions] Test cursor position

2003-08-28 Thread Wakabayashi, JR
Does anybody know what the best way is to test whether or not the next line will be the last line of the current page? I'm developing a application that uses a velocity template which parses a txt file. I automatically force a new page at the end of the file but, some files are just about 1 page

[iText-questions] Help me....

2003-08-28 Thread psaenz
Hi, i'm a student from Costa Rica, i've working with the iText class, so, i made a pdf with a hypertext with the setRemoteGoto method, but i need to know how add a hypertext in a X,Y position, like the setTextMatrix method works. I mean, i want to draw a hypertext in a X,Y position on the PDF. Tha

[iText-questions] Feature list

2003-08-28 Thread Sharmila Pandith
Hey, I am evaluating different products that create PDF. I was looking at iText as well and the feature list on http://www.lowagie.com/iText/docs.html doesn't actually list the features that its product supports and the limitations that it has. Is there a document that lists all the features it s

[iText-questions] Page cursor check

2003-08-28 Thread Wakabayashi, JR
How can I check to see if my content I'm putting into my pdf is close to or at the bottom margin. I have a number of txt files that I'm creating pdf files for and all of them are 1 page long, but a few are really close to 1 page long and I force a page break. I need to check so that I don't force

Re: Re: [iText-questions] Image X Watermark

2003-08-28 Thread Paulo Soares
Before coding away you must know what you want the final result to look like. Is it a translucent stamp? Is it a stamp over the images and under the text? Is it a stamp under everything? Is it an opaque stamp over everything but dotted to show through? Whatever you chose it will have an impact on h

Re: [iText-questions] Transparent Gif, PDFGraphics2D

2003-08-28 Thread Paulo Soares
It's not a bug. Not all the transparency cases are implemented for java.awt.Image. Best Regards, Paulo Soares - Original Message - From: "Alan Smoke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 22:04 Subject: [iText-questions] Transparent Gif, PDFGraphics2

[iText-questions] Copy PDF with Outlines

2003-08-28 Thread paolo . aldovini
Hello, how can I copy a PDF with also all outlines? I think that PdfCopy class is OK for copy a PDF but it isn't copy outlines. Thank you, Paolo Aldovini --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek

[iText-questions] How to Change the footer text

2003-08-28 Thread Versatech.Devabhaktuni
Hi I am creating a document which is of multiple pages. I am creating one big table and at the end i am adding this table to the document. How can change the footer text in the last page. Can you please advise. Thanks & Regards sudhir(x7358)

Re: [iText-questions] links and CopyPdf ... another try

2003-08-28 Thread rk
hello again! found the problem: i still had version 0.98, 1.00 works! regards, randolph On Thu, 28 Aug 2003 [EMAIL PROTECTED] wrote: > hello everybody! > > i am trying to copy a pdf and add a base url, but when i use CopyPdf.java > on my file it produces an invalid pdf. why would a copied pdf

[iText-questions] links and CopyPdf ... another try

2003-08-28 Thread rk
hello everybody! i am trying to copy a pdf and add a base url, but when i use CopyPdf.java on my file it produces an invalid pdf. why would a copied pdf be invalid for a reader when i am able to open the original? regards, randolph ---

Re: Re: [iText-questions] Image X Watermark

2003-08-28 Thread fherbert
Dear Paulo, Here is my code: import java.io.FileOutputStream; import java.io.IOException; import com.lowagie.text.*; import com.lowagie.text.pdf.PdfWriter; public class ImageTest { public static void main(String[] args) { Document document = new Document();

RE: [iText-questions] Re: Is there any way to get the ypos where a table starts?

2003-08-28 Thread Carmona Perez, David
I mix document.add() and PdfContentByte output, by using the following technique: 1. reserving space with an empty table, and 2. then in the table event, I draw directly to the PdfContentByte I use this technique successfully for mixing graphics done with JFreeChart with regular output with Par