Skip to content

Commit 74792b3

Browse files
committed
809971: JS5 Documentation
1 parent 68de7bd commit 74792b3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • Document-Processing/Word/Word-Processor/javascript-es5

Document-Processing/Word/Word-Processor/javascript-es5/export.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ document.getElementById('export').addEventListener('click', function () {
145145
// The blob can be processed further
146146
});
147147
});
148-
149148
```
150149

151150
For instance, to export the document as Rich Text Format file, implement an ASP.NET MVC web API controller using DocIO library by passing the DOCX blob. Refer to the following code example.

0 commit comments

Comments
 (0)