Ejemplo n.º 1
0
        private Template ConstructTemplateFromByteArray(byte[] document)
        {
            var documentInformation = _odfHandlerService.BuildDocumentInformation(document);
            var template            = _templateFactory.GenerateTemplate(documentInformation, _xmlNamespaceService, _xDocumentParserService);

            return(template);
        }