Net-Core-DocX-HTML-To-PDF-Converter
Net-Core-DocX-HTML-To-PDF-Converter copied to clipboard
Will this work on Azure?
This is really nice solution. But will it work with Azure? Where should I add soffice.exe on Azure?
Sorry, I don't actually know. We had a problem using it on Linux and switched to another library to convert from HTML to PDF....
how do you deploy on azure? You have to copy your dotnet dlls somewhre and there you also have to add libreoffice.
For example if you deploy via Docker image on Azure where you copy your assemblies into the docker image, then you should also install/copy LibreOffice in this docker image.
From visual studio, right click on soffice.exe ->properties -> set build action to "Content" and "Copy to output Directory" to "Copy if newer" or "Copy always"
@martinweihrauch may I ask what library did you switch to?
Thanks.