Re: [iText-questions] iText 2.1.4

2008-11-11 Thread Mirco Piccin
Hi! > today I've released the long awaited iText 2.1.4. > I hope I did everything right, because it has been a while > since I had to prepare a release. > > You can find the newly released files here: > http://sourceforge.net/project/showfiles.php?group_id=15255&package_id=12596&release_id=639726

[iText-questions] pdf to rtf/word solutions

2008-11-11 Thread snotmare
Greetings! Since iText doesn't support and has not plans to support pdf to rtf/word conversions, I've been looking at other 3rd party or open source alternatives. I really have 2 questions for this post... 1. Some of our users have a 3rd party tool called "SolidPdf Converter" which is an applicat

Re: [iText-questions] iText 2.1.4

2008-11-11 Thread 熊田貢
Hello all, Change logs say that CFFFontSubset problem is fixed, but it seems there is still the problem when using CJK font. I would be happy if the CJK font problem is fixed in a future release. Thank you contributors. best regards, KuMi > Hello all, > > today I've released the long await

Re: [iText-questions] IText Licensing not allowing to unpack for easy deployment

2008-11-11 Thread mister bean
What am I missing? Why not just include the iText JAR in your one JAR? ---mr. bean mrmcnerdypants wrote: > > To whom it may concern, > > > > I am creating a self-contained jar file so we can deploy a system on > several machines. The problem is that the itext jar is signed and isn't > all

[iText-questions] Problem with scalePercent

2008-11-11 Thread Sainath Veepuri
Hi, I have generated an RTF file using the latest iText libraries (iText-rtf-2.1.4.jar & iText-2.1.4.jar) I'm using Microsoft Office Word 2003 to view the generated RTF. scalePercent(float v, float v1) on an com.lowagie.text.Image is not working. For example if I set scalePercent as 34

Re: [iText-questions] Any unknown ownerpassword work around?

2008-11-11 Thread 1T3XT info
Steve Cole wrote: > We currently use an older version of iText, earlier than 2.0.3, and > we're getting ready to upgrade to version 2.1.3. We have thousands and > thousands of pdfs already created with the older version of iText prior > to 2.0.3 and encrypted using a random 128 bit password. We

[iText-questions] Any unknown ownerpassword work around?

2008-11-11 Thread Steve Cole
We currently use an older version of iText, earlier than 2.0.3, and we're getting ready to upgrade to version 2.1.3. We have thousands and thousands of pdfs already created with the older version of iText prior to 2.0.3 and encrypted using a random 128 bit password. We need to be able to read th

Re: [iText-questions] IText Licensing not allowing to unpack for easy deployment

2008-11-11 Thread Paulo Soares
You have the sources, you can compile a new jar. Paulo From: Dan Scrima [EMAIL PROTECTED] Sent: Tuesday, November 11, 2008 4:03 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] IText Licensing not allowing to unpack for easy deployment To

[iText-questions] IText Licensing not allowing to unpack for easy deployment

2008-11-11 Thread Dan Scrima
To whom it may concern, I am creating a self-contained jar file so we can deploy a system on several machines. The problem is that the itext jar is signed and isn't allowing me to unpack it. I understand why this is in place, but is there any way around it so we don't have to manually add your

[iText-questions] iText 2.1.4

2008-11-11 Thread Bruno Lowagie
Hello all, today I've released the long awaited iText 2.1.4. I hope I did everything right, because it has been a while since I had to prepare a release. You can find the newly released files here: http://sourceforge.net/project/showfiles.php?group_id=15255&package_id=12596&release_id=639726 http

[iText-questions] insert blank page with PdfCopy

2008-11-11 Thread Angelo Borsotti
When building a new PDF document out of pages of other documents often there is a need to insert blank pages. This is not supported by PdfCopy. In the mailing list there are some hints to overcome this. I have tried them, but without success. The best would be to provide an insertPage() method, sim

[iText-questions] PdfPTable cells in different layers

2008-11-11 Thread Alex Palau
Hi, I want to insert a PdfPTable with cells written in different layers. Any suggestions? Best regards Àlex - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux bas

[iText-questions] Rowspan with nested tables

2008-11-11 Thread Kathy Rocketman
Hi, I'm trying to use rowspan with nested tables. So far it works fine, but I'm wondering what to do if one cell has a rowspan and a colspan over all columns(example: http://www.nabble.com/file/p20437017/rowspan.html rowspan.html ), because in this case you can't use a nested table because the ce

Re: [iText-questions] Links with blanks!

2008-11-11 Thread 1T3XT info
Eric Summkeller wrote: > I would like to create a link to another file inside my pdf document. My > problem is, that the path to the file contains blanks and the link doesn't > work. What can I do, that links with blanks work? > Is there any possiblity to quote the blanks or something else? Repl

[iText-questions] Links with blanks!

2008-11-11 Thread Eric Summkeller
I would like to create a link to another file inside my pdf document. My problem is, that the path to the file contains blanks and the link doesn't work. What can I do, that links with blanks work? Is there any possiblity to quote the blanks or something else? --