Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plutext/docx4j-importxhtml.net
.NET version of docx4j-ImportXHTML, thanks to IKVM
https://github.com/plutext/docx4j-importxhtml.net
Last synced: about 1 month ago
JSON representation
.NET version of docx4j-ImportXHTML, thanks to IKVM
- Host: GitHub
- URL: https://github.com/plutext/docx4j-importxhtml.net
- Owner: plutext
- License: lgpl-2.1
- Created: 2014-02-26T06:25:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T00:49:08.000Z (over 6 years ago)
- Last Synced: 2024-12-02T13:48:26.617Z (about 1 month ago)
- Language: C#
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docx4j-ImportXHTML.NET
======================Converts XHTML to OpenXML WordML (docx) using docx4j.NET (licensed under ASLv2) and Flying Saucer.
This project is basically https://github.com/plutext/docx4j-ImportXHTML IKVM'd, plus samples written in C#.
This project is licensed under LGPL v2.1 (or later), since that's the license used by Flying Saucer.
Users
You can install the NuGet package; see http://www.nuget.org/packages/docx4j.NET/Samples
Installing the NuGet package will add a dir src to your project; in src/samples you will see sample code for:
docx to PDF
docx to HTML
interop with Open XML SDK
mail merge (MERGEFIELD processing)
content control data binding All of those should run out of the box (provided you have set: Project Properties > Startup object)
For examples of how to do other stuff with docx4j, please see https://github.com/plutext/docx4j/tree/master/src/samples Translating any of that code from Java to C# ought to be straightforward.Developers
You can clone this project.The easiest way to add the needed references is still via NuGet.