Rhinoscript - Automation of PDF Creation with tables

Hello guys, hope you and your loved ones are doing fine.

I am currently working on a script which automatically generates a pdf and writes content into this (Like title, screenshots etc. so far). For this I am using Rhino.FileIO.FilePdf and its methods to carry out the above operations.

Now, I also want to create a table in that pdf with content created in the script. Is there any specific method/plugin to carry out this process? I also noticed that under Rhino.FileIO.FilePdf there is a CreateLine method, which I haven’t tried yet. But I feel like that it is a very crude and tedious method to create an entire table.

Do let me know if any suggestions or ideas are available.

Thanks in advance.
Take Care.