I'm trying to convert XML report into PDF using XSLT in a Node.JS application.
From what I found this can be achieved using JAVA https://stackoverflow.com/questions/212577/how-do-you-create-a-pdf-from-xml-in-java but i didn't found a javascript example.