vote up 0 vote down star
1

Hello there,

I understand iTextSharp can be used for converting a document to pdf.

But first we have to create a document from scratch using iTextSharp.text.Document and then adding elements to this document.

What if I have an existing doc file, is it possible to convert this document to pdf using iTextSharp.

Also, I want to use iTextSharp or any similar tool which can perform following on a doc file:

  1. manipulation of doc/docx/text files (like replacing some placeholders with DB values) as well as
  2. converts them to .pdf

Anyone having idea about this, please share.

Thank you!

flag

75% accept rate

3 Answers

vote up 1 vote down check

The Aspose.Words component can do this reliably (I'm not affiliated or anything).

iTextSharp does not have the required feature set to load and process MS Word file formats.

link|flag
1  
Thank you all for your help. For my current scenerio, I will be using Aspose library to do doc/docx manipulation and then finally converting the result document to pdf after mail merge. I have downloaded the free 30-days trial version and it seems to solve all my issues. I would suggest anyone going to use Aspose to have the trial version first and then making the decision. – inutan Oct 23 at 9:12
vote up 0 vote down

iTextSharp is a little complicate and professional.it seems i should know C# language.My friend mentioned one Word to PDF tool to me once,it seems to called Simpo Word to PDF.you can search it in google. hope it can help you.

link|flag
vote up 0 vote down

For docx manipulation, you should use native Open XML method. Download Open XML SDK 2 from Microsoft.

And then you can convert docx files to pdf with this paid library: http://www.subsystems.com/dpw.htm . It's really great.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.