I’m working with some files that are encrypted.
With a flow that is
- Get document info.
- Get pages.
The first request to get document info will throw the file is password protected. There by I can notify the user that they need to provide a password. However i introduced caching now and the flow is broken. As it retrieves the file from the cache and there by have no idea that the file is encrypted.
If not already introduced, cannot find anything in the documentation, from what version will the exceptions of password required be available across the GroupDocs libraries?
When will fd.xml and DocumentInfoContainer contain a property to say the file is encrypted?