Re: [iText-questions] Coldfusion MX 7 + Latest iText install

2007-11-30 Thread Paul Hastings
[EMAIL PROTECTED] wrote: > I’m sure this hasn’t been asked twice over, but my company is finally > installing iText on our Coldfusion shared server, but I have to provide for cf7/cf8 iText is already "installed" (iText powers cfdocument, etc.) but it's a way older version than bruno's latest &

Re: [iText-questions] Section/Chapters and memory

2007-11-30 Thread Kris Raney
> Because of a cancelled meeting, I've got a few hours to look > at the problem this afternoon. I haven't opened the jar with > the extensions yet, but the concept isContent() and isNestable() > you're using in the diffs is appealing. I'll see if it's something > I can introduce. Ah, good, I'm gla

[iText-questions] Coldfusion MX 7 + Latest iText install

2007-11-30 Thread jeffreyvaught
Developers, I'm sure this hasn't been asked twice over, but my company is finally installing iText on our Coldfusion shared server, but I have to provide install location for the .jar file. I tested this before on a standalone dev box, but am wanting a more official response on exactly where t

[iText-questions] problem with iText

2007-11-30 Thread fatimazohra . ammar
Hi When i try to generate 100 PDF using iText , it works until i get this exception: java.lang.IllegalAccessException: com/lowagie/text/ImgRaw at java.lang.reflect.Constructor.newInstance(Native Method) at com.lowagie.text.pdf.PdfCell.(PdfCell.java(Compiled Code)) at c

[iText-questions] External signature with Aladdin eToken (USB tokens)

2007-11-30 Thread boris
Hi, building an application able to sign pdfs with external signatures I encountered problems with Aladdin eTokens - which are USB tokens. (With a lot of different Smartcard Types the application works perfectly fine). Signing works but afterwards Acrobat can not validate the signature. It compla

Re: [iText-questions] How to remove embedded fonts from a pdf document

2007-11-30 Thread Leonard Rosenthol
As Bruno said, this is _NOT_ a trivial task. You will need to understand the complexities of font formats, text encoding and how these relate to PDF content streams. Once armed with that information, you can begin to construct code that will unembed fonts - or at least some of them. It a

Re: [iText-questions] pdf signature

2007-11-30 Thread Paulo Soares
What do you put as date and name in the signature dictionary? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of akuehne > Sent: Friday, November 30, 2007 3:31 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] p

Re: [iText-questions] pdf signature

2007-11-30 Thread akuehne
Don't worry, no need to extend iText in any way ... We see the same problem in our signing server ( http://sourceforge.net/projects/sirius-sign/ ) using certs on smart cards. There is the need to split document hashing and signing for performance reasons. So what we do is to create a new signatur

Re: [iText-questions] Section/Chapters and memory

2007-11-30 Thread Bruno Lowagie
Kris Raney wrote: I submitted this code with the intent for it to be freely distributed and incorporated into iText, if you so desire. I can resubmit without the notice, if you prefer, but it didn't seem worth the extra bandwidth. Because of a cancelled meeting, I've got a few hours to look

Re: [iText-questions] How to remove embedded fonts from a pdf document

2007-11-30 Thread Bruno Lowagie
new2pdf wrote: Is there a better way of doing this? That's not a question I can answer in only a few lines. Due to lack of time, I have to pass on this question for now. Maybe somebody else can explain how to remove fonts (although that's always a very delicate matter). br, Bruno smime.p7s De

Re: [iText-questions] Upgrading to Itext 2.0.6

2007-11-30 Thread Bruno Lowagie
E.Mielke wrote: The non-breaking space was being incorrectly translated in pdfdocencoding. How significant is this fix? This is what was fixed: http://itext.svn.sourceforge.net/viewvc/itext/trunk/src/com/lowagie/text/pdf/PdfEncodings.java?r1=2946&r2=3028 AFAIK the bug was introduced on Ju

Re: [iText-questions] Problem with dot after chapter / section numbers

2007-11-30 Thread Bruno Lowagie
Friedhelm wrote: Is there a way to avoid the last dot behind the number? In the SVN repository, I've introduced the concept 'numberStyle'. Currently two styles are supported: NUMBERSTYLE_DOTTED (the default): 1.2.3. NUMBERSTYPE_DOTTED_WITHOUT_FINAL_DOT: 1.2.3 Maybe other people can think of oth

[iText-questions] Upgrading to Itext 2.0.6

2007-11-30 Thread E . Mielke
Hi All, Our development team is considering upgrading from Itext v1.3.1 to 2.0.6. Our software product, a special purpose archiver, uses Itext v1.3.1 to convert Oracle data tables into PDF documents. What is the opinion of this latest release in terms of its stability? Itext v2.0.7 mentions a fi

Re: [iText-questions] How to remove embedded fonts from a pdf document

2007-11-30 Thread new2pdf
Is there a better way of doing this? -- View this message in context: http://www.nabble.com/How-to-remove-embedded-fonts-from-a-pdf-document-tf4899584.html#a14063275 Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] Adding the constructor com.lowagie.text.List(float)

2007-11-30 Thread Bruno Lowagie
Alexis Pigeon wrote: Hi Bruno, Paulo, * Is there any reason for not having the following constructor in com.lowagie.text.List? Are you sure it isn't there? Have a closer look, it's there! (*) (*) It's in the SVN repository because I have just added it ;-) Thank you for the suggestion! Bruno

[iText-questions] Adding the constructor com.lowagie.text.List(float)

2007-11-30 Thread Alexis Pigeon
Hi Bruno, Paulo, * Is there any reason for not having the following constructor in com.lowagie.text.List? /** * Creates a list * @param symbolIndent the indentation of the symbol */ public List(float symbolIndent) { this.symbolIndent = symbolIndent; } I know th

Re: [iText-questions] Export Scene to PDF

2007-11-30 Thread Paulo Soares
You must know the dimensions. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Wessam Abd Rabo > Sent: Thursday, November 29, 2007 11:28 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Export Scene to PDF > > H

Re: [iText-questions] Re ndering Left-to-Right and Right-to-Left langauge text on the same line

2007-11-30 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of dayvidpow > Sent: Friday, November 30, 2007 1:14 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Re ndering Left-to-Right and > Right-to-Left langauge text on the same