The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I'm working on a programmatic insertion of photos in the word document, first works on it look good, you can check this
So I'm working with tables, and all my photos are contained in a 1x1 table, I bookmarked it, so my user can easily delete all the inserted photos by deleting the parent table.
I also have to manage the number of photos per page/section, to do this, after inserting the limit of photos in a page, I want to use a page break to continue the insertion on another page, but it seems not working in a table cell (ctrl+enter either in a cell).
Would do you add the possibility to insert a page break in a cell (pleeeeeeaaaaase) or did I miss something about table properties?
HCHarini Chellappa Syncfusion Team May 1, 2020 07:52 AM UTC
Hi François,
Syncfusion Greetings!
Currently, document editor doesn’t provide support to insert page break in table cells. We are checking on the feasibility of providing support. We will update further details on this by May 5, 2020.
Regards,
Harini C
HCHarini Chellappa Syncfusion Team May 6, 2020 11:58 AM UTC
Hi François,
Thank you for your patience.
We have considered this as feature request. we will implement this feature in any of our upcoming releases. You can track the feature status from below link. We will update the status of feedback link, once it is taken for implementation. Will update you once implemented.
It is said "cell's parent row will be moved to next page." . Is that mean row can't be on 2 pages? Or the row can be expanded from the first to a next page.
Regards, François
HCHarini Chellappa Syncfusion Team May 7, 2020 05:36 AM UTC
Hi François,
As per MS word behavior, when inserting page breaks in a cell, current cell’s parent row will be completely moved along with its upcoming rows to next page. Hence in short, table gets splitted, when inserting page breaks.
Kindly check it and please let us know if any concerns.
Regards,
Harini C
FRFrançoisMay 11, 2020 07:32 AM UTC
Hi Harini,
Ok I just checked the Word behavior, so the row of the very first table is completely moved to the next page as you saied. I get it now!