Doc2web 0.0.1-dev353

This is a prerelease version of Doc2web.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Doc2web --version 0.0.1-dev353
                    
NuGet\Install-Package Doc2web -Version 0.0.1-dev353
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Doc2web" Version="0.0.1-dev353" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Doc2web" Version="0.0.1-dev353" />
                    
Directory.Packages.props
<PackageReference Include="Doc2web" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Doc2web --version 0.0.1-dev353
                    
#r "nuget: Doc2web, 0.0.1-dev353"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Doc2web@0.0.1-dev353
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Doc2web&version=0.0.1-dev353&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Doc2web&version=0.0.1-dev353&prerelease
                    
Install as a Cake Tool

alt text

Free your document

Word to html converter engine (work in progress)

Goals of the project

This project is an attempt to create an lazy, extensible, cross-platform and high performance wordprocessingML (open xml) to html converter.

We will not accept pull requests until we reach version 1.0.

Doc2web is lazy

Doc2web will only gather the minimum text and css for the conversion. If you are converting a single paragraph you should expect a slim html, even if it's a 200 page's document that weights 5mb.

Doc2web is extensible

Doc2web provide a simple plugin system that allows any developer to add virtual nodes or text mutations.

These nodes will be then converted in tags and the mutations will be applies to the output. All the hard work is done for you, you just have to describe the result that you want and Doc2web will give valid html.

The nodes and mutations positions uses real numbers so you can "squeeze" elements between text and other elements in a infinite fashion. The nodes also has Z index. The engine will use those to generate intersections and ensure that the html is valid what ever the nodes or mutations you throw at it.

An IoC container will be use to allow plugins to works together as they the engine crawls the document. It will also manage object lifecycle and provide clever garbage collection for better performance.

Doc2web is cross platform

Doc2web leverage the new .NET STANDARD 2.0 which is supported on .NET CORE 2.0 and .NET 4.6.1, Mono 5.4, Xamarin iOS 10.14 Xamarin Mac 3.8 and Xamarin Android 7.5.

Doc2web is fast

Doc2web is build for real time. Lazy mechanism and efficient cpu cycles and memory manage is at the core of this project goals.

Our current benchmarks (using an I7-5500U) converts 260 pages in ~180ms when the open xml is simple and 40 pages in ~115 ms when the open xml is very complicated.


