Re: [iText-questions] signing/embedding PKCS7 using a key with EC

2008-07-21 Thread Maximilian Schmidt
I might be wrong, but as far as I see it, this is not a concern of PDF, as the signature is embedded in a PKCS7 container, regardless of the certificate used. It is however a matter of the signing/verifying component to support those certificates. I'm writing some test cases for our signing com

Re: [iText-questions] Is rowspan and colspan possible in iText

2008-07-21 Thread krishna tara
Please find the attached html file. On Mon, Jul 21, 2008 at 9:28 PM, Howard Shank <[EMAIL PROTECTED]> wrote: > Can you provide the HTML file? > > Howard Shank > > - Original Message > From: krishna tara <[EMAIL PROTECTED]> > To: Post all your questions about iText here < > itext-question

Re: [iText-questions] Spacing Problem After Reploying Same CodeBase/Different Context.xml - Potential Caching Issue?

2008-07-21 Thread Gill, Jonathan
The problem with the spacing only exists in our Production environment, not our Development environment and the code bases are the same. Is there some potential caching issue? Jonathan Gill T 512.602.6390 E [EMAIL PROTECTED] ___

[iText-questions] Spacing Problem After Reploying Same Code Base/Different Context.xml - Potential Caching Issue?

2008-07-21 Thread Gill, Jonathan
We changed a value in the context.xml file for a web app that is read into generated PDFs from an application that uses iText. Nothing else changed in the code base, but when we redeployed, the text started to run in to each other for each generated PDF. Do you have any possible suggestions on

Re: [iText-questions] rowspan & colspan in HTMLWorker

2008-07-21 Thread Howard Shank
I am currently working on a project to upgrade some of the HTML handling capabilities. I'm not sure what features will be implemented or when the release will be made at this time though. Howard Shank - Original Message From: Chris Bourke <[EMAIL PROTECTED]> To: itext-questions@lists

[iText-questions] JasperReports and iText

2008-07-21 Thread Greg Vilardi
Hello everyone, I'm wondering if the group has anyone who is using both JasperReports (which appears to use iText v1.3.1 internally) and iText 2.x natively in a java application. I'm planning to try this on a webapp running under Tomcat 6, and I'm hoping to avoid any pitfalls before going down

[iText-questions] Alternating PdfPTable row backgrounds and splitting columns over pages

