XceedBoucherS
XceedBoucherS
Hi, Thank you for reporting this. It will be fixed in v1.8.
Hi, Thank you for pointing this out. This will be fixed in v1.8. In the meantime, you can go in file Xceed.Document.NET/src/List.cs, in method ValidateDocXNumberingPartExists(), add the following line: Document._numberingPart...
Hello, Try with something like this: ` var document = DocX.Create("test.docx"); var firstTable = document.AddTable( 1, 2 ); firstTable.SetWidthsPercentage( new[] { 60f, 40f } ); firstTable.Design = TableDesign.TableGrid; var secondTable...
Hi, Here is the complete sample I used to create your expected table. Please note that creating a table automatically creates an empty paragraph in each cell which you can...
Hi, Yes, v2.3 will support .NET5. That version will also work on .NET6. Thank you.
Hi, I would say beginning of September 2022. So in a few weeks from now.
Hi, I believe you already got an answer from [email protected]. If not, conversion to PDF is actually not supported for language with special characters( like Chinese). Some indexing problems may...
Hi, Yes, v1.7 will support to insert html content inside a docx.
Please try it with https://xceed.com/en/our-products/product/words-for-net Thank you.
Hi, This is already fixed. The fix will be part of v2.1. Thank you for looking into this.