delta_to_pdf is a flutter package to convert flutter quill delta object to pdf object from pdf package.

Note: The package in beta, feel free to raise issues and suggestions 😄.

   

Features

Use this package in your app to:

Feature List

Feature Android linux iOS Windows macOS Web
deltaToPDF ✅ ✅ ✅ ✅ ✅ ✅

Getting started

  • Add package to your app by running:    
    flutter pub add delta_to_pdf

Usage

Use the functionality by creating an object and giving parameter as List<fq.Operation> deltaList

var delta = _quillController.document.toDelta().toList();
DeltaToPDF dpdf = DeltaToPDF();
return dpdf.deltaToPDF(delta);

Additional information

This package is still in beta, There is a need for many updates and bug fixes. Feel free to provide issues, suggestions and updates 😄😄😄.

Authors

    Sabeerali    Swathy AS

Powered by

GitHub

View Github