/convert-image-to-pdf-flutter

App to convert images to pdf made with Flutter.

Primary LanguageDart

Convert Images to a PDF File.

This project is an App with Flutter where you can select images from your gallery, convert all of them to a PDF file and share it wherever you want.

Packages used :

Step By Step

  • Create a List of Asset, and select all the images you want from the Multi Image Picker.
  • Get the path from all this itens, with the Absolute Path.
  • Create a PDF with the PDF package, and using a wrap widget, display all the images.
  • To view the pdf just call the Advance PDF Viewer function, with the document as a parameter.
  • To share the file wherever you want, use the Esys Flutter Share funcionality.

Design