@opengis/docm
v0.1.0
Published
<!--  -->
Downloads
95
Maintainers
Keywords
Readme
@opengis/docm
This service provides a robust platform for dynamic document generation and template lifecycle management, enabling teams to create, manage, and export documents from structured data with full control over content and formatting.
Features
- Centralized template registry with list, view, and edit capabilities
- Support for multiple template formats: DOCX, Markdown/TXT, HTML, and block-based
- Online template editor for real-time updates
- Configurable variable schema for dynamic data binding
- Flexible document generation: template + JSON, template + form input, or template + external ID
- Ability to provide additional data during document creation
- Real-time preview with built-in sample data generator
- Document registry for managing generated documents
- Post-generation document editing
- Document lifecycle management: draft / in_approval / signed / closed
- Export to PDF and DOCX formats
Install
npm i @opengis/docmUsage
// router.config
export default [
{
path: "/templates/:id?",
component: () => import("@opengis/docm").then((m) => m.TemplateRoute),
props: { routePath: "/templates/:id?" },
},
{
path: "/documents/:id?",
component: () => import("@opengis/docm").then((m) => m.Document),
},
];Documentation
For a detailed understanding of dataset, its features, and how to use them, refer to our Documentation.
Technology stack
Contribute
Feel free to contact us through our website SOFTPRO.UA or email [email protected]
- Report bugs
- Share your ideas
- Ask questions
Follow Us
License
Copyright © SOFTPRO. All rights reserved.
