[iText-questions] Creating a PDF from XML source data

2005-01-14 Thread Wendy Smoak
I see XmlToPdf and SAXiTextHandler classes (iText 1.2) but I don't see anything about XML in "iText by example" on the website. Can someone point me to an example of how to create a PDF from an XML document? Thanks, Wendy Smoak --- The SF.Net

[iText-questions] iText Bookmark Issue

2005-01-14 Thread Liao, Shangshin
Hi, Is it possible to retain the selected zooming size when I click on the bookmarks in the PDF created by iText? Right now, every time I click on a new bookmark zooming reverts back to some default level. However, this is not the case for most of the pdf in real life. Many

RE: [iText-questions] Projects using itext

2005-01-14 Thread Paulo Soares
There are lots of variables: - just because you have a big machine it doesn't mean that all the processors/memory will be assigned to java - how the java program is written - where does it get the data from If you want a performance answer based on what you can't quantify you may also throw a

[iText-questions] watermark in xml parser?

2005-01-14 Thread Paul Redmond
Is there any tags for watermarks within the xml parser?     --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thi

Re: [iText-questions] watermark in xml parser?

2005-01-14 Thread Bruno
Quoting Paul Redmond <[EMAIL PROTECTED]>: > Is there any tags for watermarks within the xml parser? No, there isn't. br, Bruno --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt

RE: [iText-questions] Projects using itext

2005-01-14 Thread amine ab.
is that what you call "depending on the size of your machine(s)" ? :)) thanks. --- Paulo Soares <[EMAIL PROTECTED]> a écrit : > I've no idea and nobody has, there are too many > variables. You'll have to measure the time yourself. > > > > -Original Message- > > From: [EMAIL PROTECTED]

RE: [iText-questions] Re: signing 10 MB sized pdf document

2005-01-14 Thread Paulo Soares
What happens if you sign many 10M docs in a row? > -Original Message- > From: Wahaj [mailto:[EMAIL PROTECTED] > Sent: Friday, January 14, 2005 2:56 PM > To: Paulo Soares; itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Re: signing 10 MB sized pdf document > > Yeah

Re: [iText-questions] Re: signing 10 MB sized pdf document

2005-01-14 Thread Wahaj
Yeah even after an explicit gc( ). Yes it comes down but a bit I mean i tried to sign a 10 MB file where the application took 20 MB RAM at the start and then the application took 120 MB and then dropped to 95. It should have came down to 20 MB. Regards, Wahaj - Original Message - From

RE: [iText-questions] Re: signing 10 MB sized pdf document

2005-01-14 Thread Paulo Soares
Even after an explicit gc()? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Wahaj > Sent: Friday, January 14, 2005 1:04 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Re: signing 10 MB sized pdf document > > Hi Pau

RE: [iText-questions] PdfContentByte and OutOfMemory Exception

2005-01-14 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of kgnurps > Sent: Friday, January 14, 2005 11:54 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PdfContentByte and OutOfMemory Exception > > Hello, > > I print a JTabl

RE: [iText-questions] Projects using itext

2005-01-14 Thread Paulo Soares
I've no idea and nobody has, there are too many variables. You'll have to measure the time yourself. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of amine ab. > Sent: Thursday, January 13, 2005 5:51 PM > To: itext-questions@lists.sourceforge.ne

[iText-questions] Re: signing 10 MB sized pdf document

2005-01-14 Thread Wahaj
Hi Paulo, I have an observation regarding iText. After the signing process is complete the application don't release the amount of memory which was used in the signing of the pdf Example: When the Java application was launched the system memory was at 100 MB, when signing process just have to sta

RE: [iText-questions] setting the horizontal rule in html

2005-01-14 Thread Bruno
Quoting Vithi Agarwal <[EMAIL PROTECTED]>: > > Hello Bruno, > I am sorry I forgot to mention that we have tried that too, but the graphic > object doesnt work in html. > > Are there any other ways? HtmlWriter has listened to Graphic in the past. Maybe it was removed because Graphic was deprecat

[iText-questions] PdfContentByte and OutOfMemory Exception

2005-01-14 Thread kgnurps
Hello, I print a JTable by using following code: PdfContentByte cb = writer.getDirectContent(); cb.saveState(); Graphics2D g2 = cb.createGraphics(width, heigth); table.print(g2); g2.dispose(); cb.restoreState(); My problem is a quite big JTable, which needs more than 1 page to be print. I use the

RE: Re:[iText-questions] I have a question for PdfPTable

2005-01-14 Thread Paulo Soares
To separate tables use PdfPTable.setSpacingBefore() or PdfPTable.setSpacingAfter(). rowspan is made with nested tables. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Richard CHOI > Sent: Friday, January 14, 2005 4:53 AM > To: itext-questions@li

RE: [iText-questions] ColumnText with irregular columns

2005-01-14 Thread Paulo Soares
setLeading() will work for the next go() but only the fixed part will be used. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of John Gregory > Sent: Thursday, January 13, 2005 9:37 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-

Re: Fwd: Re:[iText-questions] I have a question for PdfPTable

2005-01-14 Thread Bruno Lowagie
Richard CHOI wrote: but I want to seperate PdfPTable It depends. If you really want 1 table: change the DefaultCell and set the border to Rectangle.NO_BORDER http://itext.sourceforge.net/tutorial/objects/tables/index.html#styles A Better way would be to use different PdfPTables and add some sp

[iText-questions] Animated gif

2005-01-14 Thread Martin Resch
Hello, is it possible to insert an animated gif in a pdf so that is animating when opening the document? Best regards, Martin --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.n

RE: [iText-questions] Animated gif

2005-01-14 Thread Paulo Soares
The pdf format doesn't support it. You'll have to put an mpeg or similar. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Martin Resch > Sent: Friday, January 14, 2005 9:50 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questio

RE: [iText-questions] Insert of Template fails

2005-01-14 Thread Paulo Soares
Works for me every time using the latest iText. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Andre Fourie > Sent: Thursday, January 13, 2005 9:30 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Insert of Template fa

Fwd: Re:[iText-questions] I have a question for PdfPTable

2005-01-14 Thread Richard CHOI
--- Original Message --- Sender : Richard CHOI<[EMAIL PROTECTED]> partner/CAD/PLM Business Team/SAMSUNG SDS Date : 2005-01-14 13:51 Title : Re:[iText-questions] I have a question for PdfPTable I resolve the problem with watermark Thank you for your advice. but I want to seperate

Re: [iText-questions] Suppressing coloured background when printing PDF?

2005-01-14 Thread Rhino
Thank you! Rhino - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Rhino" <[EMAIL PROTECTED]>; "itext" Sent: Thursday, January 13, 2005 5:42 PM Subject: Re: [iText-questions] Suppressing coloured background when printing PDF? > PdfLayer layer1 = new PdfLayer("no print

Re: [iText-questions] values from a bean or a database in pdf

2005-01-14 Thread Bruno
Quoting "Trosien, Michael" <[EMAIL PROTECTED]>: > Hi*, > I have a problem using iText, XML and the SAXParser. It's not really a > problem, but a question. I use XML for describe the pdf I want to > generate with iText. I use the SAXiTextHandler. Now I'm looking for an > easy way to define XML-Tags

Re: [iText-questions] setting the horizontal rule in html

2005-01-14 Thread Bruno
Quoting Vithi Agarwal <[EMAIL PROTECTED]>: > Please tell us if there are other ways we could do it. http://www.lowagie.com/iText/tutorial/ch04.html#graphic --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited ed