Ask questions on how to use GrabzIt’s various plugins in your application or website.
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.