I have a question for you Alexey. One of our requirements on this project is to be able to “lock down” non-editable areas of our Word document. Our original approach was a series of tables (what we call document sections). These tables are just 2 column tables with x-number of rows. The first collumn is simply a label describing the field, the 2nd column being the area a user can input and format text.
Our approach was to place a named bookmark in that column that we can then iterate through and grab the user entered data. We’ve already seen that the Aspose.Words component doesn’t support security exceptions for bookmarks.
Can you suggest another approach we might take for accomplishing the same type of task/requirement?
I’ve attached a sample document template to give you an idea of the layout of the Word template we base doc generation from.
Thanks in advance for any suggestions and/or help.