Skip to main content
Module

x/docxml/mod.ts>Docx.fromArchive

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
method Docx.fromArchive
import { Docx } from "https://deno.land/x/docxml@2.4.1/mod.ts";

Instantiate this class by looking at the DOCX archive for it.

Parameters

archive: ZipArchive
optional
options: Options

Returns

Promise<Docx>

Parameters

location: string
optional
options: Options

Returns

Promise<Docx>