Hi Team, I am using Aspose PDF version 23.5 . I am generating a table where the content is generated dynamically which has RowSpans and ColSpans.
For Eg: string[,] headerarray = new string[,]{
{colheader1, “RowSpan=1”}…... But when the pdf report is generated, the spans are...// Set column widths page.Paragraphs.Add(table); // Add first...