Net-Core-DocX-HTML-To-PDF-Converter
Net-Core-DocX-HTML-To-PDF-Converter copied to clipboard
.NET Core library to create custom reports based on Word docx or HTML documents and convert to PDF
When converting docx to docx and adding images, then Microsoft Word may complain that the document contains unreadable content and asks to fix this document. That is bad, if the...
I have Libreoffice installed and I can't find the ability to convert html to docx.
Hi, can anyone help regarding this bug. It seems the converter is accessing LibreOffice, but I get -1073740791 exit code. thank you.
Hi, everyone! Please, help me I can't find LibreOffice portable for linux(cetros 8). Can you get me link for downloading?
I used this library for some projects and I have success in my goals. So congratulations on this amazing build. We need to update the core of our applications from...
I am using DocXToPdfConverter NuGet Package in my application (C# .NET Core) to convert word documents to PDF format. Using this package and the example code given, I am able...
This is really nice solution. But will it work with Azure? Where should I add soffice.exe on Azure?
**Describe the bug** I wanted to inquire if there had been any tests around multi threaded safety with using this library? It is obviously starting a process for LibreOffice, but...
**Describe the bug** It would make sense to include this package in a class library so that it can be referenced from other parts of the application. However when trying...
Added support for dotnet7. Since [`System.Drawing.Common` doesn't work in linux with dotnet7](https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/7.0/system-drawing) lib is now using `IronSoftware.System.Drawing` and `SkiaSharp`