Reading a hosted PDF file from a URL and converting to text in iOS using Objective-C -


i reading pdf file stored locally (using nsbundle) , converting text.

but when trying read pdf http i.e. url scheme , give path pdf text converter returns nil. solutions appreciated.

my basic question how read pdf file url path?

on way there many restriction convert pdf file plain text.if want display pdf on app use pdf reader core


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -