mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Thu Oct 14 11:36:22 PM CST 2021
This commit is contained in:
parent
0f97c60a53
commit
c40895cb3c
6 changed files with 31564 additions and 11 deletions
12
searchurl/txt/accusoft.html
Normal file
12
searchurl/txt/accusoft.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/@accusoft/pdf-viewer@latest/bundle.js"></script>
|
||||
<div id="viewer"></div>
|
||||
<script>
|
||||
let url = location.search.substring(6);
|
||||
(async () => {
|
||||
const pdfViewer = await window.Accusoft.PdfViewerControl.create({
|
||||
sourceDocument: url,
|
||||
container: document.getElementById('viewer')
|
||||
});
|
||||
})();
|
||||
</script>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue