Is there a way to convert from iTextSharp Document class to System.Drawing.Printing.PrintDocument in c# so i can give print facilities to user? thanks
A:
iText can read, parse and write pdf files. It cannot render them.
Look at some of the commercial libraries that can do this, or something like GhostScript.
R Ubben
2009-05-29 13:13:44
I have to show the user printpreview, settings and print options for that document. Does ghostscript does that?
2009-05-29 19:13:50
No. If you have to do this, why not simply use the Adobe activex control and skip the System.Drawing.Printing.PrintDocument? Here is how (in Windows Forms) http://thedotnet.com/nntp/396093/showpost.aspx
R Ubben
2009-05-29 21:39:03