pptx, xlsx, docx sample added
This commit is contained in:
parent
f38d2c2138
commit
129ecce981
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -96,7 +96,7 @@
|
||||||
</section>`
|
</section>`
|
||||||
$("body").append(html_content)
|
$("body").append(html_content)
|
||||||
}
|
}
|
||||||
else if(response.hasOwnProperty("docx")){
|
else if(response.hasOwnProperty("document")){
|
||||||
|
|
||||||
var html_content = `<section style="margin: 100px auto; width:50%; height:50%; display: flex; justify-content: space-between;">
|
var html_content = `<section style="margin: 100px auto; width:50%; height:50%; display: flex; justify-content: space-between;">
|
||||||
<div style="border: 1px solid black; width:100%; height:100%; text-align:center;">
|
<div style="border: 1px solid black; width:100%; height:100%; text-align:center;">
|
||||||
|
|
Loading…
Reference in New Issue