On 6/22/07, Ethan King <[EMAIL PROTECTED]> wrote:
> Image img = Image.getInstance(bm, null, true);
>
> The program justs sits there using 99% of the cpu. I have let it run as
> long as 20 minutes without it ever finishing or giving me an error. I would
> expect this kind of operation to take just
Hello,
I am trying to use Example 11 from
http://itextsharp.sourceforge.net/tutorial/ch06.html to convert a tiff to
PDF. The project seems to be building fine but seems to hang somewhere
around
Image img = Image.getInstance(bm, null, true);
The program justs sits there using 99% of the cpu. I
Hi,
just another patch (against current SVN). This time I want to allow
users to tweak page labels, so I need to be able to read the old page
labels from a PDF in a format suitable for tweaking (and getting a
String[] with all labels is not, in my opinion). Other solutions to
solve my problem are,
Hello all,
I'd like to apply annotations at specified locations on a pdf page,
but I'd like to transform the coordinate system beforehand. I've
tried both PdfContentByte.SetTextMatrix and PdfContentByte.ConcatCTM
(with arguments (0, -1, 1, 0, 0, img.Width), which should rotate it
270 degrees and
Hi,
May I request any further feedback on this question of mine? Is it
just me or is there a different usage of this? Has anyone run the
junit test?
Many thanks.
-- Forwarded message --
From: Dhruba Bandopadhyay <[EMAIL PROTECTED]>
Date: Jun 22, 2007 11:44 AM
Subject: Cannot ne
As Paulo mentions - is it possible that the text simply has something
(an annotation) on top of it? PDFCopy will bring those along, but
just grabbing the contents will not. Of course, such a "hiding" is
useless - which is why one should be using Redaction technology.
Leonard
On Jun 22, 2
I wonder if that text wasn't hidden with an annotation.
Paulo
- Original Message -
From: "parvez ahmed" <[EMAIL PROTECTED]>
To: "Post all your questions about iText here"
Sent: Friday, June 22, 2007 6:53 PM
Subject: Re: [iText-questions] removing Hidden content in PDF
I have used PDF
I have used PDFCopy and hidden text is hidden. Whereas,its not true with
PDFWriter.
As you mentioned, I will try parsing content stream.
Thanks
Leonard Rosenthol <[EMAIL PROTECTED]> wrote:
PDFCopy WILL copy hidden text - it copies everything...
Your method will copying everything AND
On Wednesday 20 June 2007, Chad Loder wrote:
> I am confused with the way image scaling works in PDF vs. RTF. I have
> read the May 15th thread between Thomas Bickel and Mark Hall where
> this is discussed:
If you are using the last release, then image should be displayed at 72dpi in
both PDF and
I will be out of the office starting 06/22/2007 and will not return until
07/02/2007.
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. N
PDFCopy WILL copy hidden text - it copies everything...
Your method will copying everything AND any hidden text will stay
hidden. Are you saying that it does not??
The only way to remove hidden text would be for you to parse the
content stream (PdfContentByte) yourself and manipulate it to
I have PDF with hidden text in existing.pdf . While copying pdf , I am
able to view the hidden text in output pdf. Is there any class or method to
remove hiddent text from pdf ?
Below is the code. I know, PDFCopy will not copy hidden text to output.pdf. I
dont want to use PDFCopy to
Hello Sean
I am writing because you are the administrative contact for the domain name
itext.com.
You may not know this but iText is a very popular open-source software
project for creating and editing
PDF's in Java. Manning, a division of Pearson Education has published a
book called "iText
iText doesn't change the image resolution or quality.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of lubk
> Sent: Friday, June 22, 2007 1:04 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] low quality images i
On Jun 21, 2007, at 4:53 PM, [EMAIL PROTECTED] wrote:
> Is it possible to use iText to convert an existing Pdf to Pdf/A
> compliant document?
>
No, it is not.
The only solutions for doing so today are commercial options such as
Adobe Acrobat, Apago PDF Appraiser, Callas pdfaP
Ask yourself what has this to do with iText ?
HINT : Put it in the classpath... Run As in your
main class
--- [EMAIL PROTECTED] wrote:
> Where would I put ARIAL.TTF in Eclipse for my code:
>
> normalStyle.setPdfFontName("ARIAL.TTF");
>
> to recognize the path to it?
>
> Rachel Kozlowski
I create a PDF file from a TIFF image using iText API. But the problem is
that i am loosing the quality of image and the text on image. How can I get
PDF file with high quality images? Please help me
Uros
-
This SF.net email i
Hi,
I have a junit test which fails with an exception. I would much like
your advice on how to get this to work. How can I represent this html
in itext? It works if I add the table directly to the document.
Exception:
java.lang.RuntimeException: list {[Rectangle: 80.0x0.0 (rot: 0
degrees)]} c
I tried revision 2850 and the problem was still there. I assume
that's the one you mean.
On 6/21/07, Paulo Soares <[EMAIL PROTECTED]> wrote:
> There's a time lag of several hours between the commit and the anonymous
> checkout in sourceforge. Try again later or get the file from the SVN
> browser
Hello,
I have attached the table class and the headerfooter class can you please go
through it and help me out. These classes are customized and created by us.
I am using the com.opdm.text.Table to create a table and the
com.opdm.text.HeaderFooter for the footer, but there is an unwanted gap
betwe
20 matches
Mail list logo