Roadmap 1.0 (2017 Q4)

  • Core
    • Virtual nodes
      • Tag, style and attributes
    • Text tranformation
      • Insertions
      • Replacements
      • Deletions
    • Tag optimization and rendering
  • Implemented plugins
    • Styling
      • Media query
      • Dynamic styling
      • Paragraph styling
      • Run styling
      • Interconnected styling
      • OpenXML Properties support
        • Bold
        • Borders
        • Caps
        • Color
        • Font size
        • Highlighting
        • Indentation (responsive)
        • Italic
        • Justification
        • Run fonts
        • Spacing
        • Small caps
        • Vanish
        • Underline
    • Numbering
      • Roman, letters, ordinal, etc.
      • Indentation
      • Styling (theme and inline)
    • Text processing
      • Paragraphs
      • Runs
      • Tabulation configuration
    • Text fixes
      • Break/tabs/hypen character insertions
      • Cross references clean up
      • Html escape
  • Benchmarks
    • Conversion
    • Rendering
    • Styling
    • Numbering
    • Comparing against OpenXmlPowerTools
  • CLI Tool
    • Convert documents
    • Verbose, debug and parallelism options
    • Crash tests
    • Search for keywords in documents
  • Documentation
    • XML documentation
    • How to use the C# Api
    • How to extend with plugins
    • Benchmark and performance breakdown
    • Doc2web vs other tools
    • Contribution guide
    • Plugin samples
    • Github pages
  • Other
    • Coverage > 90%
    • Public and easy docker container with CLI/Benchmark
    • NuGet package publicly available
    • Continuous integration
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.1-dev919 770 7/17/2019
0.0.1-dev914 450 7/17/2019
0.0.1-dev912 458 7/17/2019
0.0.1-dev911 440 7/17/2019
0.0.1-dev908 430 7/14/2019
0.0.1-dev907 435 7/14/2019
0.0.1-dev906 428 7/14/2019
0.0.1-dev905 436 7/14/2019
0.0.1-dev904 425 7/14/2019
0.0.1-dev903 431 7/14/2019
0.0.1-dev898 15,705 6/19/2019
0.0.1-dev897 887 6/17/2019
0.0.1-dev896 912 6/14/2019
0.0.1-dev868 1,001 4/23/2019
0.0.1-dev865 944 4/12/2019
0.0.1-dev842 952 3/15/2019
0.0.1-dev829 924 3/11/2019
0.0.1-dev828 922 3/11/2019
0.0.1-dev822 915 3/7/2019
0.0.1-dev817 920 3/5/2019
0.0.1-dev788 923 2/23/2019
0.0.1-dev786 917 2/23/2019
0.0.1-dev785 928 2/23/2019
0.0.1-dev783 943 2/22/2019
0.0.1-dev782 939 2/21/2019
0.0.1-dev781 945 2/21/2019
0.0.1-dev771 1,000 2/18/2019
0.0.1-dev733 1,063 11/9/2018
0.0.1-dev730 1,066 11/7/2018
0.0.1-dev729 1,087 11/6/2018
0.0.1-dev727 1,084 11/6/2018
0.0.1-dev725 1,072 11/5/2018
0.0.1-dev715 1,090 10/15/2018
0.0.1-dev708 1,083 10/11/2018
0.0.1-dev705 1,172 10/10/2018
0.0.1-dev695 1,098 9/27/2018
0.0.1-dev694 1,110 9/27/2018
0.0.1-dev692 1,134 9/24/2018
0.0.1-dev688 1,123 9/22/2018
0.0.1-dev683 1,165 9/21/2018
0.0.1-dev677 1,140 9/15/2018
0.0.1-dev673 1,150 9/12/2018
0.0.1-dev669 1,130 9/10/2018
0.0.1-dev664 1,202 8/17/2018
0.0.1-dev663 1,188 8/17/2018
0.0.1-dev658 1,180 8/15/2018
0.0.1-dev652 1,291 8/7/2018
0.0.1-dev650 1,296 8/6/2018
0.0.1-dev649 1,284 8/6/2018
0.0.1-dev647 1,257 8/6/2018
0.0.1-dev646 1,311 8/5/2018
0.0.1-dev645 1,349 8/5/2018
0.0.1-dev644 1,283 8/3/2018
0.0.1-dev643 1,285 8/3/2018
0.0.1-dev640 1,281 8/3/2018
0.0.1-dev638 1,288 8/2/2018
0.0.1-dev637 1,293 8/2/2018
0.0.1-dev636 1,259 8/2/2018
0.0.1-dev634 1,499 7/12/2018
0.0.1-dev626 1,327 7/12/2018
0.0.1-dev592 1,505 7/6/2018
0.0.1-dev585 1,524 7/3/2018
0.0.1-dev577 1,311 6/27/2018
0.0.1-dev572 1,591 6/19/2018
0.0.1-dev567 1,529 6/19/2018
0.0.1-dev462 1,649 2/13/2018
0.0.1-dev461 1,558 2/13/2018
0.0.1-dev448 1,673 2/4/2018
0.0.1-dev443 1,569 1/19/2018
0.0.1-dev422 1,414 12/11/2017
0.0.1-dev417 1,609 12/6/2017
0.0.1-dev415 1,377 12/4/2017
0.0.1-dev402 1,354 11/13/2017
0.0.1-dev395 1,348 11/8/2017
0.0.1-dev392 1,349 11/7/2017
0.0.1-dev388 1,349 11/5/2017
0.0.1-dev385 1,392 11/5/2017
0.0.1-dev379 1,363 11/3/2017
0.0.1-dev373 1,347 10/30/2017
0.0.1-dev371 1,353 10/25/2017
0.0.1-dev369 1,360 10/24/2017
0.0.1-dev367 1,341 10/24/2017
0.0.1-dev365 1,346 10/19/2017
0.0.1-dev364 1,337 10/19/2017
0.0.1-dev363 1,350 10/18/2017
0.0.1-dev360 1,369 10/18/2017
0.0.1-dev356 1,371 10/17/2017
0.0.1-dev355 1,355 10/16/2017
0.0.1-dev354 1,371 10/15/2017
0.0.1-dev353 1,584 10/13/2017
0.0.1-dev352 1,343 10/13/2017
0.0.1-dev350 1,364 10/13/2017
0.0.1-dev1-dev351 1,349 10/13/2017