
Security News
Potemkin Understanding in LLMs: New Study Reveals Flaws in AI Benchmarks
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
vue-instant-pdf-viewer
Advanced tools
Vue PDF Viewer based on PDF Object
npm install --save vue-instant-pdf-viewer
Please include pdf.object.js from https://pdfobject.com
<!-- please select either unminimied or minified version -->
<script src="/static/lib/pdfobject.js"></script>
<script src="/static/lib/pdfobject.min.js"></script>
import Vue from 'vue'
import VuePDFViewer from 'vue-pdf-viewer'
new Vue({
el: '#app',
data: {
url: 'https://bitcoin.org/bitcoin.pdf',
},
components: {
'vue-pdf-viewer': VuePDFViewer
}
});
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>vue-pdf-viewer</title>
<script src="/static/lib/pdfobject.min.js"></script>
</head>
<body>
<div id="app">
<vue-pdf-viewer height="500px" :url="url">
</vue-pdf-viewer>
</div>
</body>
</html>
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
FAQs
Vue PDF Viewer based on PDF Object
The npm package vue-instant-pdf-viewer receives a total of 321 weekly downloads. As such, vue-instant-pdf-viewer popularity was classified as not popular.
We found that vue-instant-pdf-viewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.