Reputation: 18973
I Need to convert doc/docx to pdf with iTextSharp.dll. May i know how can i do that?
thanks
Upvotes: 0
Views: 3867
Reputation: 15868
You cannot.
iText doesn't speak .doc or .docx. If you were to write a .doc reader, you could use iText to generate a matching PDF, but that wouldn't be trivial either.
Upvotes: 1