Re: [iText-questions] Question itext

2006-10-20 Thread Anton Melser
Explique-toi en français je pense, parce que là... pas trop compréhensible ! Cheers Antoine On 18/10/06, Christophe Herbert <[EMAIL PROTECTED]> wrote: > Hello, > > Sorry for my english but I am french. > > I have a question about iText. > > It is possible to extract an occurence of an existing PDF

Re: [iText-questions] xml to rtf help (XmlToRtf problem?)

2006-10-20 Thread Mark Hall
On 20.10.2006, at 12:00, Iago wrote: > Hi, > I'm new on iText capabilities and i'm a bit lost. > I explain what i want to do and i can't: I want to create my report > template > using iReport, then the JasperReport library allows me to export > the report to a > html and xml format. I managed

[iText-questions] iText & Hardware tokens

2006-10-20 Thread Ned N. Bingham
I'm new to the list and just had a brief question about using hardware tokens and iText. What type of success/failure have people had with using hardware tokens when signing their PDF documents with iText? I'm working on a project that would benefit from a GeoTrust certificate and I'm wanting to k

Re: [iText-questions] question about the big downside for PdfWriter.

2006-10-20 Thread Mark Storer
> Could you say something about your idea more clear? Or give > me some code > sample about that, because I am a fresher to iText, and the > task is very time- > critical. > Actually I do not get what you mean here. You mention that > flatten the > external form fields and then import the pr

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Paulo Soares
-Xmx64m works for me. Are you using the latest iText release? Paulo - Original Message - From: "Tony He" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 20, 2006 5:45 PM Subject: Re: [iText-questions] out of memory problem with PdfReader Hi, Paulo: Here's the file th

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Tony He
Hi, all:   I actully tried andomAccessFileOrArray for PdfReader contructor and it worked!   Thank you very much!   Jean  On 10/20/06, Stanton Fisque <[EMAIL PROTECTED]> wrote: Try setting MaxPermSize if it is supported on your work platform (most major JVMs have this "non standard" command flag)

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Stanton Fisque
Try setting MaxPermSize if it is supported on your work platform (most major JVMs have this “non standard” command flag)    -XX:MaxPermSize=127m  # substitute 127m for whatever you can comfortably support on your installed machine.  IIRC the standard is either 32m or 64m and is insuffici

Re: [iText-questions] Compilation problem

2006-10-20 Thread Nilabhra Banerjee
Thanks again Paulo,   I summarize the solution for jdk 1.3 compilation   PdfGraphics2D, I have unblocked the code line for jdk 1.3 MappedRandomAccessFile is replaced by java.io RandomAccessFile ImageXRefViewer is removed.   And all other html and xml compilation error solved by adding dom.

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tony He > Sent: Friday, October 20, 2006 5:16 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] out of memory problem with PdfReader > > Hi, Paulo: > I already bu

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Tony He
Hi, Paulo: I already bumped memory to -Xms32m -Xmx256m -Xss8m. It dosn't seem to help. I actully have another file that is bigger than this one but reads OK. So it should be something else. Can you tell me what teh removeUnusedNode is try to do? Is any way I can change any formats of my file to avo

Re: [iText-questions] Setting Unicode text in Signature appearance

2006-10-20 Thread Paulo Soares
Works for me. Note the you can use setLayer2Text() and setLayer2Font() to achieve the same result and without bothering with the formatting. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Wahaj Khan > Sent: Friday, October 20, 2006 3:59

Re: [iText-questions] Compilation problem

2006-10-20 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nilabhra Banerjee > Sent: Friday, October 20, 2006 4:49 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Compilation problem > > Thanks a lot Paulo This settles

Re: [iText-questions] Compilation problem

2006-10-20 Thread Nilabhra Banerjee
Thanks a lot Paulo This settles the problem. I was getting error exactly at those places only.   One of the point says, com.lowagie.text.pdf.PdfGraphics2D: call to missing method java.awt.Font.layoutGlyphVector   I hope removing this class will not have effect while adding a gif or jpg to pd

Re: [iText-questions] Compilation problem

2006-10-20 Thread Paulo Soares
See http://itext.ugent.be/library/question.php?id=19. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nilabhra Banerjee > Sent: Friday, October 20, 2006 4:32 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Comp

[iText-questions] Compilation problem

