Re: [iText-questions] iText Coldfusion cfdocument

2007-03-07 Thread Paulo Soares
There was never an image zoom bug in iText. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Cowling Sent: Wednesday, March 07, 2007 1:12 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText Coldfusion

Re: [iText-questions] Customized height for Tables

2007-03-07 Thread Paulo Soares
Extend HTMLWorker to interpret your new height attributes. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Surya Prakash Dhoolam Sent: Tuesday, March 06, 2007 9:10 PM To: iText-questions@lists.sourceforge.net Subject: [iText-questions]

Re: [iText-questions] Files are not beging closed

2007-03-07 Thread Paulo Soares
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of milind Sent: Tuesday, March 06, 2007 8:49 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Files are not beging closed No i dont want to do that. Actully i was using

Re: [iText-questions] src 1.4

2007-03-07 Thread Paulo Soares
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of milind Sent: Tuesday, March 06, 2007 9:35 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] src 1.4 Where can i get the source code for 1.4 release. I would like to

[iText-questions] iText 2.0.1 released

2007-03-07 Thread Bruno Lowagie (iText)
# Changes made by Paulo * JPG: fix for the Adobe Application-Specific JPEG Marker length (fix by Cory Lewis) * PdfCopy: fixed the internal links to other pages. Uses a balanced page tree. * PdfSmartCopy: the stream keys are also compared * PdfReader: added method removeUsageRights() *

Re: [iText-questions] Files are not beging closed

2007-03-07 Thread Bruno Lowagie (iText)
milind wrote: Also I am using setEncyption method shown here which is deprecated. Any advise how should i use it with 2.0. writer.setEncryption(PdfWriter.STRENGTH128BITS, readerPwd, sOwnerPwd, PdfWriter.AllowPrinting); which is setEncryption(boolean,string,string,int). When you get a

Re: [iText-questions] Check Box in a PdfPCell

2007-03-07 Thread Bruno Lowagie (iText)
Mike Buchanan wrote: I found your answer quite by accident. I didn’t get anything in my email today so I was google surfing and just happened to find your response. I have the same problem (I already mentioned this a few times). To make sure I don't miss mails, I also read the mailing list

Re: [iText-questions] Check Box in a PdfPCell

2007-03-07 Thread Paulo Soares
Here's something really simple. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Buchanan Sent: Tuesday, March 06, 2007 9:45 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Check Box in a PdfPCell I made

Re: [iText-questions] bouncy castle (Paulo Soares)

2007-03-07 Thread Paulo Soares
What changed from 1.4.8 was the certificate encryption that needs the CMS code from BouncyCastle. This CMS code depends on a lot of other BouncyCastle code and it's not feasible to extract all this and include it in iText. Furthermore, I also want to simplify PdfPKCS7 with the BouncyCastle

Re: [iText-questions] iText Coldfusion cfdocument

2007-03-07 Thread Paul Hastings
Stephen Cowling wrote: There is a painful image zoom bug which cause (randomly) images to i've read this from time to time but never experienced it using cfdocument or iText. can you elaborate or point to some references? I'm about to start the process of changing all our code over to use

[iText-questions] PdfPTable (number of columns)

2007-03-07 Thread GAMBELLI Raffaele
Hi all, First question: I can create a PdfPTable specifying the number of columns ok, but next I haven't found a method to retrieve the columns number, is it possible that there isn't such a method? Second question: This code: ... PdfPTable datatable2 = new PdfPTable(1);

[iText-questions] Removing redundant fonts

2007-03-07 Thread Kiss Leskó Gergő - BIZ HU
Dear All, I found some topics in the mail list archives about the special compression of PDF files that is based on removing redundant embedded fonts from the PDF document. All the answers were about PDF Enhancer. But is there any chance to do it using iText? Can I remove several embedded

Re: [iText-questions] bouncy castle

2007-03-07 Thread Iliadis Yannis
Concerning BouncyCastle versions. I have read about the iText 2 specs, that it will work on Java 5. But what about the BouncyCastle jars. Do I need to download the jdk 1.5 jars or will the jdk 1.4 do the work? 2007/3/2, Paulo Soares [EMAIL PROTECTED]: Unfortunately iText needs more than

Re: [iText-questions] bouncy castle

2007-03-07 Thread Paulo Soares
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Iliadis Yannis Sent: Wednesday, March 07, 2007 3:50 PM To: Post all your questions about iText here Subject: Re: [iText-questions] bouncy castle Concerning BouncyCastle versions. I have read

Re: [iText-questions] Paragraph FirstLineIndent

2007-03-07 Thread Mitch Freed
Not sure if you saw this or not Paulo, so I thought I'd bump it. Thanks, -Mitch -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mitch Freed Sent: Monday, March 05, 2007 3:08 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions]

Re: [iText-questions] Paragraph FirstLineIndent

2007-03-07 Thread Paulo Soares
The behavior won't be changed, too much working code depends on this. Maybe an option could be added for this but it looks too specific to be of general use. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mitch Freed Sent: Wednesday, March

Re: [iText-questions] iText 2.0.1 released

2007-03-07 Thread Dhruba Bandopadhyay
Hi, Thanks a lot for these fixes. There are also a few in there that I've been wishing for, for quite some time, that were holding us back. It seems however that my earlier report of NullPointerException: http://www.nabble.com/NullPointerException-in-RtfDocument.filterSpecialChar-t3268478.html

[iText-questions] NullPointerException RTF

