[iText-questions] cutom footers

2008-01-23 Thread Jonadan
Hi, I am trying to make PDF document page footers something like this; "ABC Corp Page: 1" At the left, the company name will appear. At the right end page numbers will appear. Do you know how I can achieve this? -- View this message in context: http://ww

[iText-questions] retrieving radio button value

2008-01-23 Thread swapna reddy
Hi I have created an interactive PDF Form with different controls radiobutton,checkbox,textbox I am able to retrieve data from the all control other than radiobutton using the below code. Any help regarding the same would be higly appreciated. I have mentioned the sample code bel

[iText-questions] Watermark under Flattened Form

2008-01-23 Thread John J. Hodorowicz
Hey all, I am having difficulty creating a watermark to display correctly on my pdfs. I have a fillable form template that I populate with data. I then flatten this form and apply the watermark. The watermark shows up but the form fields block out the watermark. It's like the filled in fields h

[iText-questions] getOutputStream()

2008-01-23 Thread BACQ Jean-sébastien
Salut, Encore merci ! Quelle patience :))) PS : Cela dit, mon JSP est pour tester rapido sur le gaz !! JSB -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de [EMAIL PROTECTED] Envoyé : mercredi 23 janvier 2008 20:17 À : itext-questions@lists.sourcefor

Re: [iText-questions] Please Unsubscribe my Email-Address

2008-01-23 Thread Iliadis Yannis
Just click on the https://lists.sourceforge.net/lists/listinfo/itext-questions link or the one at the end of the mail and follow the instructions. 2008/1/23, krishna patury <[EMAIL PROTECTED]>: > > Me too.. [EMAIL PROTECTED] > > --- On *Wed, 1/23/08, Rajesh Nandwani <[EMAIL PROTECTED]>* wrote:

Re: [iText-questions] Please Unsubscribe my Email-Address

2008-01-23 Thread Howard Shank
I believe it's is self service to unsubscribe. You just go to the iText mailing list site https://lists.sourceforge.net/lists/listinfo/itext-questions and unsubscribe at the bottom. Howard Shank - Original Message From: krishna patury <[EMAIL PROTECTED]> To: Post all your questions a

Re: [iText-questions] Please Unsubscribe my Email-Address

2008-01-23 Thread krishna patury
Me too.. [EMAIL PROTECTED]--- On Wed, 1/23/08, Rajesh Nandwani <[EMAIL PROTECTED]> wrote: From: Rajesh Nandwani <[EMAIL PROTECTED]>Subject: [iText-questions] Please Unsubscribe my Email-AddressTo: itext-questions@lists.sourceforge.netDate: Wednesday, January 23, 2008, 10:08 AM I would like to Un-

[iText-questions] Please Unsubscribe my Email-Address

2008-01-23 Thread Rajesh Nandwani
I would like to Un-Subscribe to the emails coming to this account. ([EMAIL PROTECTED]). Thanks Raj. > Date: Wed, 23 Jan 2008 17:36:33 +0100 > From: [EMAIL PROTECTED] > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] getOutputStream() has already been called > >

Re: [iText-questions] getOutputStream() has already been called

2008-01-23 Thread Bruno Lowagie
BACQ Jean-sébastien wrote: Bonjour, Encore une petite question qui probablement été résolu...mais comment arreter les insultes du " getOutputStream() has already been called" dans ma console ??? Ces insultes sont mérités pour l'insolence d'utiliser du JSP pour générer des fichiers binairs. C'e

[iText-questions] getOutputStream() has already been called

2008-01-23 Thread BACQ Jean-sébastien
Bonjour, Encore une petite question qui probablement été résolu...mais comment arreter les insultes du " getOutputStream() has already been called" dans mas console ??? Merci Voici mon JSP de test : <% String num = request.getParameter("dsm"); HashMap paramUI = new HashMa

Re: [iText-questions] Re moving PdfStructureTreeRoot from Tagged PDF

2008-01-23 Thread dayvidpow
Paulo Soares wrote: > >>You'll have to remove the /StructParents key from the page dictionary and >>the /MarkInfo and the /StructTreeRoot keys from the catalog. The markers in >>the content stream don't need to be removed. > This is uncharted water for me. So could you please be a bit more s

Re: [iText-questions] JCheckBox and JRadioButton not renderedcorrectly on Mac

2008-01-23 Thread Gabriel Erzse
Actually I was wrong. I was testing with an older version of iText (version 1.3.0 where the texts seem to be rendered correctly). I tested again with the latest source code from SVN and it does not work even if I include the DefaultFontMapper. This is how I wrote the code. Am I making some mi

