0% found this document useful (0 votes)
3 views3 pages

RTF to HTML Conversion in .NET

Using at windows

Uploaded by

M. A. Silva
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views3 pages

RTF to HTML Conversion in .NET

Using at windows

Uploaded by

M. A. Silva
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

RTF to HTML.

Net
Windows development manual

Getting Started
1. Launch Microsoft's Visual Studio.
2. Create a new project or open an existing.
3. In the Solution Explorer right click by "References" and select "Add Reference":

4. Add a reference to the file [Link]


(The Library is located in the subfolders of the folder "Bin" of the Package "RTF to HTML .Net (N.N.N.N)"
For example: Bin\Net 4.0\[Link] or Bin\Net Core 2.0\[Link].

5. Well done! Now your project is able to convert RTF to HTML format!

Or you can use Nuget:

1. Launch Microsoft's Visual Studio.


2. Create a new project or open an existing
3. Add a reference to [Link]:
(Solution Explorer->right click by "References"->Manage Nuget Packages...->In the tab "Browse" type "SautinSoft" and
find the "[Link]")

Add dependencies through Nuget (optional)

If you have added the [Link] into your project using Nuget, all dependencies are already installed
automatically and therefore simply skip this step. If you are creating a .Net Framework (not .Net Core) app, also skip this
step.

In case of you have added the reference to the [Link] by the old way (Solution Explorer->right click by
"References"->Add Reference...), please add these dependencies using Nuget:

1. [Link]: "4.4.0",
2. [Link]: "4.0.1",
3. [Link]: "4.3.0",
4. [Link]: "4.6.0".

NOTE: Actually, you may add specified versions of the dependencies shown above or use the newer versions.

For example, to add "[Link], 4.4.0:

(Solution Explorer->right click by "References"->Manage Nuget Packages...->In the tab "Browse" type
"[Link]" and find the "[Link]", select version "4.4.0")

Well done! You have created the “RTF/DOCX to HTML” application under Windows!
If you have any troubles or need extra code, or help, don’t hesitate to ask our SautinSoft
Team at support@[Link].

You might also like