We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

PDF grid Model and Insert Tables

Hi,

Syncfusion version used : 4.402.0.51

I want to publish multiple tables in a PDF document. I saw your "Syncfusion\Essential Studio\4.4.0.51\windows\Pdf.Windows\Samples\Grid Model\Tables\InsertTables\cs" sample. If I follow the same logic the tables are overlapped. To reproduce the issue, just change the number of rows to 1000 (in the sample) for the first table and check it.

Kindly let me know how to fix this issue. Thanks.

Regards
Kiran

1 Reply

MW Melba Winshia Syncfusion Team October 17, 2007 01:51 PM UTC

Hi Kiran,

We regret for the delayed response

I am able to see the issue that you have mentioned here. But this can be solved by adjusting the starting position of second table.

[C#]

//Table two start position
PointF tableTwoStartPosition = new PointF(tableLocation.X, tableLocation.Y + tableSize.Height %pdfDoc.LastPage.DrawingHeight + 150);

Please refer the sample in the below link which illustrates the above:

http://websamples.syncfusion.com/samples/PDF.Windows/68991/main.htm

Please try this and let me know if this helps.

Thanks,
Melba



Loader.
Live Chat Icon For mobile
Up arrow icon