Hello,
Row newRow;
newRow = table.Rows.Add();
newRow = table.Rows.Add();
Hello,
Hi Neil,
Thanks Tilal,
Hi Neil,
I don’t see how I would be able to set the height of the blank TextFragment to give me a reasonable space.
Hi Neil,
row1.IsInNewPage = true;<o:p></o:p>
…
Please feel free to contact us for any further assistance.
Best Regards,
Okay that is good to know but it there anyway to just take a gap between the tables.
Hi Neil,
Aspose.Pdf.Table tab = new
Aspose.Pdf.Table();<o:p></o:p>
Aspose.Pdf.Row row = tab.Rows.Add();
row.FixedRowHeight = 45.0f;
row.Cells.Add();
page.Paragraphs.Add(tab);
Best Regards,
Thanks for the support. I seem to be making progress and was quite close to getting out what I wanted but every now and then I run into the following error.
Hi Neil,
Any update on this issues.
Hi Neil,
The issues you have found earlier (filed as PDFNEWNET-36636) have been fixed in Aspose.Pdf for .NET 9.1.0.
For further details, you may check this blog post.