tags:

views:

783

answers:

2

Hello, Is it possible to convert existing word document to pdf using iTextSharp.

Regards, Aniruddha

A: 

No way. iTextsharp can do on the fly.

color
A: 

with iTextSharp you can convert text to pdf. But you need also convert doc to text.

if you want to preserve formatting while converting documents you need to map formatting primitives(structure of doc document) too.

you need another library for working with your docs.

Trickster