Re: [iText-questions] Cropping PDFTemplate?

2007-04-23 Thread Steven Landry
Paulo, You said: "Put it inside another template with the right dimensions." Can you provide more detail on how I would do that? I assume you mean put the PDFTemplate into another template? I am looping through a data set when creating the template, so there is a varying amount of white spa

Re: [iText-questions] New Dictionary

2007-04-23 Thread Mark Storer
> Exception in thread "AWT-EventQueue-0" > java.lang.NoSuchFieldError: HHALFTONE > at com.lowagie.text.pdf.PdfHalftone.(Unknown Source) > That looks remarkably like a syntax error (reffering to double-h-HHALFTONE), but this being a run time exception, that shouldn't happen. Are you calling

Re: [iText-questions] can PdfStamper reflow dynamic form elements?

2007-04-23 Thread Paulo Soares
- Original Message - From: "Alan Simmons" <[EMAIL PROTECTED]> To: Sent: Monday, April 23, 2007 9:30 PM Subject: [iText-questions] can PdfStamper reflow dynamic form elements? Hi, I'm using PDFStamper to fill and flatten forms programatically. We have some forms which are dynamic - th

Re: [iText-questions] Graphic for header

2007-04-23 Thread Paulo Soares
If you stretch the image it will look blurred. Your original question really can't be answered, it all depends on the final resolution, in DPI, needed. Paulo - Original Message - From: "Elangainathan, Deepa (CT)" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent:

[iText-questions] can PdfStamper reflow dynamic form elements?

2007-04-23 Thread Alan Simmons
Hi, I’m using PDFStamper to fill and flatten forms programatically. We have some forms which are dynamic - they contain header subforms along with “Flow Content” type detail subforms. When a user fills in a dynamic form interactively, the Text Field elements in flowable subforms dynamically ref

Re: [iText-questions] Graphic for header

2007-04-23 Thread Elangainathan, Deepa (CT)
Basically I used 2 functions. 1) Image jpg = Image.getInstance(path); jpg.setAlignment(Image.MIDDLE); jpg.scaleAbsolute(width,height ); 2) Image jpg = Image.getInstance(path); jpg.setAlignment(Image.MIDDLE); jpg.scalePercent(scale); Regards, Deepa -Original Message- From: [EMAIL PROTEC

Re: [iText-questions] Graphic for header

2007-04-23 Thread Paulo Soares
I'm sure you know what you are talking about but without code and the PDF it will remain your secret. Paulo - Original Message - From: "Elangainathan, Deepa (CT)" <[EMAIL PROTECTED]> To: Sent: Monday, April 23, 2007 9:55 PM Subject: [iText-questions] Graphic for header I would like t

[iText-questions] Graphic for header

2007-04-23 Thread Elangainathan, Deepa (CT)
I would like to insert headers and footers as graphic. I am creating it 10 inches width but it doesn't look as sharp as the original graphic created, especially (very noticeable) the right hand side is blurry. My question is, if I want to have a header which expands across the page in landscape,

Re: [iText-questions] CRL

2007-04-23 Thread Paulo Soares
- Original Message - From: "Aleksandras S" <[EMAIL PROTECTED]> To: Sent: Monday, April 23, 2007 9:24 PM Subject: [iText-questions] CRL > Hello, > Does itext support CRL? Yes. > When somebody open signed PDF file, > Acrobat Reader says: "The validity of the document certification is

[iText-questions] CRL

2007-04-23 Thread Aleksandras S
Hello, Does itext support CRL? When somebody open signed PDF file, Acrobat Reader says: "The validity of the document certification is UNKNOWN. The author could not be verified". My signature providers support CRL and if I understand PDF correctly, I need to include CRL into signature to avoid the

Re: [iText-questions] iText on the mainframe - memory leak?

2007-04-23 Thread Aiken Sam
Paulo Soares consiste.pt> writes: > - Original Message - > From: "Andrew Joseph" hotmail.com> > To: lists.sourceforge.net> > Sent: Monday, April 16, 2007 10:45 PM > Subject: [iText-questions] iText on the mainframe - memory leak? > > Hello, I was trying to compile and execute the "hell

Re: [iText-questions] Question about PDF titles

2007-04-23 Thread Paulo Soares
There's code to deal with that in the package com.lowagie.text.xml.xmp. Paulo - Original Message - From: "Joel Morris" <[EMAIL PROTECTED]> To: Sent: Monday, April 23, 2007 5:25 PM Subject: Re: [iText-questions] Question about PDF titles > Paulo Soares consiste.pt> writes: > >> >> H

Re: [iText-questions] Question about PDF titles

2007-04-23 Thread Joel Morris
Paulo Soares consiste.pt> writes: > > He may have to also update the RDF metadata. > > Paulo > Guys, Thanks for the response. I know you may not have any code specific to what I need to do, but could you point me in a direction of what I should be looking at? Thanks, Joel --

[iText-questions] selected rows in JTable

2007-04-23 Thread Jan Weytjens
Hi all, The iText book on p. 369 says: /"If you run this example [chapter12/MyJTable.java], try changing the content of the JTable; the changes are reflected in the PDF. If you select a row, the background of the row is shown in a different color in the Java applications as well as in the PDF.

Re: [iText-questions] Cropping PDFTemplate?

2007-04-23 Thread Paulo Soares
Put it inside another template with the right dimensions. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Steven Landry > Sent: Sunday, April 22, 2007 7:15 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Croppi