2008-07-21 Thread Sam Gibson
I'm drawing tables from a database with PdfPTable that may be of vastly varying width (as far as number of columns). I'm also using the writeSelectedRows() method of splitting a table with too many columns over a series of pages (determining at runtime whether or not to split the table vertical

Re: [iText-questions] rowspan & colspan in HTMLWorker

2008-07-21 Thread Chris Bourke
> krishna tara wrote: >> Here I have one more doubt i.e. I have one simple html page called >> hello.html with some text only. Here I want to read the text from html >> and display under this created table. Is it possible in iText? If yes >> how can I do this? > > With HTMLWorker. > -- > This ans

Re: [iText-questions] RFT importRtfFragment

2008-07-21 Thread Howard Shank
Kianoosh, I have updated the code in SVN to not error while processing the Word 6/Word 95 drawing object. You should now be able to process your RTF file without an error. Regards, Howard Shank - Original Message From: Kianoosh Raika <[EMAIL PROTECTED]> To: Post all your questions a

Re: [iText-questions] Is rowspan and colspan possible in iText

2008-07-21 Thread Howard Shank
Can you provide the HTML file? Howard Shank - Original Message From: krishna tara <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Monday, July 21, 2008 11:46:38 AM Subject: Re: [iText-questions] Is rowspan and colspan possible in iText I wrote the following

Re: [iText-questions] Is rowspan and colspan possible in iText

2008-07-21 Thread krishna tara
I wrote the following code: StyleSheet st = new StyleSheet(); st.loadTagStyle("body", "leading", "10,0"); ArrayList p = HTMLWorker.parseToList(new FileReader("C:/iText/sir.htm"), st); for (int k = 0; k < p.size(); ++k) document.add((Element) p.get(k)); After completion of com

Re: [iText-questions] Problems with CData Tag in JSP

2008-07-21 Thread privat
I use some xsl to format content to pdf (itext) The content it self is xml. Generated by some users. - Original Message - From: "1T3XT info" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Monday, July 21, 2008 5:09 PM Subject: Re: [iText-questions] Problems wit

Re: [iText-questions] Problems with CData Tag in JSP

2008-07-21 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > Hello, > > I have a problem with the cdata-tag. > I use a string for building a XML and if I use the > cdata-tag and I send it to the screen the CDATA-Tag is removed. > > I need this CData Tag for having dynamic content with chars like "&". > What can I do to solve thi

Re: [iText-questions] Is rowspan and colspan possible in iText

2008-07-21 Thread 1T3XT info
krishna tara wrote: > Could you please provide sample code. Google is your friend. -- This answer is provided by 1T3XT BVBA - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Lin

[iText-questions] Problems with CData Tag in JSP

2008-07-21 Thread privat
Hello, I have a problem with the cdata-tag. I use a string for building a XML and if I use the cdata-tag and I send it to the screen the CDATA-Tag is removed. I need this CData Tag for having dynamic content with chars like "&". What can I do to solve this? Thanks Markus -

Re: [iText-questions] Is rowspan and colspan possible in iText

2008-07-21 Thread krishna tara
Could you please provide sample code. Regards, Tara On Mon, Jul 21, 2008 at 8:13 PM, 1T3XT info <[EMAIL PROTECTED]> wrote: > krishna tara wrote: > > Here I have one more doubt i.e. I have one simple html page called > > hello.html with some text only. Here I want to read the text from html > > a

Re: [iText-questions] Is rowspan and colspan possible in iText

2008-07-21 Thread 1T3XT info
krishna tara wrote: > Here I have one more doubt i.e. I have one simple html page called > hello.html with some text only. Here I want to read the text from html > and display under this created table. Is it possible in iText? If yes > how can I do this? With HTMLWorker. -- This answer is prov

Re: [iText-questions] Is rowspan and colspan possible in iText

2008-07-21 Thread krishna tara
HI, Thank you for your response. I did this as per your suggestion. Here I have one more doubt i.e. I have one simple html page called hello.html with some text only. Here I want to read the text from html and display under this created table. Is it possible in iText? If yes how can I do this? R

Re: [iText-questions] Questions

2008-07-21 Thread Paulo Soares
Ah, the question was about Kafka's castle. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Howard Shank > Sent: Monday, July 21, 2008 3:04 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Questions > > All d

Re: [iText-questions] Questions

2008-07-21 Thread Howard Shank
All doors lead in. There are no exits, but checkout time is 9am and you cannot overstay your welcome or security will keep you locked inside where there are no exit doors. Does that help? Howard - Original Message From: Joao Sebastiao da Costa Junior <[EMAIL PROTECTED]> To: itext-qu

Re: [iText-questions] Questions

2008-07-21 Thread glen . hamel
Paulo, I love riddles but this makes no sense to me either... Glen Hamel Lead Programmer / Technician Auric Networks Canada, Inc. 570 Orwell Street, Unit 1 Mississauga, Ontario L5A 3V7 Phone 905.361.7621 Fax 905.274.3912 http://www.auricnet.ca From: Paulo Soares <[EMAIL PROTECTED]> To: Post

Re: [iText-questions] Questions

2008-07-21 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Joao Sebastiao da Costa Junior > Sent: Monday, July 21, 2008 2:03 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Questions > > Good morning, > > > > I wonder if there is an

[iText-questions] Questions

2008-07-21 Thread Joao Sebastiao da Costa Junior
Good morning, I wonder if there is any documentation regarding the most technically iText. As for instance: -- No. of doors; -- Security. Thank you Best regards, Atenciosamente, João S. da Costa Junior Scopus Tecnologia Ltda. Engenharia - Canal Bradesco [EMAIL PROTECTED] Tel.:

Re: [iText-questions] Is rowspan and colspan possible in iText

2008-07-21 Thread Howard Shank
Colspan/Rowspan is not available on the PdfPTable class. You can nest PdfPTable tables to achieve your desired result. The Table class supports colspan/rowspan, but is no longer a supported class. Howard Shank - Original Message From: krishna tara <[EMAIL PROTECTED]> To: itext-questi

[iText-questions] Problem with Cell and Table in HTML

2008-07-21 Thread nicolas DOS SANTOS
Hi Bruno, I'm using IText 2.1.0. I want to create a table with cells in HTML with a specific style. I'm using Table and Cell classes. When I use setBorderColorLeft, setBorderColorBottom, setBorderWidthLeft, setBorderWidthBottom methods on a cell, it doesn't work. I don't have a 'style' attribute w