I'm currently working on generating a PDF using PdfMake directly on the client side. My array of skills looks like this:
var skills: ["hiking", "running", "typing", "etc"];
I want to display these skills as tags, with styling similar to Stack Overflow (with border radius and background color):
https://i.sstatic.net/8tYEK.png
However, PdfMake doesn't seem to have any built-in functions for achieving this. Does anyone know how I can showcase an array with styled tags using PdfMake?