Re: [iText-questions] Re moving PdfStructureTreeRoot from Tagged PDF

2008-01-23 Thread Leonard Rosenthol
If you don't remove the marked content, Acrobat may throw errors when doing certain operations where it goes looking for it. Leonard On Jan 23, 2008, at 3:18 AM, Paulo Soares wrote: > You'll have to remove the /StructParents key from the page > dictionary and > the /MarkInfo and the /StructT

Re: [iText-questions] JCheckBox and JRadioButton not renderedcorrectly on Mac

2008-01-23 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Bruno Lowagie > Sent: Wednesday, January 23, 2008 1:06 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] JCheckBox and JRadioButton not > renderedcorrectly on Mac

Re: [iText-questions] JCheckBox and JRadioButton not renderedcorrectly on Mac

2008-01-23 Thread Bruno Lowagie
Gabriel Erzse wrote: Does the "insertDirectory" method perform some persistent changes in the system? If you remain in the same JVM: yes. Is there any way to undo them? Kill the JVM. br, Bruno smime.p7s Description: S/MIME Cryptographic Signature

Re: [iText-questions] JCheckBox and JRadioButton not renderedcorrectly on Mac

2008-01-23 Thread Gabriel Erzse
I added the Mac fonts folders to the DefaultFontMapper (with "insertDirectory") and indeed the texts are rendered correctly. However I tried to rollback and redo the steps, and I cannot. Even if I remove the code related to DefaultFontMapper, the texts are now rendered correctly every time. Doe

Re: [iText-questions] JCheckBox and JRadioButton not renderedcorrectly on Mac

2008-01-23 Thread Paulo Soares
This may be caused by not having the correct font registered in DefaultFontMapper. That piece of code adjusts the spacing of the pdf font so that the space occupied is the same as reported by the awt font. If the fonts are too different it will result in letters too far or too near (read, on top) o

Re: [iText-questions] JCheckBox and JRadioButton not rendered correctly on Mac

2008-01-23 Thread Gabriel Erzse
I was able to locate the problem with rendering the text (overlapping letters). I'm not sure what is the cause, but I can tell you where things go wrong. It is in PDFGraphics2D class, in method "public void drawString(String s, float x, float y)", around line 452: if (s.length() > 1) { floa

[iText-questions] JCheckBox and JRadioButton not rendered correctly on Mac

2008-01-23 Thread Gabriel Erzse
I am trying to render JCheckBox and JRadioButton components into a PDF document, but somehow they fail to get rendered correctly on Mac computers. Here is a sample code that does this: public class Main { public static void main(String args[]) throws Exception {

Re: [iText-questions] Re :Re: Multiple PDFs generation from single jsp.

2008-01-23 Thread Bruno Lowagie
NILADRI BHATTACHARYYA wrote: it will be very helpful for me to start working on this kind of problem. Yes, it will. Some pointers: You talk about "window.open". As far as I know that's JavaScript, not JSP; so if you investigate any further: please don't confuse people by talking about JSP when

Re: [iText-questions] Re moving PdfStructureTreeRoot from Tagged PDF

2008-01-23 Thread Bruno Lowagie
Paulo Soares wrote: You'll have to remove the /StructParents key from the page dictionary and the /MarkInfo and the /StructTreeRoot keys from the catalog. The markers in the content stream don't need to be removed. OK, I stand corrected. Now that I think of it: those markers in the content stre

[iText-questions] Re :Re: Multiple PDFs generation from single jsp.

2008-01-23 Thread NILADRI BHATTACHARYYA
Hi   Thanks a lot for the suggestion, still from the iText point of view if any approach is there to handle this kind of situation, it will be very helpful for me to start working on this kind of problem.ThanksNiladri.On Wed, 23 Jan 2008 08:58:03 +0100 Post all your questions about iText here w

Re: [iText-questions] Re moving PdfStructureTreeRoot from Tagged PDF

2008-01-23 Thread Paulo Soares
You'll have to remove the /StructParents key from the page dictionary and the /MarkInfo and the /StructTreeRoot keys from the catalog. The markers in the content stream don't need to be removed. Paulo - Original Message - From: "dayvidpow" <[EMAIL PROTECTED]> To: Sent: Tuesday, Januar

Re: [iText-questions] Multiple PDFs generation from single jsp.

2008-01-23 Thread Bruno Lowagie
NILADRI BHATTACHARYYA wrote: Hi I have to generate multiple pdfs opened in multiple windows from one jsp page , depending upon the selection of check boxes. Can I do that from my Struts Action class ? From jsp , if i use window.open it opens the last pdf in that window. Please help if pos