Change position of the Tables in PDF document using Aspose.PDF

Hi Aspose,

I’m working with Apose PDF (19.9) and would like to know if it’s possible to change the position of a table, specifically the table’s grid lines? I have tried adjusting the LLY and URY values of the table but this did not work. Please find attached files that demonstrate what I’m trying to achieve.

tableAbsorber = new TableAbsorber();
tableAbsorber.Visit(page);

foreach (AbsorbedTable absorbedTable in tableAbsorber.TableList)
{
    absorbedTable.Rectangle.LLY += 100.0;
    absorbedTable.Rectangle.URY += 100.0;
}

MoveTableGrids.zip (123.8 KB)

Thanks

@uk_itprocurement_tcs_com

We have logged an investigation ticket as PDFNET-47092 in our issue tracking system. We will investigate the feasibility of your requirements and keep you posted on the status of ticket resolution. Please be patient and spare us little time.

We are sorry for the inconvenience.

Hi Aspose,

Any update on this?

@uk_itprocurement_tcs_com

We regret to share that no progress has been made towards issue resolution yet. The issue was logged under free support model where issues have low priority and are resolved on first come first serve basis. We will surely inform you as soon as we have some definite updates regarding ticket resolution. Please spare us some time.

We are sorry for the inconvenience.