eiceblue/Spire.Doc-for-.NET

Convert Word to PDF: Prevent Page Breaks in Word Tables not work

amarmechai opened this issue · 0 comments

When converting word to pdf these options are not taken in consederation:
table.TableFormat.IsBreakAcrossPages = false;
paragraph.Format.KeepFollow = true;

image