[iText-questions] Event for printdialog of default print function

2017-07-19 Thread Calvin Cheung
Dear itext expert, I would like to do some actions before the printdialog is popped-up. Any event can do so? Thanks alot. Regards Cal -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[iText-questions] delete temp files after streaming to client?

2010-08-23 Thread Calvin Streeting
ename=" + filein); Thread.Sleep(1000); Response.TransmitFile(fileout); Thread.Sleep(5000); System.IO.File.Delete(Server.MapPath("Data") + "\\" + filein + "tmp"); System.IO.File.Delete(fileout); //<nead to fix this Response.End(); Calvin S

Re: [iText-questions] iText-questions Digest, Vol 51, Issue 25

2010-08-10 Thread Calvin Streeting
hyperlink, and a image so lets get no 3. answered first "whats yours?" Calvin Streeting Systems Developer For and on behalf of Baily Garner LLP Tel: 0208 294 1000 (EXT: 8570) Fax: 0208 2941320 www.bailygarner.co.uk From: ashish dhingra [mailto:ashishdhingr...

Re: [iText-questions] Signing with pkcs 7

2010-08-10 Thread Calvin Streeting
{ ss.Write(buff, 0, read); } byte[] pk = SignMsg(ss.ToArray(),pin, card, true); byte[] outc = new byte[csize]; PdfDictionary dic2 = new PdfDictionary(); Array.Copy(pk, 0, outc, 0, pk.Length); dic2.Put(PdfName.CONTENTS, new PdfString(outc).SetHexWriting(true)); sap.Close(dic2); //--

Re: [iText-questions] Signing with pkcs 7

2010-08-10 Thread Calvin Streeting
How far have you got? 1. open pdf. 2. get the Certificate from the X509Store 3. draw signature if required 4. sign the pdf stream (using X509IncludeOption.WholeChain) Calvin Streeting Systems Developer. For and on behalf of Baily Garner LLP Tel: 0208 294 1000 (EXT: 8570) Fax: 0208 2941320

Re: [iText-questions] signing from store certificate

2010-08-02 Thread Calvin Streeting
running as administrator) i managed to pass the pdf via a httpWebRequest2, save it to temp file, open keystore, stamp pdf, and pass stream back to client... now just working on atu save to disk at client end ( and fix "all running as administrator" :) ) Calvin Streeting Systems Dev

Re: [iText-questions] rowspan in PdfPCell

2006-11-08 Thread calvin
i+k) before invoking get() and the result is pretty perfect for what i want. is it a bug or some problem on my coding? thx calvin -- http://news.gmane.org/gmane.comp.java.lib.itext.general http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/ RowSpanProblem.java Description: Binary d