[iText-questions] Image.getInstance ?

2003-10-12 Thread Charminda Bandara
Title: Image.getInstance ? Hi,     Just to report you some incident which seems to be a bug in iText. When you call the Image.getInstance(String s) method with an string URL to a servlet (Ex - Image.getInstance("http://pc1061658:/comstar-1/servletController?parm=getImage"), it calls the do

[iText-questions] itext in applets...

2003-10-12 Thread Erick Paquin
Hello there,   I'm pretty new to the Itext library and java in general and so I have a question for the more advanced:   I'm trying to build a "pdf viewer applet" which just "shows" the pdf pages...no saving or printing of the pdf should be allowed...I'm just no sure of what kind of componen

RE: [iText-questions] NPE in PdfReader

2003-10-12 Thread Leonard Rosenthol
At 2:17 PM -0400 10/10/03, Matt Griffin wrote: Legally, probably not :-\ The file you provided is NOT a valid PDF and should be correctly rejected by iText and Acrobat itself as Page #1 does NOT have the required MediaBox. Leonard -- -

[iText-questions] PdfGraphics2D setClip method

2003-10-12 Thread Steven Green
I implemented an output mechanism using iText in my application using the PdfGraphics2D writer. The text does not seem to be clipped as based upon the setClip parameters. I checked the output to see if it is requesting clipping, but it appears to be compressed so I couldn't tell. Is setClip suppor

Re: [iText-questions] TIFF problem

2003-10-12 Thread Paulo Soares
I'll add that hack. Just another one to take care of broken files... Best Regards, Paulo Soares - Original Message - From: "Trevor Linton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 11, 2003 20:01 Subject: [iText-questions] TIFF problem > Hi, > > I've been d

Re: [iText-questions] Problem with extended characters

2003-10-12 Thread Paulo Soares
If it works with \u00E8 then the problem is the conversion from your encoding to a Java String. Best Regards, Paulo Soares - Original Message - From: "Trevor Linton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 11, 2003 23:11 Subject: [iText-questions] Problem with