There are no forum posts on this topic! Why don't you write one?
I have an html string h.
To create a Word docx, I use GrabzIt("key...").ConvertHTML(`<html><body>${h}</body></html>`, ... .Create();
Is it possible to protect just part of the document (e.g. a logo image, or a copyright paragraph) from being edited by the end user when the docx is downloaded? I noticed that in your "free version", the grabzit logo appeared to be uneditable.
It's only possible to protect on the document level. We currently haven't opened this up via the app but can if required.