Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

Is it possible to convert .dox or .docx file extensions to pdf format or vice versa with the help of itextsharp.dll in asp.net
Posted

Have a look at this (The Competitor's) question: "iTextSharp - Convert word doc/docx to pdf"[^]. It looks you may indeed generate a PDF file using the iTextSharp library, however you have to read yourself the Word files (and feed yourself the library). Other opssibilities are suggested in the linked page.
 
Share this answer
 
Hello,

Developers can use iTextShap to:

  • Serve PDF to a browser
  • Generate dynamic documents from XML files or databases
  • Use PDF's many interactive features
  • Add bookmarks, page numbers, watermarks, etc.
  • Split, concatenate, and manipulate PDF pages
  • Automate filling out of PDF forms
  • Add digital signatures to a PDF file

So it can not be used for converting a word document to PDF. However you can use Microsoft Office Assembly or Aspose.Words or PDFCreator to achieve the same. Please have a look at folllowing threads

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900