XceedBoucherS

Results 437 comments of XceedBoucherS

Hi, this issue is now fixed. The fix will be in the next release. In the meantime, if you have access to code, you can go in file : Xceed.Document.NET/Src/Paragraph.cs,...

Hi, for 2) Page Numbering, if you want each page number to start at 1 for each section of the document, you can do like that: ` var doc =...

Hi, Can you submit a sample so we can reproduce it. Thank you

Hi, Upon further investigation, we currently do not offer a way of adding TC field in an MS Word document. We did however create a feature request for this in...

Hi, Try using the table insertion in the docx after filling the table's Paragraph : `var p = sec.InsertParagraph(); p.InsertTableAfterSelf( table );` after the Append of "FieldX". It should works....

Hi, I agree with you, 5 min of waiting is not acceptable. There could be something different in the latest version. Could you build up the test you are talking...

Hello, Thank you for your feedback on those 2 issues. 1) InvalidOperationException on Paragraph.Remove(). An easy fix could be to use a copy of the Paragraphs, by replacing the for...

Hi @podolsky-v , I see what you mean about images. You are right ! This will be fixed in v2.5. In the meantime, you can go in Container.RemoveParagraph() and add:...

Hi, Call the KeepWithNextParagraph() for each cell of the wanted row: ![image](https://github.com/xceedsoftware/DocX/assets/29377763/52a4c586-8437-4273-84cb-66544583d6f9) Thank you

Thanks. The next release is already set to support System.Drawing.Common 6.0.0.