# vue-pdf **Repository Path**: xnat/vue-pdf ## Basic Information - **Project Name**: vue-pdf - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-17 - **Last Updated**: 2023-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-pdf vue.js pdf viewer is a package for Vue that enables you to display and view PDF's easily via vue components. ## Install via NPM/Yarn ```bash npm install vue-pdf ``` ```bash yarn add vue-pdf ``` ## Example - basic ```vue ``` ##### Example - display multiple pages of the same pdf document ```vue ``` ##### Example - print all pages ```vue ``` ##### Example - print multiple pages ```vue ``` ##### Example - get text content ```vue ``` ##### Example - complete ```vue ``` ## Credits [ Franck Freiburger](https://www.franck-freiburger.com)