delta_to_pdf

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

delta to pdf

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:

Convert flutter_quill delta object to correspond pdf object.

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
copied to clipboard


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);
copied to clipboard
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 #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.