2

I'm trying to do a PDF Reader which have the following features:

  1. bookmarks
  2. zooming
  3. highlight //annotation or just changing the background of the rect
  4. 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 !!

jiexishede
  • 2,473
  • 6
  • 38
  • 54

2 Answers2

0

You can use below link for pdf reader.

you can easly use the book mark,zooming,saved pdf,email,print pdf

https://github.com/vfr/Reader

Vidhi Patel
  • 603
  • 5
  • 10
0

You can use iOS PDFKit:

This reponse will help you

Zouhair Sassi
  • 1,403
  • 1
  • 13
  • 30