Skip to main content
Module

x/docxml/mod.ts>default#toFile

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
method default.prototype.toFile
import { default } from "https://deno.land/x/docxml@5.9.0/mod.ts";

Convenience method to create a DOCX archive from the current document and write it to your disk.

Parameters

location: string

Returns

Promise<void>