[iText-questions] I want to display the arabic data in the pdf using iText

2012-10-22 Thread Dhiraj Kumar
I want to display the arabic data in the pdf using iText. The font I am using is : ArialUnicodeMS(Embedded Subset) Type TrueType(CID) Encoding:Identity-H But I unable to write the arabic data to pdf. It shows ? in place of Arabic data. Please anyone help me. Thanks in advance! -- View

Re: [iText-questions] I want to display the arabic data in the pdf using iText

2012-10-22 Thread iText Info
Op 21/10/2012 12:52, Dhiraj Kumar schreef: But I unable to write the arabic data to pdf. It shows ? in place of Arabic data. Please anyone help me. 1. Please subscribe to the mailing list; currently you're only on Nabble: http://lowagie.com/nabble 2. You probably created the BaseFont

Re: [iText-questions] Read data from .rtf file and add that data as PdfPCell to the existing Document.

2012-10-22 Thread Jalaj
Hi Alexis, I am using version 2.1.7. My project was built 4 years back.Migrating to latest version will not be possible for us right now. Thanks for replying. -- Everyone hates slow websites. So do we. Make your web

[iText-questions] Table Column Size

2012-10-22 Thread Santiago, Benito
Is there a way to set a cell/column to a percentage size? Or better yet, tell a cell/column to resize based on the text inside it? Right now I have noticed that the cell/columns widths are equally distributed. I am new to iText, so please forgive me if this is a noob question.

[iText-questions] How To Create Footer

2012-10-22 Thread Santiago, Benito
How do I add a PDFTable to a page as a footer? I want to ensure that the table ends up on the bottom of the page, regardless of how much data I put on the page already. Right now, I have to try my best to calculate how much space to insert in order to the my table to appear on the bottom of

[iText-questions] Help with iTextSharp 5.3.3 -- posible BUG

2012-10-22 Thread Javier Gardella
Hello. I'm having an issue using iTextSharp 5.3.3. trying to sign a PDF file. The problems arise when I convert the System.Security.Cryptography.X509Certificates certificate to Org.BouncyCastle.X509.X509Certificate. To do this I have to use the ReadCertificate function from X509CertificateParser

Re: [iText-questions] CertificateVerification.VerifyCertificate question

2012-10-22 Thread Alekz !
Hello again, I'm sorry if this sounds like a dumb question, but a certificate I'm using to sign PDFs is failing at verification. I traced the problem down to the CertificateVerification.VerifyCertificate method, and it is failing because the certificate has a critical extension that is not

Re: [iText-questions] Help with iTextSharp 5.3.3 -- posible BUG

2012-10-22 Thread Paulo Soares
Looks like a BouncyCastle problem or a certificate problem. It would be helpful to post the certificate (public key only) to be sure. Paulo On Mon, Oct 22, 2012 at 6:31 PM, Javier Gardella javiergarde...@gmail.com wrote: Hello. I'm having an issue using iTextSharp 5.3.3. trying to sign a PDF

Re: [iText-questions] Read data from .rtf file and add that data as PdfPCell to the existing Document.

2012-10-22 Thread Alexis Pigeon
On 22 October 2012 14:29, Jalaj jala...@gmail.com wrote: Hi Alexis, I am using version 2.1.7. My project was built 4 years back.Migrating to latest version will not be possible for us right now. Well, you're on your own then... Good luck! alexis

Re: [iText-questions] Table Column Size

2012-10-22 Thread Alexis Pigeon
Hi Benito, On 22 October 2012 14:14, Santiago, Benito bsant...@esboces.org wrote: Is there a way to set a cell/column to a percentage size? Or better yet, tell a cell/column to resize based on the text inside it? ** ** Right now I have noticed that the cell/columns widths are equally

Re: [iText-questions] Help with iTextSharp 5.3.3 -- posible BUG

2012-10-22 Thread Javier Gardella
Hi Paulo! Thanks for answer! Attached I send you the certificates: -- AC_raweb.cer is the root certificate (Trust root) -- Test Certificate.cer is the certificate with which I sign the PDF document. Is it enough? 2012/10/22 Paulo Soares pgpsoa...@gmail.com Looks like a BouncyCastle problem or

Re: [iText-questions] Help with iTextSharp 5.3.3 -- posible BUG

2012-10-22 Thread Javier Gardella
Sorry I forgot the files! 2012/10/22 Javier Gardella javiergarde...@gmail.com Hi Paulo! Thanks for answer! Attached I send you the certificates: -- AC_raweb.cer is the root certificate (Trust root) -- Test Certificate.cer is the certificate with which I sign the PDF document. Is it

[iText-questions] Applying style to html snippet not working

2012-10-22 Thread Kenan Azam
Hi there, I have upgraded from iText version 2.7 and using iText 5.3.3 and xmlworker-1.2.0. I have XML snippets with sup/sub tags and the html converts to PDF nicely but fails to accept styling that I apply via CssResolver. Thanks for your help. StringReader reader = new

[iText-questions] Using iTextSharp v5.3.3.0 in VB.NET to digitally sign a PDF

2012-10-22 Thread Hyuga
Hello everybody! I am trying to use iTextSharp to sign digitally a PDF previously created. I've upgraded my iTextSharp.dll version to 5.3.3.0 (I was previously using an elder version just for creating the PDFs), I have found the White Paper about Digital Signatures written by Mr. Lowagie and, of