I need to convert docx files to pdf files.
Or bytes of docx file from a database to pdf file and download it.
There is no free nuget packages to resolve my issue.
But there is one package from python language I can use and it s name is docx2pdf.
Nuget space has IronPython . net package, but this is impossible or I think, this is impossible to add docx2pdf inside IronPython. Anyway, does anyone know, how to convert docx to pdf using visual studio and .net properly? I wo;uld like to run my code from inside, but not from outside interpreters.
Or bytes of docx file from a database to pdf file and download it.
There is no free nuget packages to resolve my issue.
But there is one package from python language I can use and it s name is docx2pdf.
Nuget space has IronPython . net package, but this is impossible or I think, this is impossible to add docx2pdf inside IronPython. Anyway, does anyone know, how to convert docx to pdf using visual studio and .net properly? I wo;uld like to run my code from inside, but not from outside interpreters.