Creating Table in PDF using Aspose.PDF.C++

How can I add a table in PDF using Aspose.PDF.C++?
Is there any sample code about table creation and cell merging?
I need your help.

@kumdoin

We are working over preparing the code snippet and will share with you shortly.

@kumdoin

Please find attached sample project to add table inside PDF document using Aspose.PDF for C++. Please unzip it, open solution file and press Ctrl + F5 to compile and run the application. The solution also needs to download NuGet Packages Automatically.

AsposePDFTablesExample.zip (6.5 KB)

Thank you, I got your sample code.
I appreciate your feedback.