#Change Log
- WKWebView + Xcode 11.2.1 Updates (#117)
Special thanks!! @rlester
.
v2.1 (2017/09/21)
- Update project to xcode9 and swift4 (#79)
- Cleanup (#77)
Special thanks!! @wesbillman , @russellbstephens
v2.0.1 (2016/09/19)
Minor bug fix
- Fix generate as Data issue using
PDFGenerator.generated(by:)
#54
v2.0.0 (2016/09/15)
Major update ☝️☝️
- Support Swift3.0
v1.4.2 (2016/09/08)
- Fix minor bugs #40
v1.4.0 (2016/07/23)
- FilePathConvertible :
outputPath
is allowed bothString
andNSURL
. #38 - CHANGELOG.md
- codecov #37
- Add more UnitTest : codecov percentage increase to 92%. #39
- compatible to Swift 3.0 #29 #31 #32
v1.3.0 (2016/07/12)
- Password Protection #34
v1.2.0 (2016/06/22)
- DPI suppoert #27
v1.1.4 (2016/06/22)
- Update for Xcode7.3(swift2.2) #21
- Fix minor bugs #18, #13
v1.1.0 (2016/02/20)
- support Binary,ImageRef render. #11
v1.0.0 (2016/02/11)
- Support multiple pages.
- Also generate PDF from imagePath that can load image with UIImage(contentsOfFile:)
- Type safe.
- Good memory management.
- Generate PDF from mixed-pages.
- If view is UIScrollView , drawn whole content.
- Outputs as NSData or writes to Disk(in given file path) directly.
- Corresponding to Error-Handling. Strange PDF has never been generated!!
- beta release