MyConverter C# Source CodeMyConverter C# Source Code
C# Script that handles the conversion of Word files to PDF and PDF files to Word Average rating of 1.0 based on 1 votesMyConverter C# Source Code
C# Script that handles the conversion of Word files to PDF and PDF files to Word Average rating of 1.0Overview
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.
Features
- Convert Pdf file to Word file
- Convert Word file to Pdf
- Full code detailed
- Easy to understand and to customize
Requirements
- Microsoft Visual Studio or any other editor to edit C# code
Instructions
Steps :
- 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.
-
Reviews
Other items by this author
Category | Scripts & Code / C# |
First release | 18 March 2021 |
Last update | 18 March 2021 |
Files included | .cs, .csproj, .dll |
Tags | C#, SCRIPT, word, converter, pdf, PDF converter, Visual Studio |