Flutter Doc App is a versatile documentation app designed to assist with various document-related tasks, such as converting images to PDF, PDF editing, and more. It serves as a convenient tool for users who need to manage and manipulate different document formats efficiently.
- PDF Editor: Edit your PDF documents with ease.
- Image to PDF: Convert images to PDF format effortlessly.
- Convert Files: Convert various file formats, for example, PDF to Word.
To get started, make sure you have Flutter installed and then add the required dependencies to your pubspec.yaml
file:
dependencies:
file_picker: ^6.1.1
path_provider: ^2.1.2
image_picker: ^1.0.7
pdf: ^3.10.7
open_filex: ^4.4.0
Run the following command to install the dependencies:
flutter pub get
- Select an image from the gallery and convert it to PDF.
- Ensuring images fit the exact size of an A4 size page.
- PDF compression.
- PDF to Word conversion using OCR.
- Word to PDF conversion. Troubleshooting
- If you encounter any issues, please feel free to create an issue or connect with me on LinkedIn.