Re: [iText-questions] Client signature of FDF

2009-03-02 Thread Leonard Rosenthol
You need to use Adobe Acrobat Professional or Adobe LiveCycle Reader Extensions Server in order to "Reader Enable" the PDF to allow Reader to sign it. Leonard On 3/2/09 9:51 PM, "Giles, Bear" wrote: I saw similar questions in the mailing list but nothing quite like this... We've been generat

[iText-questions] Merging Forms

2009-03-02 Thread Mark A. Olbert
I have a situation where I need to create a single PDF from a template PDF. Some of the pages in the final form will be duplicates (e.g., there will be two copies of page 5 from the original template). I've read up a bit on the problem of form field name collisions, and am looking for feedback

[iText-questions] Image.getInstance issue

2009-03-02 Thread Antonio Manuel Muñiz
Hello. I have a problem with Image.getInstance(URL). This doesn't work (URLs are real): ChapterAutoNumber chapter = new ChapterAutoNumber("Chapter 1"); chapter.add(Image.getInstance(" http://nemo.sonar.codehaus.org/images/tendency/2-black.png";)); but this does work: ChapterAutoNumber chapter =

Re: [iText-questions] GoToR and Simplebookmarks

2009-03-02 Thread Billy Anachronism
Thanks Paulo, I've actually worked it out. I should have used: pdfbookmark["Page"] = "0 /XYZ"; instead of pdfbookmark["Page"] = "/XYZ"; Having the first one meant that SimpleBookmark rejected the destination. I think. Perhaps SimpleBookmark could be made a little more verbose, I don't think it

[iText-questions] (no subject)

2009-03-02 Thread mkl
Hi, I haven't checked your code in detail but... could you not simply store the stamper, signature appearance, and any other object of interest in member variables of the object that offers those methods? Regards, Michael. Von: Gonçalo Almeida [mailto:

Re: [iText-questions] Using external signatures

2009-03-02 Thread Andreas Kuehne
Hi Gonçalo, faced he same problems. Maybe you can copy things from our PDF signer class. Our you may take a look at our completet signing server, available at http://sourceforge.net/project/showfiles.php?group_id=179267 . Greetings Andreas - original Nachricht Betreff: [iText-qu

Re: [iText-questions] HTMLWorker tables and fonts

2009-03-02 Thread pickm
Which Chunk? I am generically changing all fonts that come out of the HTMLWorker, but when the element that comes out is a PdfPTable, the chunk.size() is zero. I have also tried to dig into the table, and the rows, and use the getCells() method, but that throws a null pointer. Here is code I a

[iText-questions] Text Fields changes size when Hightlight Fields is on/off in Adobe Reader

2009-03-02 Thread ubflamed
I recently changed my PDF creating code to using the Times New Roman font in the Windows\Fonts folder so that the font can embedded to make the PDF output PDF/A compliant. I was using the iTextSharp Times Roman. Now my PDF output shows all fields smaller unless I put focus into the field, or turn

Re: [iText-questions] blank pdf pages

2009-03-02 Thread TstAmerIT
I would like to know how it is written in vb.net or C# as opposed to java. EHAMILTON wrote: > > I have an application where I would like to skip all blank PDF pages, > anyone have any ideas/code to accomplish this. > -- View this message in context: http://www.nabble.com/blank-pdf-pages-tp22

[iText-questions] Client signature of FDF

2009-03-02 Thread Giles, Bear
I saw similar questions in the mailing list but nothing quite like this... We've been generating and caching complete PDF documents in our database and trusting the user to physically sign the documents and mail them to the appropriate authorities, but we're expanding our application and the lat

Re: [iText-questions] HTMLWorker tables and fonts

2009-03-02 Thread Paulo Soares
You'll to change the font in the Chunk. Paulo > -Original Message- > From: pickm [mailto:picke...@hotmail.com] > Sent: Monday, March 02, 2009 1:51 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] HTMLWorker tables and fonts > > > Any ideas on how to chan

[iText-questions] Using external signatures

2009-03-02 Thread Gonçalo Almeida
Hello all I have a problem concerning the usage of external signatures. I want my application to sign a PDF document in three moments: - (1) byte[] hash = initializeSignature(String pdf, Certificate cert, KeyStore chain, CRL crl) / *to return the signable bytes* - (2) byte[] rawSignatur

[iText-questions] Andrew S Moy/CHI/NTRS is out of the office.

2009-03-02 Thread Andrew S Moy
I will be out of the office starting March 2, 2009 and will not return until March 3, 2009. Hello, Please contact Bob Kawasaki (312) 630-1604 if you need any assistance during this time, thanks. -- Open Source Business

Re: [iText-questions] HTMLWorker tables and fonts