2006-10-20 Thread Nilabhra Banerjee
Hi Bruno/Paolo,   I am having some problem in compiling the source for jdk 1.3. As suggested by the Itext web site, I have removed com.lowagie.itext.html and com.lowagie.itext.xml, but I am still having compilation errors. The packages are   com.lowagie.itext.pdf com.lowagie.itext.tools com.

Re: [iText-questions] Setting Unicode text in Signature appearance

2006-10-20 Thread Wahaj Khan
Hi Paulo, I tried the suggestion you gave earlier and I did get it working but at times Adobe Acrobat states that it does not support the Font used. Following is my sample code: obj_Sap.setAcro6Layers(true); PdfTemplate n1 = obj_Sap.getLayer(1); //get rid of the question mark PdfTemplate n2 = o

Re: [iText-questions] Setting Unicode text in Signature appearance

2006-10-20 Thread Wahaj Khan
Hi Paulo, I tried the suggestion you gave earlier and I did get it working but at times Adobe Acrobat states that it does not support the Font used. Following is my sample code: obj_Sap.setAcro6Layers(true); PdfTemplate n1 = obj_Sap.getLayer(1); //get rid of the question mark PdfTemplate n2 = o

Re: [iText-questions] Header Footer Problem

2006-10-20 Thread Paulo Soares
Look for page events in the tutorial. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sachit Dahal > Sent: Friday, October 20, 2006 12:48 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Header Footer Problem >

[iText-questions] Header Footer Problem

2006-10-20 Thread Sachit Dahal
  I can see that i can add Text header and Text footer to a PDF Document, Similarly I can Place images in the PDF     But how can i put an image to Header / footer so that they can be displayed on each page   when I have a designer Generated PDF(With Header and Footer)  and tried to open th

[iText-questions] xml to rtf help

2006-10-20 Thread Iago
Hi, I'm new on iText capabilities and i'm a bit lost. I explain what i want to do and i can't: I want to create my report template using iReport, then the JasperReport library allows me to export the report to a html and xml format. I managed to use the iText library to export the report to a .pdf

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Paulo Soares
Throw more memory at it, there's no other solution. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tony He > Sent: Friday, October 20, 2006 2:39 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] out of memory pr

Re: [iText-questions] question about the big downside for PdfWriter.

2006-10-20 Thread Paulo Soares
It goes like this: - locate the field positions and other properties - add the template - translate the field positions and other properties to match the transformation you applied to the template. Note that you can only rotate fields by 90 degrees. - I don't have any sample code. Paulo > -

Re: [iText-questions] More Info on iText

2006-10-20 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nujetti, Prashanth - MWL > Sent: Thursday, October 19, 2006 11:01 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] More Info on iText > > > Hi, > > I have an inquiry

Re: [iText-questions] find text

2006-10-20 Thread Paulo Soares
Look for other tools, like jpedal or pdfbox. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of helpdaniel > Sent: Friday, October 20, 2006 12:10 AM > To: itext-questions@lists.sourceforge.net > Cc: [EMAIL PROTECTED] > Subject: [iText-questi

Re: [iText-questions] Becoming an Adobe Evangelist

2006-10-20 Thread Paulo Soares
Congratulations. That's a, sort of, return home, isn't it? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Leonard Rosenthol > Sent: Friday, October 20, 2006 1:11 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions]

Re: [iText-questions] Becoming an Adobe Evangelist

2006-10-20 Thread Bruno Lowagie
Leonard Rosenthol wrote: > I am writing to announce that I have accepted a position (starting > Oct. 23rd) with Adobe Systems as their new "Technical Standards > Evangelist". Congratulations! > As much as I am excited about this role, I am somewhat disappointed > in that I will no longer be ab

Re: [iText-questions] Display Paragrah on multiple lines

2006-10-20 Thread Mark Hall
On Thursday 19 October 2006 11:22, Alin Popa wrote: > Ex: > String myExampleS="this is a string _ that I need to display _ it "; > Paragraph paraExample=new Paragraph(myExampleS); Try creating an empty Paragraph and then adding one Chunk with the text. Linebreaks should be converted automatically.

[iText-questions] find text

2006-10-20 Thread helpdaniel
beginner's q:   How can I find a text in a pdf doc with iText API , and get the page number ?   TIA, laszlo - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integra

[iText-questions] More Info on iText

2006-10-20 Thread Nujetti, Prashanth - MWL
Hi, I have an inquiry on your PDF itext classes/tool. We are using the version from April'2004 in our company. Can you please give me the specification info? Thanks The Document Management team over the last couple of years has begun migrating to the PDF standard for long term document re