Skip to content

Commit 0d562b2

Browse files
committed
fix
1 parent 75ff59a commit 0d562b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

knowledge-base/wordsprocessing-preventing-table-row-splitting-html-pdf.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ To prevent table rows from splitting across pages, manually recreate the PDF tab
4444

4545
![HTML to PDF Table Without Split Rows](images/html-pdf-table-no-split-rows.png)
4646

47-
### Code Example
48-
4947
```csharp
5048
const string InputHtmlPath = "..\\..\\..\\input.html";
5149
const string OutputPdfPath = "..\\..\\..\\output.pdf";
@@ -161,4 +159,3 @@ private static void AddRowToTable(Telerik.Windows.Documents.Fixed.Model.Editing.
161159
* [Table]({%slug radpdfprocessing-editing-table-overview%})
162160
* [TableRow]({%slug radpdfprocessing-editing-table-tablerow%})
163161
* [TableCell]({%slug radpdfprocessing-editing-table-tablecell%})
164-
---

0 commit comments

Comments
 (0)