[iText-questions] Troubles with fonts and clipping.

2004-04-14 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

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

2004-04-14 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

Re: [iText-questions] Fix for xml horizontalline

2004-04-14 Thread Bruno
Quoting Steven Balthazor [EMAIL PROTECTED]: === if (ElementTags.HORIZONTALRULE.equals(name)) { Graphic hr = new Graphic(); hr.setHorizontalLine(1.0f, 100.0f); try { document.add(hr); }

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

2004-04-14 Thread Ana Heitor
Hi, the latest CVS version solved the problem. thanks Ana -Original Message- From: Mark Hall [mailto:[EMAIL PROTECTED] Sent: terça-feira, 13 de Abril de 2004 16:30 To: [EMAIL PROTECTED] Cc: Ana Heitor Subject: Re: FW: [iText-questions] Accents TOC RTF -BEGIN PGP SIGNED

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

2004-04-14 Thread Bill Ensley
JPedal gives you access to the text in a page, however, scanning 25000 pages would lock your system up i'm sure. but you can give it a try Bill Ensley Bear Printing -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Lior ShliechkornSent:

RE: [iText-questions] Potential bug: Document.newPage() ignores results of its listeners

2004-04-14 Thread Paulo Soares
Don't worry with the result. If it fails it will throw an exception. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jan Bentzen Sent: Wednesday, April 14, 2004 12:46 PM To: [EMAIL PROTECTED] Subject:

RE: [iText-questions] Troubles with fonts and clipping.

2004-04-14 Thread Paulo Soares
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karthik H.P. Sent: Wednesday, April 14, 2004 6:37 AM To: [EMAIL PROTECTED] Subject: [iText-questions] Troubles with fonts and clipping. I am using the iText library and am consistently bothered

[iText-questions] Barcode39 Point and Pitch

2004-04-14 Thread Harper,Timothy D
I need my barcode to have Pitch=4.69 and Point=12.0 I can not find the right combination of setX and SetN to achieve a barcode readable by our scanner. Any help is appreciated, and here is my code (should I be using a font?) PdfContentByte cb=writer.getDirectContent(); Barcode39 code39=new

RE: [iText-questions] Barcode39 Point and Pitch

2004-04-14 Thread Paulo Soares
What's your definition of pitch for a barcode. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harper,Timothy D Sent: Wednesday, April 14, 2004 6:57 PM To: '[EMAIL PROTECTED]' Subject: [iText-questions] Barcode39

RE: [iText-questions] Fix for xml horizontalline

2004-04-14 Thread Steven Balthazor
Quoting Bruno: What if your Section spans multiple pages? Aren't you adding the Graphic object on the wrong page? I don't have a lot of time to look into the problem, but maybe it would be better to allow a Graphic object to be added to a Section, or even better: to implement