fyi
-----Original Message----- From: Takaho A Endo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 3:53 AM To: Sullivan, Sean C - MLG Subject: Re: [iText-questions] iText, PdfDocument, Swing, AWT Images, JPEG files Sullivan, Sean C - MLG wrote at 02.2.18 9:41 : > >If iText cannot render PDF files for display in Swing, >does anybody know of another Java class library that can handle it? > >Would anybody find this functionality useful? I don't know PDF viewer in Java. But I have made wrapper classes which inherits java.awt.Graphics and java.awt.FontMetrics. I pass the instance of my class to paint( java.awt.Graphics ) methods of graphic components, which inherits java.awt.Graphics and in which PdfDocument instance is composed. It is easier than writing methods for both AWT and PDF and it was not difficult with iText. Then if you need make your document shown on screen and outputted in PDF I recommend you to write such wrapper classes. Thanks. --- Takaho A. Endo _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
