Re: [iText-questions] iText v5.0.2 - iText Maven Repository - Wrong pom.xnl filename causing errors

2010-05-16 Thread 1T3XT info
Duquette, Francois wrote: > Hi! > > > > Just a quick note, referring to SourceForge: **Bad POM filename in > itextpdf Maven repository - ID: 2999309** > > ** ** > > Due to problems with installing v5.0.2 from iText's own Maven > repository, the file at > http://maven.itextpdf.com/com/ite

[iText-questions] iText v5.0.2 - iText Maven Repository - Wrong pom.xnl filename causing errors

2010-05-16 Thread Duquette, Francois
Hi! Just a quick note, referring to SourceForge: Bad POM filename in itextpdf Maven repository - ID: 2999309 Due to problems with installing v5.0.2 from iText's own Maven repository, the file at http://maven.itextpdf.com/com/itextpdf/itextpdf/5.0.2/pom.xml should be correctly named "it

Re: [iText-questions] some questions

2010-05-16 Thread Michael Olenick
Didn't know that and would've answered them. Paulo on the repeating footer I'd also consider encapsulating the rendering code in a function and pass the document object and/or calls to the internal bytes. Then use absolute positioning for a table (or anything else) that's called before creating a

Re: [iText-questions] PDFStamper Moreinfo

2010-05-16 Thread Paulo Soares
XMP and DocInfo. Paulo - Original Message - From: Murugesh Annadurai To: itext-questions@lists.sourceforge.net Sent: Sunday, May 16, 2010 2:13 AM Subject: [iText-questions] PDFStamper Moreinfo Hello All, I am using iText for reading/writing PDF properties. I would

Re: [iText-questions] some questions

2010-05-16 Thread Paulo Soares
- Original Message - From: Bruno Lowagie To: Michael Niedermair ; Post all your questions about iText here Sent: Saturday, May 15, 2010 7:28 AM Subject: Re: [iText-questions] some questions Hello, I have very little time currently, and you've mailed me a long list of

Re: [iText-questions] some questions

2010-05-16 Thread Bruno Lowagie
Michael Olenick wrote: > Dear Bruno -- We're too lazy to learn how to use iText and believe > that your time is less valuable than ours. We therefore would like > you to do our work for us. That is sometimes the case, but the mail I forwarded is from somebody who is reviewing the manuscript of t

[iText-questions] PDFStamper Moreinfo

2010-05-16 Thread Murugesh Annadurai
Hello All, I am using iText for reading/writing PDF properties. I would like to know where actually does the properties set through PdfStamper.SetMoreInfo() get saved within the PDF file. Do they go into any XMP schemas or someplace else? Would greatly appreciate any pointers. Thank you, M

[iText-questions] Acroform bordercolor null

2010-05-16 Thread arnaud74130
Hi List, I try to remove the border from my acroform, without success ?? There was a previous post: http://itext-general.2136553.n4.nabble.com/PdfStamper-changes-text-field-framing-td2157072.html#a2157072 .. and Paulo did it, but I still don't understand how ? I have exactly the same code as Chr