PDFUtilities
PDFUtilities makes working with PDFs in Swift easier. Utilities to make working with PDFs bearable.
Features
- Convert UIImages to PDF
- Unlock PDFs
- Add Password to PDF
- Remove Password from PDF
- Check if file is a valid PDF
- Check if PDF is locked or encrypted
Requirements
- Xcode 8.2 or newer
- Swift 3.0
- iOS 9 or greater
Installation
PDFUtilities is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "PDFUtilities"
Carthage
github "benbahrenburg/PDFUtilities"
Manually
Copy all *.swift
files contained in PDFUtilities/Classes/
directory into your project.
Author
Ben Bahrenburg, @bencoding
License
PDFUtilities is available under the MIT license. See the LICENSE file for more info.