1- What is this script about ?
This script is coded with C# and make the following tasks
- Create Pdf file from Word Document.
- Create Word document from Pdf file.
- Display Original file details ( size / number of pages ).
- Display Converted file details ( size / number of pages ).
2- How it works ?
To convert a Word Document to Pdf :
- Click on the Tab "Convert Word Document to Pdf"
- Click on "Browse" Button to select the Word File.
- Then, Click on "Convert" Button
- A "Save As" dialog appears, enter the name you want for the converted file and click "Save"
- The Pdf File will be created in the path chosen.
To convert a Pdf File to Word :
- Click on the Tab "Convert Pdf Document to Word"
- Click on "Browse" Button to select the Pdf File.
- Then, Click on "Convert" Button
- A "Save As" dialog appears, enter the name you want for the converted file and click "Save"
- The Word File will be created in the path chosen.
3- How to work with this script ?
- Extract the zip file- Open the Cs solution named "MyConverter.sln" preferably with Visual Studio 2012 or more. You can even open it with any other C# editor or text editor, but with text editors, you will need to execute the code on command line.