Posts

How to generate PDFs using Python on IBM i

8 minute read

In this article, let’s see how we can use Python on the IBM i to generate well-formatted PDFs. The advantage of using Python for this is, it provides variou...

NodeJS - Consume REST API on IBM i (AS400)

16 minute read

In my last article, we saw how to consume a RESTFul API using native SQL functions. This article gives another method for it by using NodeJS on the IBM i. ...