Re: [iText-questions] Tiff to PDF iTextSharp Problem

2007-06-22 Thread Brian McKeever
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

[iText-questions] Tiff to PDF iTextSharp Problem

2007-06-22 Thread Ethan King
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

[iText-questions] [patch] Allow reading page label structure to write out later

2007-06-22 Thread Michael Schierl
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,

[iText-questions] Coordinate system for annotations

2007-06-22 Thread Brian McKeever
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

[iText-questions] Fwd: Cannot nesting a table within a list item

2007-06-22 Thread Dhruba Bandopadhyay
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

Re: [iText-questions] removing Hidden content in PDF

2007-06-22 Thread Leonard Rosenthol
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

Re: [iText-questions] removing Hidden content in PDF

2007-06-22 Thread Paulo Soares
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

Re: [iText-questions] removing Hidden content in PDF

2007-06-22 Thread parvez ahmed
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

Re: [iText-questions] RTF vs. PDF image scaling

2007-06-22 Thread Mark Hall
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

[iText-questions] Steve Senneff/HOME_OFF/AGLIFE is out of the office.

2007-06-22 Thread Steve_Senneff
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

Re: [iText-questions] removing Hidden content in PDF

2007-06-22 Thread Leonard Rosenthol
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

[iText-questions] removing Hidden content in PDF

2007-06-22 Thread parvez ahmed
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

[iText-questions] iText domain name

2007-06-22 Thread Bill Ensley
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

Re: [iText-questions] low quality images in PDF

2007-06-22 Thread Paulo Soares
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

Re: [iText-questions] Convert Pdf to Pdf/A

2007-06-22 Thread Leonard Rosenthol
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

Re: [iText-questions] ARIAL.TTF ECLIPSE

2007-06-22 Thread Harakiri
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

[iText-questions] low quality images in PDF

2007-06-22 Thread lubk
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

[iText-questions] Cannot nesting a table within a list item

2007-06-22 Thread Dhruba Bandopadhyay
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

Re: [iText-questions] PDF&RTF:java.lang.ArrayIndexOutOfBoundsException: 7

2007-06-22 Thread Dhruba Bandopadhyay
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

[iText-questions] FW: Gap between table and the footer

2007-06-22 Thread Swapnil Rahate
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