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.
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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) {
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
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) {
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
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
20 matches
Mail list logo