[iText-questions] [i-Text] Scanning for text

2004-04-13 Thread Lior Shliechkorn
Hi,   I'm trying to read a document containing over 25000 pages and I want to extract pages from it that contain an account number in a specific range. However, I'm unable to find good documentation on how to do a search on a PDF document using java.   Can anyone be of assitance, and/ or provide a

[iText-questions] Troubles with fonts and clipping.

2004-04-13 Thread Karthik H . P .
I am using the iText library and am consistently bothered by two problems. 1. I am unable to create a BaseFont for a Type 1 font. I am getting the exception: Missing StartCharMetrics in BaseFont Helvetica. 2. I am unable to clip the text to stay inside a rectangle. I get one of the following er

[iText-questions] Fix for xml horizontalline

2004-04-13 Thread Steven Balthazor
I was having problems getting horizontalline's working using the xml input technique. I have managed to get it working for my needs; however I do not know if it is technically correct. I post this as a possible solution. Passing the following xml would error out when passed to SAXiTextHandler:

[iText-questions] Jasper with iText and encoding problems

2004-04-13 Thread Krzysiek Adamski
Hi,   Do you know how should I configure Jasper to generate PDF files with LATIN2 fonts ? I was trying to use true type fonts with encoding Cp1250, ISO-8859 or UTF-8. But nothing happened. I still got white spaces on PDF output. Do you have a solution ?   Best regards,   Krzysztof Adamski

Re: [iText-questions] [RTF] Table makes Word2003 crash on scroll

2004-04-13 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 09 April 2004 20:04, Lorenz Maierhofer wrote: > Nachdem ich nun endlich Zeit hatte, mich etwas näher damit zu > beschäftigen, habe ich folgende Lösung gefunden: Danke für die Lösung. Ich hab sie bereits ins CVS commited, sie sollte also bei

[iText-questions] Re: Problems with iText in Apache

2004-04-13 Thread Bruno
Quoting José Luis Puchi Alvarez <[EMAIL PROTECTED]>: > Bruno, I did it before I did write you, but the problem is with the > generation if a pdf file, when I execute the Chap0105.class this program > work if i generate a HTML page, but when i try to generate a pdf file the > browser said: > >

Re: [iText-questions] RTF - Image in the header

2004-04-13 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 07 April 2004 09:45, Shubhashini Kanekal wrote: > It is possible to put images/ tables in the Header and Footer?? > Or Is there an alternative for this?? Use the RtfHeaderFooter object. You can add any element into an rtf header with it.

Re: FW: [iText-questions] Accents TOC RTF

2004-04-13 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 12 April 2004 11:27, Ana Heitor wrote: > I already have sent an email, but I haven't received a reply. So, I decide > see the code. Sorry. I've been on holiday. :-) > My questions are: > Is it possible to change the code in next release? If

Re: [iText-questions] RTF functionality was tested with?

2004-04-13 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 07 April 2004 21:28, fff wrote: > More specifically the TOC feature. > I've created an rtf file with a TOC and opened it with Word 2000 and it > works properly, but opening it in OpenOffice doesn't. > Is the TOC only compatible with W

[iText-questions] Servlet with win95

2004-04-13 Thread jose . guerra
Hi developers, Sorry but my english is bad ... I have a problem with a servlet which return a buffer (ServletOutputStream) in windows 95 (IE 5.5) !! The document not open though open in other navigators witn others SO's. This servlet return a buffer with : response.addHeader("Content-Disposit

RE: [iText-questions] PdfCopyFields

2004-04-13 Thread Paulo Soares
It's a bug. Replace in PdfCopyFieldsImp.java line 311: PdfFormField.mergeResources(resources, (PdfDictionary)PdfReader.getPdfObject(dr)); Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malloy, James Se

Re: [iText-questions] How I can add a list of bookmarks in a PDF documents

2004-04-13 Thread Bruno
Quoting Fulvio Bille` <[EMAIL PROTECTED]>: > I need to built the bookmarks in a PDF documents. > I haven't find an example that make > the bookmark list from "scratch" http://www.lowagie.com/iText/tutorial/ch11.html#outlines br, Bruno --- Thi

[iText-questions] How I can add a list of bookmarks in a PDF documents

2004-04-13 Thread Fulvio Bille`
Hi, I need to built the bookmarks in a PDF documents. I found the class SimpleBookmark but I haven't find an example that make the bookmark list from "scratch" simply adding actions like name "PAGE XX" and action is "Goto: page xx". I found only the example the adjust bookmark (concat_pdf.java), b