Designing and developing a open source pdf scanner from scratch. DocScan allows to scan and share your PDF documents.
Your following questions are answered in the project:
- How to create a UIMenu option in xcode.
- How to create a custom UICollectionView.
- How to scan images and present them in imageFields.
- How to get a preview of PDF created.
- How to share/save the PDF document created to the device.
- How to add support for multiple app icons in xcode.
- How to change app theme programatically.
To get started and run the app, you need to follow these simple steps:
- Open the DocScan workspace in Xcode.
- Navigate to your project drectory and run pod install in terminal.
This project is written in Swift 6.0 for the application part, requires Xcode 12.0 to build and run.
DocScan is compatible with iOS 14.0+.
Copyright 2020 Ankit Yadav.
Licensed under MIT License: https://opensource.org/licenses/MIT
Install pods after downloading this project to your system and test :)
Added support for PDF Generation for 2 pages only, more pages support features is under development.