RE: [iText-questions] How to Distribute Table Columns among Multiple pages

2006-05-26 Thread Srinivas P
Thanks a lot Paulo, this I already tried, but I strucked with one problem I have large number of rows it tries to display all the rows in one page, i.e the rows are not splitting to another page, Pls help me out   Srini  

RE: [iText-questions] question about how don't print image

2006-05-26 Thread Alessandro Ruggieri
thank you very much Paulo!!! Paulo Soares <[EMAIL PROTECTED]> ha scritto: http://itextdocs.lowagie.com/tutorial/directcontent/optionalcontent/index.html   PauloFrom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alessandro RuggieriSent: Friday, May 26, 2006 11:25 AMT

Re: [iText-questions] How to create an empty (non-signed) signature field?

2006-05-26 Thread Paulo Soares
PdfReader pdf = new PdfReader("in.pdf"); PdfStamper stp = new PdfStamper(pdf, new FileOutputStream("out.pdf")); PdfFormField sig = PdfFormField.createSignature(stp.getWriter()); sig.setWidget(new Rectangle(100, 100, 200, 200), null); sig.setFlags(PdfAnnotation.FLAGS_PRINT); sig.put(PdfName.DA, new

[iText-questions] How to create an empty (non-signed) signature field?

2006-05-26 Thread Filipe Fedalto
Hi all,   How can I create an empty (non-signed) signature field using PdfStamper? My intention is to create a document with an empty signature field. The document is not to be signed at this moment. The reason is that I want the users to manually sign them later. So, I want that, when they open th

Re: [iText-questions] Signature timestamp

2006-05-26 Thread Tomek Maćkowski
No I couldn't solve this problem with iText. I tried demo version of SecureBlackbox for .Net for creating timestamped PDF with PKCS7 and everything was ok. I don't know where is the mistake and how to achieve it in iText.. Tomek Aleksandras S napisał(a): Hi, did you solve this problem?

RE: [iText-questions] Signature timestamp

2006-05-26 Thread Paulo Soares
See http://prdownloads.sourceforge.net/opensignature/opensignpdf_0.0.2.tar.gz       From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aleksandras SSent: Friday, May 26, 2006 5:31 PMTo: itext-questions@lists.sourceforge.netSubject: Re: [iText-questions] Sign

Re: [iText-questions] Signature timestamp

2006-05-26 Thread Aleksandras S
Hi, did you solve this problem?>> On 19/05/06, *Tomek Maćkowski* < [EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote:>> Hi>>> I have a problem with timestamp of digital signature. I create this > signature as 'adbe.pkcs7.detached ' and everything works fine. Now> I want> to add a tim

RE: [iText-questions] How to Distribute Table Columns among Multiple pages

2006-05-26 Thread Paulo Soares
http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.html see the example SplitTable.java.   Paulo   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Srinivas PSent: Friday, May 26, 2006 9:42 AMTo: itext-questions@lists.sourceforge.netSubject:

RE: [iText-questions] Padding on Pdf Signature

2006-05-26 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Anja Kaiser > Sent: Friday, May 26, 2006 10:09 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Padding on Pdf Signature > > Hi, > > I have a question about the paddin

RE: [iText-questions] question about how don't print image

2006-05-26 Thread Paulo Soares
http://itextdocs.lowagie.com/tutorial/directcontent/optionalcontent/index.html   Paulo From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alessandro RuggieriSent: Friday, May 26, 2006 11:25 AMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions]

[iText-questions] question about how don't print image

2006-05-26 Thread Alessandro Ruggieri
Sorry Paulo,   you have wrote this:   "Yes, if you include the image in an optional content group that doesn't print."   but i don't understood how to do this can you post little some code?   thanks, ale

Re: [iText-questions] Images in chunks

2006-05-26 Thread Bruno Polder
Hello, i'm still having difficulties with the font mapping. I extended the DefaultFontMapper: . . . DefFontMapper mapper = new DefFontMapper(); mapper.insertDirectory("c:/windows/fonts"); Graphics2D g2 = cb.createGraphics(612, 792, mapper, true, .95f); . . . private class DefFontMapper ext

RE: [iText-questions] AcroForms Question

2006-05-26 Thread Paulo Soares
Use ct.addElement(). Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Abhishek Srivastava > Sent: Friday, May 26, 2006 10:30 AM > To: itext-questions@lists.sourceforge.net > Subject: RE: [iText-questions] AcroForms Question > > Bruno, >

RE: [iText-questions] AcroForms Question

2006-05-26 Thread Abhishek Srivastava
Bruno, I added the list to the columntext, but now I loose the justification of text (which appears in the listitem). The text is justified if I do a ct.AddText, but if I put the text in a listitem and then add the list to the ct, then the text is not justified. How to have bullet points and ju

[iText-questions] Padding on Pdf Signature

2006-05-26 Thread Anja Kaiser
Hi, I have a question about the padding in Pdf Signature. What kind of padding is used? Thanks for your help. Best regards Pferdle --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The hig

[iText-questions] How to Distribute Table Columns among Multiple pages

2006-05-26 Thread Srinivas P
  Hi,   I have a Table with 14 columns, now I want to display first 7 columns in first page and the next 7 columns in the second page, how to achieve it? , The table may contain ‘N’ number of rows     Regards   Srini “The information contained in this communication is intended s

Re: [iText-questions] barcode in PDF

2006-05-26 Thread Bruno Lowagie
Abhinav wrote: Hello Please let me know if there is a way to show the Barcode on PDF I am using a Brcode font which is not visible in PDF.. i just see plain text not the barcode is there a way to display it on PDF using itext? When you create the BaseFont, you need to set the embed value

Re: [iText-questions] AcroForms Question

2006-05-26 Thread Bruno Lowagie
Abhishek Srivastava wrote: Great. I was able to use Column Text and was able to get the justification. The text which I am trying to render looks like attached image. It's a bulleted list and the text of the bulleted listitem is align_justified. How can I put these ColumnText objects into a li

Re: [iText-questions] Cell data replace

2006-05-26 Thread Bruno Lowagie
Waq lala wrote: hi well how the image replaced if image replaced then there should be any machanism which will also change the text No, there isn't. br, Bruno --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! F