> > 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
> 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.