I'm want to create a PDF-file inside a NodeJS server-application (or at least fill inputs in a PDF-file). I found several solutions on google but am not sure if the Swisscom Application Cloud will allow me to run those modules, generate PDF's and save them. Is it possible to run any NodeJS module?
Is it possible to create / alter PDF's inside the Server application (NodeJS on Swisscom Application Cloud)?
160 Views Asked by dosbenzos At
2
I hope I understood your question correct. Swisscom Application Cloud is a certified Cloud Foundry platform without any known limitations using the NodeJS buildpack. You can bundle any NPM module. You can choose if you wish to use latest buildpack from GitHub or the Swisscom provided (see it with
cf buildpacks).Have a look at the docs Node.js Buildpack and on GitHub nodejs-buildpack
For example, the following example vendors dependencies into the
my-nodejs-app/node_modulesdirectory:The
cf pushcommand uploads the vendored dependencies with the app.