• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

pdfmake - server side

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • pdfmake - server side

    Hi,

    I know it's not really a valence issue but I hope you can point me in the right direction.

    I want to create a PDF on the server using pdfmake.
    I already installed node.js and that's working, I know how to execute a pase command from RPG, the part I am missing is how to install pdfmake as a node module on the IBM i.

    Hope you can help,
    Theo

  • #2
    I just got it working:

    npm install pdfmake

    and I had to add the following to my .bash_profile :
    export NODE_PATH=/QOpenSys/pkgs/lib/nodejs14/lib/node_modules:$NODE_PATH

    Comment

    Working...
    X