Skip to content

Commit c5848f4

Browse files
committed
Update README
1 parent be20c63 commit c5848f4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Packages can be installed via NuGet:
1616
[![NuGet](https://img.shields.io/nuget/vpre/DocSharp.Docx?style=flat-square&label=DocSharp.Docx)](https://www.nuget.org/packages/DocSharp.Docx/)
1717
[![NuGet](https://img.shields.io/nuget/vpre/DocSharp.Markdown?style=flat-square&label=DocSharp.Markdown)](https://www.nuget.org/packages/DocSharp.Markdown/)
1818

19-
The optional extra packages [DocSharp.ImageSharp](https://www.nuget.org/packages/DocSharp.ImageSharp/) and [DocSharp.SystemDrawing](https://www.nuget.org/packages/DocSharp.SystemDrawing/) allow to convert unsupported images (e.g. GIF / TIFF for DOCX -> RTF or WMF / EMF / TIFF for DOCX -> MD).
19+
The optional extra packages [DocSharp.ImageSharp](https://www.nuget.org/packages/DocSharp.ImageSharp/) and [DocSharp.SystemDrawing](https://www.nuget.org/packages/DocSharp.SystemDrawing/) allow to convert unsupported images (e.g. GIF / TIFF for DOCX -> RTF or WMF / EMF / TIFF for DOCX -> MD).
20+
21+
The codebase also contains few experimental converters that are not ready and not published on NuGet yet.
2022

2123
There is no common DOM to manipulate or generate documents, this library is mainly for conversion. Some helper methods on top of the [Open XML SDK](https://github.com/dotnet/Open-XML-SDK) and format-specific writers are available, but they are mostly intended for internal use; however they could be extended/improved in the future.
2224

@@ -63,13 +65,16 @@ Others:
6365
- [addFormula2docx](https://github.com/Sun-ZhenXing/addFormula2docx) for Office Math (OMML) to MathML conversion
6466
- [OpenMcdf](https://github.com/ironfede/openmcdf) for better understanding Microsoft Compound format.
6567

66-
Used in the sample app or for internal tests/comparisons (*not* direct dependencies when installing packages):
68+
Used in the sample app or for internal tests/comparisons (*not* dependencies when installing packages):
6769
- [RtfPipe](https://github.com/erdomke/RtfPipe)
6870
- [XlsxToHtmlConverter](https://github.com/Fei-Sheng-Wu/XlsxToHtmlConverter)
6971
- [PeachPdf](https://github.com/jhaygood86/PeachPDF)
7072
- [HTML-Renderer](https://github.com/ArthurHub/HTML-Renderer)
7173
- [QuestPDF.Markdown](https://github.com/christiaanderidder/QuestPDF.Markdown)
7274
- [ReverseMarkdown](https://github.com/mysticmind/reversemarkdown-net)
75+
- [PDFtoImage](https://github.com/sungaila/PDFtoImage)
76+
- [PdfToSvg.NET](https://github.com/dmester/pdftosvg.net)
77+
- [PdfPig.Rendering.Skia](https://github.com/BobLd/PdfPig.Rendering.Skia)
7378

7479
### License
7580

0 commit comments

Comments
 (0)