Re: [iText-questions] Important question about PdfContentByte

2003-02-03 Thread Matt Benson
2 things: first, always include the list for everyone's benefit and because I'm no expert. second, I don't know what I was smoking before. PdfGraphics2D is for using the Graphics interface to create PDF content, not the other way around. I would use ghostScript to do what you want. Paulo or Le

Re: [iText-questions] Important question about PdfContentByte

2003-01-29 Thread Matt Benson
You should be able to do it using the PdfReader and PdfGraphics2D classes, along with Java imaging classes. -Matt --- Kalpana Sundaram <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I am a Java developer in Parsippany, NJ. For my > current project, I have been asked to use Java 1.3 > or lower

[iText-questions] Important question about PdfContentByte

2003-01-29 Thread Kalpana Sundaram
Hello,   I am a Java developer in Parsippany, NJ. For my current project, I have been asked to use Java 1.3 or lower to save the thumbnail of the first page of a PDF file as an image file in either GIF or JPEG format. I would like to know whether there is any way in iText to write the PdfContentByt