node.js - Generate PDF files phantomjs on MS Azure Web App -


i'm trying figure out, how generate pdf html code in node.js application using phantomjs on ms azure web application. i've done som research.. , should work (using web job), dont know, how trigger / call web job application. there solution? recommedations how generate pdf files inside node app on azure?

thanks

have considered writing web job in c# , using rotativa?

rotativa great .net library creating pdfs https://www.nuget.org/packages/rotativa/


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -