c# - Azure AppService Convert word to PDF -


is there way convert word document pdf in azure app service? can't use office libraries don't want office dependencies. lot of third party solutions seem use gdi+ not possibility on azure app service.

my solution looks moving azure cloud service have gdi+, prefer keep app app service.

it seems aspose has solution this, , since platform independent gonna go ahead , guess has no problematic dependencies. problem costs money.

as free solution can call third party web service, there many of them, guess of them have rest api.

i suggest take @ openxml office document library, , pretty sure has no weird dependencies problem not support conversions, either have manually, or search web third party library helps it, couldn't find any...


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -