[iText-questions] remove

2003-02-11 Thread Clau
I wanna be remove. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-."El hombre nunca sabe de lo que es capaz hasta que lo intenta." -Charles Dickens-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-

Re: [iText-questions] I cant use the font *. afm

2003-02-11 Thread Paulo Soares
What about asking in a jbuilder group? Best Regards, Paulo Soares - Original Message - From: "Rafael A. Sornes G." <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 18:32 Subject: Re: [iText-questions] I cant use the font *. a

[iText-questions] PDF version

2003-02-11 Thread Piotr Luczycki
What version of PDF does iText support? Can I specify which version the resulting file should be in? I think by default it creates 1.4 even if the input file is an earlier version. Thanks, Piotr --- This SF.NET email is sponsored by: SourceF

Re: [iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run

2003-02-11 Thread Kenny G. Dubuisson, Jr.
I forgot to put jcommon in Tomcat's lib directory..DOH! Thanks for such quick response in helping me fix it. Take care, Kenny - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "'Kenny G. Dubuisson, Jr.'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 11,

Re: [iText-questions] I cant use the font *. afm

2003-02-11 Thread Rafael A. Sornes G.
and where is that special place to put resources? - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "'Rafael A. Sornes G.'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 1:56 PM Subject: RE: [iText-questions] I cant use the font *. afm > That's

RE: [iText-questions] I cant use the font *. afm

2003-02-11 Thread Paulo Soares
That's a jbuilder problem. It may have a special place to keep the resources. Best Regards, Paulo Soares > -Original Message- > From: Rafael A. Sornes G. [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 17:40 > To: [EMAIL PROTECTED] > Subject: [iText-questions] I cant us

[iText-questions] I cant use the font *. afm

2003-02-11 Thread Rafael A. Sornes G.
hello i cant generate the pdf with font. When i run the aplication and try to generate a pdf file with font, jbuilder 6 show me this error:   Times-Italic not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts)Times-Italic not found as resou

RE: [iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run

2003-02-11 Thread Paulo Soares
You must put the jfreechart and jcommon in the Tomcat classpath. Compiling and running are different issues. Also remember that jfreechart has the nasty habit of changing method signatures from version to version so this may also be a version problem. Best Regards, Paulo Soares > -Original Me

[iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run

2003-02-11 Thread Kenny G. Dubuisson, Jr.
I have a servlet which generates a chart. The servlet compiles fine. But when I run it, I get the following error (truncated for brevity): java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants If this class is not found, wouldn't I get an error on compilation also. I don't even use

RE: [iText-questions] Read PDF

2003-02-11 Thread Paulo Soares
iText cannot change field values, not that it's technically difficult but rather because I hate pdf forms (and no one else did it or made it available). I begin to think that with all these form requests I have to move forms to the top of my to-do list. I'll investigate this weekend form filling an

[iText-questions] onStartPage

2003-02-11 Thread Jpenuela
I've the following code.  It generates a document with two pages, but only the HEADER appears in the first page, not in the second.     ...     ByteArrayOutputStream ba = new ByteArrayOutputStream();    try    { response.setContentType("application/pdf");  PdfWrit

Re: [iText-questions] onStartPage

2003-02-11 Thread Bruno
Quoting Jpenuela <[EMAIL PROTECTED]>: > I've the following code. It generates a document with two pages, but only > the HEADER appears in the first page, not in the second. > class MyPageEvents extends PdfPageEventHelper > { > public void onStartPage(PdfWriter writer, Document document) >

[iText-questions] onStartPage

2003-02-11 Thread Jpenuela
I've the following code.  It generates a document with two pages, but only the HEADER appears in the first page, not in the second.     ...     ByteArrayOutputStream ba = new ByteArrayOutputStream();    try    { response.setContentType("application/pdf");  PdfWrit

[iText-questions] Read PDF

2003-02-11 Thread Richard Damien (AXEN)
Title: Read PDF Hello, I want to read a PDF containing only Form fields. Is it possible to read the value of each field end change it ? I know it is not possible for text and graphics, but thanks in advance for your response Damien --

Re: [iText-questions] itext

2003-02-11 Thread Rafael A. Sornes G.
i dont using compiles jar, i sompiled with jbuilder 6 - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "'Rafael A. Sornes G.'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 6:18 AM Subject: RE: [iText-questions] itext > Are you using the compi

RE: [iText-questions] xml to pdf in zn-TW

2003-02-11 Thread Paulo Soares
Are you asking questions about iText or FOP? iText can produce PDF from XML in any languange but doesn't support XSL-FO in the sense of FOP. Best Regards, Paulo Soares > -Original Message- > From: MattChan [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 10, 2003 10:43 > To: [EMAIL PRO

[iText-questions] More examples

2003-02-11 Thread Paulo Soares
I've prepared 3 more examples that may be of interest. FillBlanks.java - Overlays text at precise positions in a PDF document. It is generally used with DumpFields to get the writing positions. DumpFields.java - Dumps the field positions of a PDF document. DumpFontNames.java -

RE: [iText-questions] How to get the raw text out of a PDF document?

2003-02-11 Thread Paulo Soares
It can be done with iText if you care to parse the content but the results will be disappointing. Even Acrobat doesn't get it right all the times. You are better served with GS or Xpdf. Best Regards, Paulo Soares > -Original Message- > From: Erik Turesson [SMTP:[EMAIL PROTECTED]] > Sent:

[iText-questions] How to get the raw text out of a PDF document?

2003-02-11 Thread Erik Turesson
Hello! I would like to be able to add PDF documents to the index of a search engine. To do that I need to extract the raw text from a PDF document into a String or byte[]. Can this be done using iText? How do I do that? /Erik --- This SF.NET

RE: [iText-questions] itext

2003-02-11 Thread Paulo Soares
Are you using the compiled jar? Best Regards, Paulo Soares > -Original Message- > From: Rafael A. Sornes G. [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 5:43 > To: [EMAIL PROTECTED] > Subject: [iText-questions] itext > > hello, i use itext and is excelent. i can gen

Re: [iText-questions] Page Events

2003-02-11 Thread Bruno
Quoting Jpenuela <[EMAIL PROTECTED]>: > Where I can find some sample code to add headers an footers using page events > onStartPage and onEndPage? Analyse the inner PageEvent class in Chapter 12 of the tutorial. Take it out of the example and try it without the XML stuff. Bruno ---

[iText-questions] Page Events

2003-02-11 Thread Jpenuela
Where I can find some sample code to add headers an footers using page events onStartPage and onEndPage?   Thanks in advance.   **Julio Peñuela GilCentre d'informàticaUniversitat de BarcelonaTel: 93-403-44-25**