My templates are stored on AWS S3 with private visibility. I can copy the file over to a local directory and provide CreateDocxFromTemplate with the local path but I'm trying to avoid copying the file to a local directory.
Is there any way to instantiate the class using the raw contents or from a URL?
Thanks.