2007-03-07 Thread Bruno Lowagie
Dhruba Bandopadhyay wrote: Hi, Thanks a lot for these fixes. There are also a few in there that I've been wishing for, for quite some time, that were holding us back. It seems however that my earlier report of NullPointerException:

[iText-questions] Alignment and color of a line

2007-03-07 Thread Julien
Hello every body (My question is about Rtf document ) I would like to make a line with one or two word (I can do it lol) with a background color (that's ok , I 'm using the Chunk class ) but ... - I would like that the color begin on the left of the line and finish at the end of the line (and

Re: [iText-questions] RTF Alignment and color of a line

2007-03-07 Thread Bruno Lowagie
Julien wrote: Hello every body (My question is about Rtf document ) I would like to make a line with one or two word (I can do it lol) with a background color (that's ok , I 'm using the Chunk class ) but ... - I would like that the color begin on the left of the line and finish at the

Re: [iText-questions] RTF Alignment and color of a line

2007-03-07 Thread J . S
Hello Bruno Sorry for the mistake about the subject line Your solution is good but I don't want to use a table ( if I use it , I'll have some probIem because I can't make table in a table ) There is another solution ? Thank's for answer Regards Julien 2007/3/7, Bruno Lowagie [EMAIL

Re: [iText-questions] extent of XFA support in itext

2007-03-07 Thread Dan Foygel
Thanks Paulo. Does anyone have any recommendations on other solutions that have richer XFA support - preferably Java and open source, but open to anything reasonable. The specific functionality we need is being able to create new XFA form fields (text form submit buttons) in existing forms as

[iText-questions] Tags HTML

2007-03-07 Thread mdcapurro
Hi, I'm using the htmlworker and some tags are not recognized and the format of the result pdf document are not good. I'm use them the 'replace' for erase all tags unrecognized, but this make the process slow. There are inside the itext classes, one class who have all the tags (are the

[iText-questions] HTML to RTF/ PDF to RTF

2007-03-07 Thread Todd McGrath
Hi, I was under the impression that I could use iText to convert HTML to RTF. Is that true? Do you have any recomendations? I also need a way to convert PDF to RTF. Thanks! Todd - Take Surveys. Earn Cash. Influence the

Re: [iText-questions] iText 2.0.1 released

2007-03-07 Thread Mark Hall
On Wednesday 07 March 2007 17:31, Dhruba Bandopadhyay wrote: never made it into the update. Out of curiosity why is this? Because it flew under my radar. A big RTF at the beginning of the subject is the best way to guarantee I don't miss it. This has meant that I've had to add a line and

Re: [iText-questions] RTF Alignment and color of a line

2007-03-07 Thread Mark Hall
On Wednesday 07 March 2007 19:02, J.S wrote: Your solution is good but I don't want to use a table ( if I use it , I'll have some probIem because I can't make table in a table ) There is another solution ? You can achieve the background colour using the RtfTab class: RtfTab tab1 = new

Re: [iText-questions] HTML to RTF/ PDF to RTF

2007-03-07 Thread mister bean
iText does not do either of the things you need. You can generate PDFs and RTFs using iText, but it does not do either conversion you describe. ---Mr. Bean Todd McGrath-3 wrote: Hi, I was under the impression that I could use iText to convert HTML to RTF. Is that true? Do you have

Re: [iText-questions] HR Using PageEvent vs DeprecatedGraphic Object

2007-03-07 Thread Mitch Freed
Bruno, thanks for your help with this. I was just going over your reply and I might not have been clear or I'm just confused, but can I successfully draw a line (an Html HR style line) using generic tag events? In the example that I attached previously I was trying to use generic tag events and

Re: [iText-questions] extent of XFA support in itext

2007-03-07 Thread Paulo Soares
- Original Message - From: Dan Foygel [EMAIL PROTECTED] To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Wednesday, March 07, 2007 7:31 PM Subject: Re: [iText-questions] extent of XFA support in itext Thanks Paulo. Does anyone have any

Re: [iText-questions] HTML to RTF/ PDF to RTF

2007-03-07 Thread Todd McGrath
Thanks, any suggestions for something that might do the HTML to RTF conversion? Quoting mister bean [EMAIL PROTECTED]: iText does not do either of the things you need. You can generate PDFs and RTFs using iText, but it does not do either conversion you describe. ---Mr. Bean Todd

Re: [iText-questions] iText 2.0.1 released

2007-03-07 Thread Dhruba Bandopadhyay
Mark, My application is an html to (pdf|rtf|html) converter that streams through html on the fly and generates documents using itext. I don't know how I would go about narrowing down exactly how this bug happens. At first glance it appeared that this bug occured within the way itext

Re: [iText-questions] RTF Nullpointer Exception in filterSpecialChars (was: iText 2.0.1 released)

2007-03-07 Thread Mark Hall
On Wednesday 07 March 2007 23:44, Dhruba Bandopadhyay wrote: My application is an html to (pdf|rtf|html) converter that streams through html on the fly and generates documents using itext. I don't know how I would go about narrowing down exactly how this bug happens. At first glance it

[iText-questions] different formatting for cells

2007-03-07 Thread tarun treasure
Hi I have a query regarding formatting cells in a table. Objective: in a table i want each cells to have the flexibility of variable formatting. The template defining the same coming from a database It is easy to do this if we specify it in the coding but i want the same to come from a

Re: [iText-questions] Table in atable in Rtf document

2007-03-07 Thread seema
hi i am creating a RTF using Table and RtfCell from XML. I want to place a database table on the page with some text. i do not want to split the database table. i am not getting how to calculate cell and table height so that i can align the text and database tables on document page. thanks