kingsley Dike
kingsley Dike

Reputation: 31

Programatically create a docx and pdf file in flutter

There is this project am working on using flutter and i need to generate a .docx and .pdf file. I can't seem to find any helpful resource. Need help on how to go about this.

Upvotes: 1

Views: 4620

Answers (1)

fartem
fartem

Reputation: 2541

You should use pdf plugin to generate pdf documents. To generate an docs documents use docx.

Upvotes: 2

Related Questions