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, Christopher [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 2:17 PM To: 'Jason Essington' Cc: '[EMAIL PROTECTED]' Subject: RE: [iText-questions] Image.getInstance() error? 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 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 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\BBBB\WRSReport.java:70: > cannot > resolve symbol > symbol : method getInstance (java.lang.String) > location: class java.awt.Image > Image jpeg = Image.getInstance("Logo75.jpg"); > ^ > > I don't see anything wrong here. Any suggestions? > > Thanks, > > Chris > ------------------------------------------------------------------ > Chris Lomvardias > [EMAIL PROTECTED] > PublicBuy.Net > 400 E. Pratt Street, Suite 300 > Baltimore, MD 21202 > (410)539-3737 x1722 voice > ------------------------------------------------------------------ > > > _______________________________________________ > iText-questions mailing list [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
