@tallcomponents/unopdf-react
TypeScript icon, indicating that this package has built-in type declarations

1.2.9 • Public • Published

UnoPdf React Package

Welcome to UnoPdf, a comprehensive PDF handling library for modern web development from TallComponents. Designed for both frontend and backend applications, UnoPdf offers an extensive suite of web components and a RESTful API to seamlessly integrate PDF functionalities into your projects. Whether you're using Vue, React, or vanilla JavaScript on the frontend, or managing PDFs in backend environments, UnoPdf provides robust tools for creating, editing, reading, and saving PDF documents. Its powerful API also allows access to the PDF object model, enabling developers to build intricate integrations. Embrace the simplicity and versatility of UnoPdf to enhance your web applications with dynamic PDF interactions.

This packages provides React components for UnoPdf. The UnoPdf Core package provides the implementation of the UnoPdf core and is used as a dependency of this React package.

Installation

npm install  @tallcomponents/unopdf-react

or

yarn add  @tallcomponents/unopdf-react

Usage

import {
  PdfApplication,
  PdfDocument,
  PdfPages,
  defineCustomElements,
} from "@tallcomponents/unopdf-react";

defineCustomElements();

function App() {
  return (
    <div>
      <PdfApplication />
      <PDfDocument />
      <PdfPages />
    </div>
  );
}

export default App;

More information

A quick start guide and reference documentation is available on the UnoPdf website.

Release notes

UnoPdf is currently available in a private preview and is updated regularly. See the UnoPdf Release Notes for more information.

Code samples

Comprehensive code samples are available on the UnoPdf website: UnoPdf React Code Samples

Package Sidebar

Install

npm i @tallcomponents/unopdf-react

Weekly Downloads

14

Version

1.2.9

License

SEE LICENSE IN LICENSE.md

Unpacked Size

51.1 kB

Total Files

35

Last publish

Collaborators

  • bas-infi
  • frankrem
  • barend-infi