printing PDF files using java

Hello i am trying to print pdf files in java by using javax.print.DocFlavor and print.*..but when am printing PDF files i am getting the error like unsupported flavour. so kindly suggest me how print PDF files using java
[227 byte] By [raja4javaa] at [2007-10-3 11:46:29]
# 1
http://schmidt.devlib.org/java/libraries-pdf.html
mlka at 2007-7-15 14:19:09 > top of Java-index,Java Essentials,Java Programming...
# 2
See Itext http://www.lowagie.com/iText/this is good and easy, i use the same to digitally sign and print PDF.
Solraca at 2007-7-15 14:19:09 > top of Java-index,Java Essentials,Java Programming...
# 3
> See Itext http://www.lowagie.com/iText/> this is good and easy, i use the same to digitally> sign and print PDF.How do you print a PDF with iText? I thought it was just a editing api.
mlka at 2007-7-15 14:19:09 > top of Java-index,Java Essentials,Java Programming...
# 4

> > See Itext http://www.lowagie.com/iText/

> > this is good and easy, i use the same to digitally

> > sign and print PDF.

>

> How do you print a PDF with iText? I thought it was

> just a editing api.

I don't think it's an API. it's an editing application. I think. we use it at work. by 'we' I mean other people, I don't. but I'm pretty sure it's a PostScript editing and designing application

georgemca at 2007-7-15 14:19:09 > top of Java-index,Java Essentials,Java Programming...
# 5

> I don't think it's an API. it's an editing

> application. I think. we use it at work. by 'we' I

iText(1) is an API, I use it quite a bit. I've never seen a "print" (or display in away) function. You could get the component parts of the PDF, then use that to build a graphical view of the PDF I guess.

1) As linked above, more than one iText may exist.

mlka at 2007-7-15 14:19:09 > top of Java-index,Java Essentials,Java Programming...