battleoverflow / Jinzo

Jinzo is an abstraction and conversion library for converting HTML to numerous other formats.

Home Page:https://www.nuget.org/packages/Jinzo

Repository from Github https://github.combattleoverflow/JinzoRepository from Github https://github.combattleoverflow/Jinzo

Jinzo

Jinzo is an abstraction and conversion library for converting HTML to numerous other formats.

This library is currently available on NuGet and can be installed using the dotnet

dotnet add package Jinzo --version 0.1.1

Usage

using Jinzo;

class Program {
    static void Main() {
        // Convert to another format
        Jinzo.Jinzo.Convert("<HTML>.html", "<OUTPUT>.ext");
    }
}

This project is currently in a very early stage with only the ability to convert HTML to TXT. More updates will hopefully be coming soon!

About

Jinzo is an abstraction and conversion library for converting HTML to numerous other formats.

https://www.nuget.org/packages/Jinzo

License:BSD 2-Clause "Simplified" License


Languages

Language:C# 100.0%