delta_to_pdf 0.0.4 copy "delta_to_pdf: ^0.0.4" to clipboard
delta_to_pdf: ^0.0.4 copied to clipboard

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

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 #

15
likes
0
pub points
61%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_quill, pdf

More

Packages that depend on delta_to_pdf