2009-03-02 Thread pickm
Any ideas on how to change the font in a PdfPTable after it has been created? Is there a way to iterate through it and access each cell? I attempted to use the newer getCells() method in PdfPRow, and then change the font of the phrases, but that did not work. Is there an example in the book tha

Re: [iText-questions] problem in launching of iText

2009-03-02 Thread Diana Almeida
You need to download the jar files! http://www.lowagie.com/iText/download.html regards, Diana Vineet Gaba escreveu: > Dear Sir, > > I am intermediate programmer of JAVA. Please tell me how can use > iText. i am not understanding how it work in java i have a code of pdf > writer but how it wil

[iText-questions] Problem with PdfContentByte

2009-03-02 Thread Peter Klauke
Hello, I have got a problem with using PdfContentByte to add lines and ColumnTexts on multiple pages. I am trying to display the content of my program on a PDF. But I need some Images , lines and text(adress for example) on top and bottom of each page. So I created 2 methods. The first adds th

Re: [iText-questions] GoToR and Simplebookmarks

2009-03-02 Thread Paulo Soares
A look at the resulting PDF would help. Paulo > -Original Message- > From: Billy Anachronism [mailto:billyanachron...@gmail.com] > Sent: Monday, March 02, 2009 4:53 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] GoToR and Simplebookmarks > > Hi, > > I'm tr

Re: [iText-questions] How to createFont in BaseFont class for korean charatcters

2009-03-02 Thread Paulo Soares
1 to 6 is irrelevant to iText. See chapter 8 and 9 of the book. Paulo > -Original Message- > From: Sudhakar A [mailto:sudhare...@gmail.com] > Sent: Monday, March 02, 2009 5:43 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] How to createFont in BaseFont > cl

Re: [iText-questions] problem in iText Execution program

2009-03-02 Thread Alexis Pigeon
Hi Vineet, 2009/3/2 vineet gaba > Dear Sir, > > I am intermediate programmer of JAVA. > Looks like my reply didn't make it through the list in the first place, so I post it again: This is a typical java classpath error, nothing to do with iText. Please check again wether your classpath is set c

Re: [iText-questions] problem in iText Execution program

2009-03-02 Thread Subhrajyoti Moitra
u dont seem to have iText in your classpath. Nothing personal but, isnt this a sufficient hint to tell any "basic" java programmer.. what the problem is? "package com.lowagie.text does not exist" where does "intermediate" start? On Mon, Mar 2, 2009 at 3:16 PM, vineet gaba wrote: > Dear Sir, >

Re: [iText-questions] Use of FOP XML and XSL

2009-03-02 Thread Paulo Soares
> -Original Message- > From: Prashant Saraf [mailto:psa...@cctc.com] > Sent: Sunday, March 01, 2009 7:42 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Use of FOP XML and XSL > > > Hi, > > Is it possible to use FOP XML and XSL? No. iText is a PDF engine

Re: [iText-questions] problem in launching of iText

2009-03-02 Thread Paulo Soares
You must have iText in the classpath. If you don't know how to do it you should learn more Java before comming back. Paulo > -Original Message- > From: Vineet Gaba [mailto:vineet.soft.e...@gmail.com] > Sent: Monday, March 02, 2009 7:42 AM > To: itext-questions@lists.sourceforge.net > S

Re: [iText-questions] problem in launching of iText

2009-03-02 Thread Alexis Pigeon
Hi Vineet, 2009/3/2 Vineet Gaba > Dear Sir, > > I am intermediate programmer of JAVA. So you'll have instantly recognised a typical classpath error. HTH, alexis -- Open Source Business Conference (OSBC), March 24-25,

Re: [iText-questions] UTF-8 compatible tooltips on annotations

2009-03-02 Thread Mike Musa
Thank you for your hint. Indeed the problem was the conversion of strings. I've fetched some strings from a xml file, encoded via utf-8, but I forgot to allways encode them via utf-8. (new String (some_string.getBytes("UTF-8"), "UTF-8")) Thats all. :-) Leonard Rosenthol-3 wrote: > > Two pieces

[iText-questions] problem in iText Execution program

2009-03-02 Thread vineet gaba
Dear Sir, I am intermediate programmer of JAVA. Please tell me how can use iText. i am not understanding how it work in java i have a code of pdf writer but how it will run in their following errors are coming how can it remove...please reply asap because i am working with my project C:\Program F

[iText-questions] problem in launching of iText

2009-03-02 Thread Vineet Gaba
Dear Sir, I am intermediate programmer of JAVA. Please tell me how can use iText. i am not understanding how it work in java i have a code of pdf writer but how it will run in their following errors are coming how can it remove...please reply asap because i am working with my project C:\Program F