Re: [iText-questions] PDF Version

2006-04-24 Thread Paulo Soares
Object deletion can be done with PdfReader.killIndirect(). This deletes a single object. Paulo - Original Message - From: "Leonard Rosenthol" <[EMAIL PROTECTED]> To: ; "Paulo Soares" <[EMAIL PROTECTED]> Cc: Sent: Monday, April 24, 2006 6:50 PM Subject: RE: [iText-questions] PDF Vers

RE: [iText-questions] PDF Version

2006-04-24 Thread Leonard Rosenthol
At 04:17 PM 4/24/2006, Segev, Eli wrote: When using PDFStamper to change the metadata, I get two copies of the meatadata in the PDF file - the old one and the new one. That is correct, as Stamper adds new objects along with an update table, which tells PDF parsers to ignore the old one

RE: [iText-questions] PDF Version

2006-04-24 Thread Segev, Eli
When using PDFStamper to change the metadata, I get two copies of the meatadata in the PDF file - the old one and the new one. How do I get rid of the old metadata? In other words: why PDFStamper.setXmpMetadata does not overwrite the old metadata? Eli Segev -Original Message-

Re: [iText-questions] FYI: JAX Award proposals

2006-04-24 Thread Farid SALAH
bruno a écrit : http://www.jax-award.com/jax_award/proposal_ovw_en.php http://www.jax-award.com/jax_award/proposal_view_en.php?id=16 Keep your fingers crossed! Bruno I certainly will ! I'm new to itext (well not exactly) but I'm litterally amazed by the power and simplicity of this library.

Re: [iText-questions] Re: FYI: JAX Award proposals

2006-04-24 Thread Alexis Pigeon
Hi Bruno On 24/04/06, Bruno Lowagie <[EMAIL PROTECTED]> wrote: [...] > but anyway: I fear it's going to be very > difficult to beat the Spring Framework... Then you guys will "only" have the 5.000 € reward ;) Cheers, alexis Rȧ�:&q�[���y�hv^y�h��i��py����z�r���!���n}�h�ꮉ�%����ފ{^���y�^r

[iText-questions] Re: FYI: JAX Award proposals

2006-04-24 Thread Bruno Lowagie
bruno wrote: http://www.jax-award.com/jax_award/proposal_view_en.php?id=16 Note that the original proposal also mentioned Mark Hall (Austria) and some extra links to articles and products. Some paragraphs seem to have disappeared from the proposal. It's a pity they didn't add my extra mail a

[iText-questions] FYI: JAX Award proposals

2006-04-24 Thread bruno
http://www.jax-award.com/jax_award/proposal_ovw_en.php http://www.jax-award.com/jax_award/proposal_view_en.php?id=16 Keep your fingers crossed! Bruno --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done q

Re: [iText-questions] Need to be registered in mailing list to post viagmane.org?

2006-04-24 Thread Alexis Pigeon
Hi Roberto, On 24/04/06, Roberto Godoy <[EMAIL PROTECTED]> wrote: > Hi, > > Please, is it possible to unsubscribe ? > Thanks in advance. Yes. Have a look at the bottom of any message posted here, like yours for example : > ___ > iText-questions mailing

Re: [iText-questions] While generating PDF dynamically Can we reduce the size of the PDF file

2006-04-24 Thread Leonard Rosenthol
At 05:14 AM 4/21/2006, Tinu V Thomas wrote: I would like to know whether we can reduce the size of the pdf file before sending? PDF Enhancer - http://www.apago.com Leonard --- Leonard Rosenthol

Re: [iText-questions] Barcode with code can't print on unix

2006-04-24 Thread bruno
squall leonhart wrote: Hi, I generated two pdf files one with code one without it (using code39.setSize(0)). That's not how to remove the text from a barcode. Use code39.setFont(null); br, Bruno --- Using Tomcat but need to do more? Need

[iText-questions] Barcode with code can't print on unix

2006-04-24 Thread squall leonhart
Hi, I generated two pdf files one with code one without it (using code39.setSize(0)). The one with code printed excellently. But if i set the size to 0, the file won't print although it looks fine if i open with acrobat reader. __ Do You Yahoo!? Ti

Re: [iText-questions] Broken link in tutorial

2006-04-24 Thread bruno
Jan Nemec wrote: Hi, i'd like to report a broken link in your tutorial. Thanks! It's fixed now. br, Bruno http://www.lowagie.com/blog.php --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: [iText-questions] Is there a way to get the current y position of the document?

2006-04-24 Thread bruno
Gareth Edwards wrote: I'm a little confused? what do you mean by using ColumnText? what for exactly? Using ColumnText allows you to position a block of text on a page exactly the way you want to. You can also ask the column text for the final Y position, the number of lines that was added, i

Re: [iText-questions] While generating PDF dynamically Can we reduce the size of the PDF file

2006-04-24 Thread bruno
Tinu V Thomas wrote: I would like to know whether we can reduce the size of the pdf file before sending? Sometimes this helps: pdfStamper = new PdfStamper(pdfReader, pdfByteArrayOutputStream); pdfStamper.setFullCompression(); but it depends on the original PDF. The 'fully compressed' PDF