Files
pdfme/packages/ui
Kyohei Fukuda de89113e6f [codex] Edit split multivariable text chunks (#1472)
* fix(schemas): edit split MVT form chunks

* fix(uiRender): set height to 100% for styled text container

* fix(snapshots): set height to 100% for text elements in Designer and Preview snapshots
2026-05-06 12:49:09 +09:00
..
2026-03-21 09:24:02 +09:00
2026-03-21 09:24:02 +09:00
2026-03-21 09:24:02 +09:00

@pdfme/ui

This library provides the following classes, which can be integrated into applications built with any framework:

  • Designer: A WYSIWYG editor for designing templates.
  • Form: A form based on templates for collecting input data.
  • Viewer: A viewer for displaying PDF files generated with @pdfme/generator using templates and input data.

The published @pdfme/ui package ships as a standalone bundle, so consumers do not need to install react or react-dom separately just to use these classes.

For the complete documentation of pdfme, please refer to this link.