[iText-questions] Re: problem: reading text inside pages of a pdf file

2004-12-07 Thread Bruno
Quoting Cocchi Maurizio <[EMAIL PROTECTED]>: > Dear Mr. Lowage, > > I am really sorry to disturb you, but I have a big problem and I can find > someone helping me. > I need to read the text inside a big pdf file (260 pages). > The problem is to loop the pages and read the text inside every page.

[iText-questions] "PDF Properties" Question

2004-12-07 Thread [EMAIL PROTECTED]
Dear support: I use the following code to change the Title property: PdfReader pdfReader = new PdfReader("C:\\comments\\11438.pdf"); HashMap meta = pdfReader.getInfo(); PdfStamper stp = new PdfStamper(pdfReader, new FileOutputStream("C:\\comments\\out.pdf")); String titl

[iText-questions] FAQ Entry: How should I cite the iText copyright message in my program?

2004-12-07 Thread Wellman, Daniel
How should I cite the iText copyright message in my program? The following text can be used: iText Library - Copyright (C) 1999-2004 by Bruno Lowagie and Paulo Soares. All Rights Reserved. The ending date in the above date range should be the current year. Note that if you do no

[iText-questions] Howto make the outline initially visible in Acrobat Reader

2004-12-07 Thread Christian Oetterli
Hi If I open some PDF of mine in Acrobat Reader, the Outline is initially always visible. For a iText created PDF it is not. Does anyone known how to achieve this behaviour with iText? Thanks alot for your help Christian O3tt3rli --- S

RE: [iText-questions] Including "fine prints" into PDF

2004-12-07 Thread Paulo Soares
PdfWriter writer = ...; PdfTemplate tp = writer.getImportedPage(..); Image img = Image.getInstance(tp); You can use img as any other image. See also the example headers_and_watermarks.java at http://itextpdf.sf.net. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECT

RE: [iText-questions] Importing other PDFs

2004-12-07 Thread Paulo Soares
Check if you are using the latest iText version. If the problem persists post a small pdf and example so that we can reproduce the problem. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, December 07, 2004 11:59 AMTo: [EMAIL P

[iText-questions] Importing other PDFs

2004-12-07 Thread giovanni . roos
Hi there! I am VERY impressed with your api. It really works fine. But I have a question... I am writing a program that allows user to 'import' their own pdf s (generated with CutePDF Writer) into the newly generated pdf. Everything works cool exept for certain excel spreadsheets. I found the prob

[iText-questions] Including "fine prints" into PDF

2004-12-07 Thread Giulio Cesare Solaroli
Hi all, I need to insert a footer note (fine prints) on a document I am generating with iText but I can not find a suitable solution. If I export the "fine prints" as WMF files I can easily import it as an image but the rendering is not as smooth as when using the EPS version. I know EPS images

Re: [iText-questions] RE: Problem in cell borders on upgrading the iText version

2004-12-07 Thread Steve Appling
Here is a version of PdfCell that should solve the problem. Please remake your itext.jar (version 1.1) using this file and test your application. Please let me know if this solves your problem. Bruno - should I: check this in to CVS in the branch with my name, check it in to the main branc

RE: [iText-questions] embedded fonts in pdf

2004-12-07 Thread Paulo Soares
How does it fail? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of postmaster > Sent: Tuesday, December 07, 2004 12:02 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] embedded fonts in pdf > > Hello all! > > I just ran into a a problem

[iText-questions] embedded fonts in pdf

2004-12-07 Thread postmaster
Hello all! I just ran into a a problem concerning to the following: I am parsing an PDF through the com.lowagie.text.pdf.PdfReader and it fails because within the PDF file there is a barcode used which fonts is not embedded into the file itself... Is there any solution for this? Perhaps it

[iText-questions] Japanese Character PDF generation -- Please help

2004-12-07 Thread ashwin . prabhu
Hi, I had doubt regarding PDF generation and i am novice in iText(using it the first time).  i am  finding problems in displaying Japanese, Chinese and Korean characters. The File is getting generated but i am not able to view these characters.Other 1character/byte  (i.e. normal english character

Re: [iText-questions] RE: Problem in cell borders on upgrading the iText version

2004-12-07 Thread Steve Appling
I have had a brief email discussion with Chris Laforet (who reported this problem on 12/3) and asked for a simple sample causing the problem. He just sent me one this morning. I will look into it today. - Original Message - From: "Bruno" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc:

Re: [iText-questions] problem in RtfFont class

2004-12-07 Thread Mark Hall
On Tuesday 07 December 2004 11:51, Lapin Bleu wrote: > When style Font.ITALIC is apply, it never end. Thanks for the bug report. I'll try to fix it in the evening, but unfortunately my internet connection at home is currently broken so in the worst case it may take 2 or 3 days until this is fixed

Re: [iText-questions] problem in RtfFont class

2004-12-07 Thread Bruno
Quoting Lapin Bleu <[EMAIL PROTECTED]>: > There is an error in the RtfFont class in writeEnd(); Thank you for fixing this! The fix will be in the next release. Mark, I have already uploaded the fix to CVS. br, Bruno --- SF email is sponsored b

[iText-questions] problem in RtfFont class

2004-12-07 Thread Lapin Bleu
Hi, When style Font.ITALIC is apply, it never end. There is an error in the RtfFont class in writeEnd(); there is : if((fontStyle & STYLE_ITALIC) == STYLE_ITALIC) { result.write(intToByteArray(0)); result.write(FONT_ITALIC) } instead of if((fontStyle & STYLE_ITALIC) == STYLE_ITALIC) {

RE: [iText-questions] Bugs

2004-12-07 Thread Paulo Soares
The fix will be in the next release. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, December 07, 2004 9:40 AMTo: [EMAIL PROTECTED]Subject: [iText-questions] Bugs Hi, i have found a bug in the BarcodeEAN class. If i invoke

[iText-questions] Bugs

2004-12-07 Thread Rainer . Drexler
Hi, i have found a bug in the BarcodeEAN class. If i invoke the createAwtImage  methode with BarCode Typ 2 (EAN) i get a exception. Bug description:         no break statment in swich block for Constant EAN8 Code Snippet:  int width = 0;         byte bars[] = null;         switch (codeType) {

[iText-questions] RE: Problem in cell borders on upgrading the iText version

2004-12-07 Thread Pulin Bhorania
Hi Bruno,   This in response to the problem of cell borders not appearing properly in pdf files on upgrading the iText version. I have already sent you the 2 example PDF files and the version of iText used for each of them last week.   I would appreciate it if you can notify me with the es

[iText-questions] RE: Problem in cell borders on upgrading the iText version

2004-12-07 Thread Bruno
Quoting Pulin Bhorania <[EMAIL PROTECTED]>: > I would appreciate it if you can notify me with the estimated time for > getting the solution of my problem. I think it's the same problem Steve Appling mentioned. He said he would fix it this weekend. I don't know if he had the time to do it. br, Bru