xorpower
xorpower

Reputation: 18973

Convert rtf to pdf

I Need to convert doc/docx to pdf with iTextSharp.dll. May i know how can i do that?

thanks

Upvotes: 0

Views: 3867

Answers (1)

Mark Storer
Mark Storer

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

Related Questions