I'm trying to do a PDF Reader which have the following features:
- bookmarks
- zooming
- highlight //annotation or just changing the background of the rect
- search
what I'm using is vfr/Reader : https://github.com/vfr/Reader it have the zooming function and bookmarks
and I want to make it like LazyPDf : https://github.com/lazyprogram/LazyPDFKit
which have annotation function
or make it like github.com/Ink/ThatPDF which have less annotation functions than lazypdf
and add the search from github.com/KurtCode/PDFKitten
the problem is that i have been working on it for like a month and I didn't make any progress and I don't know where to start or how to merge those applications together , even though all of them uses CGPDF.
please help me to find a way to make my app or let me know if there is a better free library ,and if i need to learn anything just drop a link in a comment.
Thank you !!