Socket
Book a DemoInstallSign in
Socket

@i2d/pdf-frame-nuxt

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@i2d/pdf-frame-nuxt

PDF-frame-nuxt is a nuxtjs module for rendering PDF/Canvas graphics on web, using its declarative HTML syntax and semantics to outline graphical content. It leverages the I2Djs and PDFKit framework for graphics and pdf features.

unpublished
latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

pdf-frame-nuxt

Introduction

pdf-frame-nuxt is a nuxt module for rendering PDF/Canvas graphics, and it's built on the i2djs framework. It employs an intuitive HTML-based syntax to define graphics, making it simple for users to create and manage 2D graphical elements using SVG-like tags. In addition, pdf-frame-nuxt facilitates the rendering of graphics in both PDF and Canvas formats, offering efficiency and versatility in generating diverse graphical content.

Features

  • Declarative HTML syntax for defining graphical content.
  • Renders PDF and Canvas outputs.
  • Dynamic content creation leveraging vuejs capabilities - template engine and reactivity.
  • Provides abstract elements to define multi-page PDF documents.

Installation

To use pdf-frame-nuxt in your project, you can install it via npm:

vue

  npm install @i2d/pdf-frame-nuxt

Usage

<pdfFrame type="pdf" width="595" height="841">
    <i-page>
    </i-page>
</pdfFrame>

Tutorial

Docs: PDF-frame-nuxt

Examples:

Contributing

Contributions are welcome! If you would like to contribute to pdf-frame, please follow the guidelines in CONTRIBUTING.md.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any inquiries or support, please contact narayanaswamy14@gmail.com.

Keywords

PDF

FAQs

Package last updated on 05 Nov 2023

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