Hello, I am having issues with a simple loading of a rtf document and saving it via Syncfusion.
Every time I load a rtf document that contains a table with a border, the right border is not preserved when the document is saved in Syncfusion. Is there something that needs to be set? Any help would be appreciated. Sample code is below.
'declare source doc
Dim oFusionSrcDoc As Syncfusion.DocIO.DLS.WordDocument = Nothing
'load input file
oFusionSrcDoc = New Syncfusion.DocIO.DLS.WordDocument(sInputFile, Syncfusion.DocIO.FormatType.Rtf)
're-save input file via syncfusion
oFusionSrcDoc.Save(storeFileName1, Syncfusion.DocIO.FormatType.Rtf)
Attachment:
table_issue_ce5eb101.rar