Hello,
The document is telling below Prerequisites for HTML To PDF Converter for Windows.
OpenSSL -
VC++ Redistributable
|
OpenSSL dependencies are only used for converting a https URL to PDF.
VC++ Redistributable files required to perform basic HTML to PDF conversion. |
|
No, VC++ Redistributable files needed to perform one simple HTML to PDF conversion with relative path or direct HTML string.
OpenSSL files only needed to convert HTTPS sites to PDF. |
|
Kindly refer below links for add dependencies to perform HTML to PDF conversion in Azure app services.
KB :
|
Thanks for the response. The URL for the 3rd point is talking about OPENSSL assemblies for .NET Core. Those assemblies can be copied to "QtBinariesDotNetCore" folder. But nothing talked about below VC++ assemblies. Those also be enough to copied to "QtBinariesDotNetCore" ?
Allright Thank you. Just one more question...If passing as HTML text and it's referring .css files, how it works? Any links taking about this scenario?