[iText-questions] GetCertificateChain(alias) is null

2013-11-11 Thread anu regalla
I am using itextsharp. When I am using self signed certificate, it is working fine. But when I use a certificate signed by other person. the pk12.getCertificateChain(alias) method returns null. What am I doing wrong. -- No

[iText-questions] GetCertificateChain(alias) is null

2013-11-11 Thread anu regalla
I am using itextsharp in my application. When I come to the line in the code X509certificate -- November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore t

Re: [iText-questions] Applying digital signatures to existing PDFs

2013-08-16 Thread anu
rectangle has to be placed accordingly where the content ends. Does getPageSize(pageNumber) provide me the coordinates where the contents end? Or it provides me the page size which is constant for all pages? Thanks in advance. Anu -- View this message in context: http://itext-general.2136553.n4

Re: [iText-questions] Applying digital signatures to existing PDFs

2013-08-15 Thread anu
Does anyone has a solution to this post? Kindly suggest. I need to implement this on priority but am stuck. Thanks in advance. Regards, Anu -- View this message in context: http://itext-general.2136553.n4.nabble.com/Applying-digital-signatures-to-existing-PDFs-tp4658905p4658929.html Sent

[iText-questions] Applying digital signatures to existing PDFs

2013-08-13 Thread Anu Madan
Hi, Need your help. Below is the scenario: I have a number of PDFs which are placed at a particular location. They are all different and have different number of pages. Now my application has to apply signatures to each pdf on the last page.. end of content. Though I can reach the last page, but

Re: [iText-questions] PdfSmartCopy fails without exception -Please help

2011-08-25 Thread Cherian, Anu
: com.lowagie.text.pdf.PdfSmartCopy at MergePDF.run(MergePDF.java:46) at BOJavaProgramBase.run(BOJavaProgramBase.java:71) at com.crystaldecisions.sdk.plugin.desktop.program.internal.ProgramWrapper.main(ProgramWrapper.java:146) In finally Regards, Anu Cherian

[iText-questions] PdfSmartCopy fails without exception -Please help

2011-08-25 Thread Cherian, Anu
inally Block Environment Details: Java : Java(TM) 2 Technology Edition, Version 5 OS : AIX 6.1 on 32 bit Itext Jar: itext-5.1.2.jar Regards, Anu -- EMC VNX: the world's simplest storage, starting under $10K

[iText-questions] how to Display message at open document

2009-07-06 Thread Anu Padki
Hello All, I want to display a message as soon as a document is opened. I tried javascript, but I don't like the alert box looks. What would be the cleanest solution to display a message, a line or so, as soon as the doc is opened. I really appreciate your help.

[iText-questions] CSS and html question

2009-04-16 Thread Anu Padki
changes to the stylesheet which I can use to generate the html2pdf seamlessly. please advise. - Anu The information transmitted in this email and any of its attachments is intended only for the person or entity to which it is addressed and may

[iText-questions] PdfPCell with two phrases

2004-11-19 Thread Anu Vemuri
Hi,   Is it possible to add two phrases to a single PdfPCell object each with its own alignment? Something like this:   _ |  | |First Phrase  Second Phrase| | |   Basically, first phrase

[iText-questions] Rowspan in PdfPCell

2004-10-19 Thread Anu
Hi, I am using PdfP*** to generate tables. I have the need to be able to set the rowspan and colspan on a cell. I have seen examples to demonstrate this using Table and Cell objects, but could not find rowSpan in PdfP** objects. Is there any other way to achieve this without rowspan? Any help