sean0x42 / dart-kdf

A dart library and CLI for parsing and converting KDF documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dart KDF

Pub

Warning: Dart KDF is still currently in the experimental stages, and may change without notice at any time.

Dart KDF is command line application and Dart library for parsing and converting KDF documents. It boasts the following features:

  • Loading and saving KDF files.
  • Automatically upgrading KDF documents to newer versions.
  • Exporting to common file formats, such as .pdf and .epub.
  • Saving to a variety of existing formats, including .docx and .odt.
  • Converting existing formats into KDF, including .docx and .odt.

KDF is an open source, JSON based document format. You can learn more about it at the KDF spec repository.

Installation

Coming soon!

Export to PDF

kdf2pdf path/to/document.kdf output/path/document.pdf

About

A dart library and CLI for parsing and converting KDF documents.

License:MIT License


Languages

Language:Dart 100.0%