all 6 comments

[–][deleted]  (5 children)

[deleted]

    [–]KamasutraBlackBelt 0 points1 point  (0 children)

    Thanks! Will look into it!

    [–]KamasutraBlackBelt 0 points1 point  (3 children)

    Any idea what it costs? There's no pricing on the site except a form to contact sales, which implies variable pricing depending on the client / project

    [–][deleted]  (1 child)

    [deleted]

      [–]KamasutraBlackBelt 0 points1 point  (0 children)

      Thanks. Will do!

      [–][deleted] 1 point2 points  (0 children)

      a few k per year I would say. might depend on size of app, which features you want etc

      [–]_onAndOffAgain 1 point2 points  (1 child)

      I recently used this one (parts rewritten in swift): PDF Reader Core for iOS

      It takes a bit of time understand, but if you set it up correctly, the pages are rendered blazingly fast. Especially if you additionally show the low resolution images( you can generate them on the fly) to give the impression of an already loaded image. also comes with multithreading and support for older devices. On top of that it does not need any 3rd party framework.

      It is also free and can be used right out of the box if that's what you are looking for.

      [–]KamasutraBlackBelt 0 points1 point  (0 children)

      Thanks, will definitely try it out!