Hello Aspose,
I get a NullRefException when cloning a cell (Cell.Clone()).
To reproduce please try this:
private static string CellCloneBug(Page Page)
{
var t = new Table();
var r = t.…...static string CellCloneBug(Page page) { var t = new Table(); var...Paragraphs.Add(null); c.Clone(); page.Paragraphs.Add(t); return Path...