How to create a Table

Currently my company bought a subscription that only cover Gembox.Pdf . The target is to Write/Draw to static simple PDF document for printing purpose.
My question is that, is there support inside Gembox.Pdf to create easy Table components ( Table with border, text confined inside table cell, text grow row vertically, repeat header when table overflow pages … )
Something like this

Thank you a lot!

Hi!

GemBox.Pdf currently doesn’t directly support creating complex content.
However, with the help of other GemBox components, you can create complex content and then import it into a PDF page as shown in the following example: Add charts, barcodes, and slides to PDF.

For creating tables that span over multiple pages, we recommend using GemBox.Document as shown in the example Create Tables in Word Documents Using C# and VB.NET.