Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
This is not an issue with the .AppendField, it works fine. What I am doing is appending documents to the end of the base document. No method that I have tried carries the document Fields, so once the document is appended, all fields are replaced with the FieldCode as text. I have used cloning and and other methods. Is there code that I can use to append a document that will carry the document fields properly?
I have several page templates that I use to create a document. I start with a base document, then create pages based on template documents that I then append to the base. It works with some querks, like styles getting added to the document with GUIDs but I hacked that by replacing the styles on paragraphs with the non-guid style.
I have solved the problem, I create a placeholder for the index entry(XE) and once the whole document is assembled, I replace the placeholders with the XE fields.
Thanks and sorry for the long post.