Releases: manfromarce/DocSharp
Releases · manfromarce/DocSharp
Version 0.5.0
- All packages now target .NET 6, .NET 8, .NET 9 and .NET Framework 4.6.2. Please keep in mind that limited testing is done for .NET Framework.
- Automatic image conversion is now supported via ImageSharp or System.Drawing. See the wiki or sample app for more information.
- Major improvements for lists and tables in DOCX to plain text converter. The number in numbered lists is now recognized (at least for the most common numbering formats) and the table layout is preserved using fixed spacing and
| - +characters. - Bug fixes for lists in DOCX to Markdown and Markdown to DOCX converters.
- An emoji (✅ or ⬜) is added in DOCX to preserve Markdown task lists.
Version 0.4.0
Version 0.4.0
- Fixed a recurring issue with image URLs
- Most math formulas are now converted to LaTex blocks in the DOCX to Markdown converter. Math blocks are supported by GitHub, Visual Studio Code and other Markdown processors.
Version 0.3.0
Improvements:
- Support for footnotes and endnotes in DOCX to RTF converter, and improved page numbers handling.
- Support for bookmarks in DOCX to Markdown converter; improved translation of Wingdings / Webdings chars.
- Default options such as font and line spacing are now customizable in DOCX to RTF converter, and set to the same values as modern MS Word versions by default. This fixes issues with (rare) cases where default formatting is not specified anywhere in the document, previously causing the library to behave differently from most word processors.
- New DOCX to TXT converter (plain text extractor).
- Create template or slideshow document types properly for .xlt, .pot and .pps binary documents.
- Various bug fixes and improvements.
Version 0.2.0
Improvements:
- Support for more elements in the base DOCX reader, such as fields content and Wingdings/Webdings symbols (which are now converted to their Unicode equivalent or emoji when converting to Markdown).
- Major improvements for tables, paragraphs and sections in DOCX to RTF converter.
- Support for page background color and drop caps in DOCX to RTF converter.