mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Thu Jun 30 11:43:08 AM CST 2022
This commit is contained in:
parent
ce465b53e3
commit
d5e26f165a
228 changed files with 1786 additions and 26411 deletions
12
zh/searchurl/txt/accusoft.html
Normal file
12
zh/searchurl/txt/accusoft.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<script src="https://fastly.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