New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dy-vite-vue-pdf

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dy-vite-vue-pdf

vite-vue.js pdf viewer

  • 2.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
39
increased by34.48%
Maintainers
1
Weekly downloads
 
Created
Source

dy-vite-vue-pdf

2.0.0+ 版本是vue3+vite版本,vue2请用1.1.2

The package contains a Vue2 + vite component to easily display PDF files in Vite.

Note: This project depends on duyansoft-pdfjs-dist which is currently quite a few versions behind pdfjs-dist

Note: Make sure to manually copy pdf.worker.min.js to public/pdsjs/pdf.worker.js

Example - basic

<template>
  <pdf src="./static/relativity.pdf"></pdf>
</template>

<script>
import pdf from 'dy-vite-vue-pdf'

export default {
  components: {
    pdf
  }
}
</script>

其他用法参考vue-pdf插件

Install

yarn add --save dy-vite-vue-pdf
pdf.worker.js

Copy pdf.worker.min.js to public/pdsjs/pdf.worker.js. Vite-Vue3Pdf will load pdf.worker.js from https://cdn.jsdelivr.net/npm/pdfjs-dist@2.16.105/build/pdf.worker.min.js

Demo

Browser support

Same browser support as Vue.js 3 (IE via Babel I guess)

Note

  • since v2.x, the script is exported as esm.
  • This is a copy of Vue-PDF adapted to work with Vue 3

API

Keywords

FAQs

Package last updated on 15 Mar 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc