Quoting [EMAIL PROTECTED]:
> Thanks a lot. IE 5.5 SP2 works. I agree you about adding this problem to
> the
> FAQ.
Done!
http://www.lowagie.com/iText/faq.html#msie
kind regards,
Bruno
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.s
Title: RE: [iText-questions] Viewing PDF's with IE 5.5
Thanks a lot. IE 5.5 SP2 works. I agree you about adding this problem to the FAQ.
Best regards
Arturo Quesada
-Mensaje original-
De: Wilson AJ
Para: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Enviado el: 25/03/02 19:29
Asunto: RE:
If you have the latest iText from Paulo's site, you can do
PdfAnnotation.setFlags(16) to disable the print bit. Actually this will set
the /F entry in annotation dictionary to be NoZoom which disables the print bit.
I think Paulo will come to a new method, say setNoPrint() in PdfAnnotion to
accom
Bruno,
Thanks for your answer about my last question.
I have another question here:
For any one of your example, such as Chap0902.java.
If I run it with "Java Chap0902", it's ok.
but if I use"jview Chap0902", it causes a error as following:
--
java.l
Hi, there.
I created some Annotations on a PDF file via iText. They function very
well, except
When I print out the PDF file, those annotation's icon also get print out.
Is there any way to turn off the annotaion's print?
Thanks a lot,
Don
-Original Message-
From: Lomvardias, Christo
Yes,
Thanks. That was the problem.
Chris
-Original Message-
From: Jason Essington [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 2:01 PM
To: Lomvardias, Christopher
Cc: '[EMAIL PROTECTED]'
Subject: Re: [iText-questions] Image.getInstance() error?
Chris
Looks like you are us
Chris
Looks like you are using java.awt.Image when you are intending to use
com.lowagie.text.Image. java.awt.Image doesn't have a
getInstance(String) method and thus pitches a fit when compiling.
-jason
On Monday, March 25, 2002, at 11:45 AM, Lomvardias, Christopher wrote:
> Hi,
>
> I get th
Hi,
I get this strange error when I try to compile my code that contains these
two lines.
Image jpeg = Image.getInstance("images/Logo75.jpg");
document.add(jpeg);
C:\Program Files\Apache Tomcat 4.0\webapps\\WRSReport.java:70: cannot
resolve symbol
symbol : method ge
I have had the same problem. IE 5.5 Service Pack 2 fixes the problem. Both
5.5 and 5.5SP1 have problems, albeit different ones in my experience.
Maybe this should get added to the FAQ.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 1
Title: Viewing PDF's with IE 5.5
Hi everybody,
I´m generating PDF's by servlets. It works fine with IE 5.0 but when I use IE 5.5 it shows a placeholder icon into a blank page. I think that I did the things correctly but, obviously, ididn´t. My code is:
-
public class HelloWorld extends
Hi,
> I've included iText.jar in my classpath, and my code is:
[...]
it seems that you didn't inserted iText.jar in your classpath properly
(or maybe you added sources only?)
>
> Original Exception:
> Error Message: com/lowagie/text/Document
> Error Code: 500
> Target Servlet: null
> Error
Any thoughts on this one, yet?
Thanks!
John
John Watson writes:
> I love being able to add a Table to a Cell now. But, when I do this, the
> colspan on the Cell gets ignored. Is this intended, or an unintended
> side-effect? Thanks!
> John
>
>
> ___
Hi everybody,
I'm trying to use iText on a servlet of my project and
i've a little problem.
I've included iText.jar in my classpath, and my code
is:
package PDF;import java.io.PrintWriter;import
java.io.IOException;import java.io.File;import java.util.Date;import
javax.servlet.http.*;im
PdfContentByte.roundRectangle().
Best Regards,
Paulo Soares
> -Original Message-
> From: Grant [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, March 25, 2002 12:15
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Rounded corners
>
> Is their an easier way short of using 4x curveto()
I'll keep the Paragraph alignments out of ColumnText. I can add a
setIndentationFollowing() and a setIndentationRight(). This covers all the
cases.
Best Regards,
Paulo Soares
> -Original Message-
> From: Thomas McKay [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, March 22, 2002 18:00
> To:
What problems?
Best Regards,
Paulo Soares
> -Original Message-
> From: Grippa, Pietro [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, March 25, 2002 9:21
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Problem with Domino and iText
>
> Hi,
> I work in AtosOrigin and my custom
Is their an easier way short of using 4x curveto() functions to get
rounded corners on a box or a table?
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
I have a problem while adding a table into a RTF doc.
This happens while document.add(table)
in RtfWriter.getInstance(document, new FileOutputStream("MyFileName.rtf")
The number of cells inserted are less than total number of cells in the
table.
(Total number of Cell/No of Column)?
The fo
Hi,
I work in AtosOrigin and my customer is an important Italian bank. The
production environment is Domino release 5.06, which gives support to JDK
1.1.X. We developed a solution using your java classes to print the bank
prices via PDF, and it's working properly. They asked me if I have the
Quoting Paul Cooley <[EMAIL PROTECTED]>:
> For some reason, the xslt generated into the pdf
> ignores my leading attributes on paragraphs. Font
> sizes and families are registered correctly, but
> leading is complete ignored. Here is a sample of the
> attribute in the tagmap:
>
>
>
20 matches
Mail list logo