Constructors
Methods
Static
toBase64String
- toBase64String(
file: Document,
prettify?: boolean | "" | " " | " " | "\t",
): Promise<string> Parameters
- file: Document
Optional
prettify: boolean | "" | " " | " " | "\t"
Returns Promise<string>
Static
toBlob
- toBlob(
file: Document,
prettify?: boolean | "" | " " | " " | "\t",
): Promise<Blob> Parameters
- file: Document
Optional
prettify: boolean | "" | " " | " " | "\t"
Returns Promise<Blob>
Static
toBuffer
- toBuffer(
file: Document,
prettify?: boolean | "" | " " | " " | "\t",
): Promise<Buffer> Parameters
- file: Document
Optional
prettify: boolean | "" | " " | " " | "\t"
Returns Promise<Buffer>
Static
toStream
- toStream(file: Document, prettify?: boolean | "" | " " | " " | "\t"): Stream
Parameters
- file: Document
Optional
prettify: boolean | "" | " " | " " | "\t"
Returns Stream
Static
toString
- toString(
file: Document,
prettify?: boolean | "" | " " | " " | "\t",
): Promise<string> Parameters
- file: Document
Optional
prettify: boolean | "" | " " | " " | "\t"
Returns Promise<string>