Re: [iText-questions] problem rendering the pdf

2006-07-14 Thread Visalatchi Balu
Yep bruno is correctThe output of the xml is okey... from xml to pdf only it cause exception the exception also i have attached in the mail already...   Antony u can get the test.xml from the program itself. after the executiion of the program u can get the test.xml ..   Please

Re: [iText-questions] Using external signature in Self Sign Mode

2006-07-14 Thread Paulo Soares
Some time ago I updated the code in http://itextpdf.sourceforge.net/howtosign.html and you are using the old (wrong) code. Paulo - Original Message - From: "Luiz Kobayashi" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Friday, July 14, 2006 7:27 PM Subject:

[iText-questions] RtfTOC how to set fonts and indentation for each entry

2006-07-14 Thread Bhupat Raigaga
Hi,   I am using itext for Rtf generation and it works pretty good for my 90% needs. However, I’m little stuck while generating table of contents. In The code shown below setting font and indentation Doesn’t seem to work .  How to make this work ? Code:   I have main table of entry

Re: [iText-questions] Using external signature in Self Sign Mode

2006-07-14 Thread Luiz Kobayashi
whoops, sorry. password: password Luiz Kobayashi <[EMAIL PROTECTED]> Paulo Soares escreveu: > What's the password for the private key? > > Paulo > - Using Tomcat but need to do more? Need to support web services, securi

Re: [iText-questions] Using external signature in Self Sign Mode

2006-07-14 Thread Paulo Soares
What's the password for the private key? Paulo - Original Message - From: "Luiz Kobayashi" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Friday, July 14, 2006 7:10 PM Subject: Re: [iText-questions] Using external signature in Self Sign Mode > Attached goes

Re: [iText-questions] Using external signature in Self Sign Mode

2006-07-14 Thread Paulo Soares
Either is signed or is not signed. Can you post the pdf? Paulo - Original Message - From: "Luiz Kobayashi" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Friday, July 14, 2006 6:54 PM Subject: Re: [iText-questions] Using external signature in Self Sign Mode

Re: [iText-questions] Using external signature in Self Sign Mode

2006-07-14 Thread Luiz Kobayashi
I am using Acrobat Reader 7.0 and although it shows a progress bar verifying signatures, it doesn't show anything, as if the document wasn't signed. Thanks again, Luiz Kobayashi Paulo Soares escreveu: > Does it verify in Acrobat? > > Paulo > > >> -Original Message- >> From: [EMAI

[iText-questions] understanding how to create a document.

2006-07-14 Thread Abelardo León Gonzalez
Hi folk!   My email is about this code:   #1 .open document   open();   try{     PdfWriter.getInstance(doc,new FileOutputStream(nombreFichero));     addMetadata();     doc.open();     }catch(DocumentException d

Re: [iText-questions] problem rendering the pdf

2006-07-14 Thread bruno
Antoine wrote: > What is the contents of C:\\test.xml? If I understand the OP well, the contents of text.xml is: Test. Testing for tables.. 1 column 2 column 1 data 2 data This XHTML looks perfectly OK, so I don't see any problem. When I don't see a problem, I can't solve it.

Re: [iText-questions] problem rendering the pdf

2006-07-14 Thread Antoine
> > If i run this program i got below exception > > service for checking URLs for accessibility. > java.net.MalformedURLException: no protocol: > at java.net.URL.(URL.java:537) > at java.net.URL.(URL.java:434) > at java.net.URL.(URL.java:383) > at > org.apache.xerces.impl.XMLEntityManager.startEnt

Re: [iText-questions] Using external signature in Self Sign Mode

2006-07-14 Thread Paulo Soares
Does it verify in Acrobat? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Luiz Kobayashi > Sent: Thursday, July 13, 2006 9:27 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Using external signature in

Re: [iText-questions] PdfCopyFields and field-kids problem

2006-07-14 Thread Paulo Soares
There's no effort made to keep the javascript in the right places as the only way to do that would be to interpret the javascript. Nevertheless, I'll have a look into it. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Peter Soelter > Sent

[iText-questions] PdfCopyFields and field-kids problem

2006-07-14 Thread Peter Soelter
Hi everybody, i'm trying to use the class PdfCopyFields for copying PDFs with fields. There are the same fields on different pages of a PDF and the fields have attached javascript (a coloured border is shown, when the focus is in the field). Therefore i'm using kid-fields with method setPlaceInP

Re: [iText-questions] Soft-Mask Dictionaries

2006-07-14 Thread Michael J. Mueller
Hello again, On 7/14/06, Michael J. Mueller <[EMAIL PROTECTED]> wrote: > Hello, > > > I cannot figure out how to set the CTM with iText. You can set the > Text Matrix to whatever you want but the CTM? Do I have to insert > literal content? I figured it out. There is no way to reset the CTM to iden

[iText-questions] problem rendering the pdf

2006-07-14 Thread Visalatchi Balu
Dear all    I have to render the pdf from html. I'm using tidy parser to conver the html to xml and i passing xml to itext to render the pdf.  but it throwing exception Please do support.. Here is my coding     package src;import java.io.ByteArrayOutputStream;import java.io.ByteArrayIn

Re: [iText-questions] Soft-Mask Dictionaries

2006-07-14 Thread Michael J. Mueller
Hello, thank you. You were right. Acrobat Professional is buggy. The versions between 6.0.0 and 7.0.4 do NOT concat the current transformation matrix when the soft mask dictionary is selected into the graphics state. From version 7.0.5 on this is fixed. I would like to use a workaround and replac