GithubHelp home page GithubHelp logo

yingfengchen / vue-to-pdf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bandianjuse/vue-to-pdf

0.0 1.0 0.0 826 KB

一个vue.js的组件,可以将html转化为pdf和图片并进行下载

JavaScript 45.28% Vue 54.72%

vue-to-pdf's Introduction

vue-to-pdf

一个vue.js的组件,可以将html转化为pdf和图片并进行下载

安装

$ npm i vue-to-pdf --save

引入

import vueToPdf from 'vue-to-pdf';

Vue.use(vueToPdf);

使用

new Vue({
    template: `<div ref="content">打印出的内容</div>`,
    mounted() {
        this.$PDFSave(this.$refs['content'], '我的文件')

        // 或
        var promiseObj = this.$PDFOutput(this.$refs['box'])

        promiseObj.then((value) => {
            console.log(value)
        })              

    }  
})
                  

$PDFSave(dom, name)

vue 实例方法,可以将dom转换成pdf输出

promiseObj(dom)

vue 实例方法, 可以将dom转成pdf的dataurl, 返回promise。

vue-to-pdf's People

Contributors

bandianjuse avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.