madisonbta.blogg.se

Add an editable area in a protected word document
Add an editable area in a protected word document





add an editable area in a protected word document

I suspect I might have messed something up on my end. I am unable to edit the contents of the unprotected sections at all. Problem I am running into is the generated documents are showing up as read only in word. I was able to set doc.protect(ProtectionType.ALLOW_ONLY_FORM_FIELDS) on my document and I was also able to call tProtectedForForms(false) on each of the rich text sections on my form that the user should be able to edit. (This may not be the best solution to my problem above so I am open to other solutions). The solution I was trying is to use the protection code that aspose provides to set the protections on the document.

add an editable area in a protected word document

The problem we have ran into is our users are still able to add content at the end of the document. Right now my inherited code base creates a document with read only sections and normal sections for the form and the fields respectively. I am trying to figure out how to create a protected rich form in a DOCX file from Aspose Words 20.5 for java.







Add an editable area in a protected word document