I have created the word template using merge fields and I have merged the document with the data table.Its working fine.
In the resultant document user able to modifiy the entire content but i want to restrict certain fields that should not modified by the user. How can i do this using Aspose?
I have tried doc.Protect() method, but that helps me to make the entire document as read only,restricting only the form fields … etc.(AllowOnlyComments,AllowOnlyFormFields,AllowOnlyRevisions,ReadOnly,NoProtection)
But in my case I am not using any FormField but using only the MergeField.
Please guide me to resolve this issue.
Thanks In Advance.
Bilal Nazer