Force to use specific pdf viewer in android [closed] - android

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I want user to use my pdf viewer instead of using OS suggested list of viwer(s). Is there is any chance i can achieve this functionality.
I have secure folder where there are pdf files. What ia m looking for is when user opens that folder at that time only my pdf viewer should be used.

Thanks to the FSM you can't. There is no reason for you to take this freedom from end user.
If you need such a requirement, create a viewer application from scratch and asociate it to your own, newly created file extension.

Related

Android development: How can i store pdf file in a android app as local file and read that pdf file? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to make a android mobile app which have a list view as a book list and when i tap on a list view cell it's open that book as a pdf. I need to store all pdf file in my app as local file, as a result user don't need any internet connection for read that books. How it is possible? I am new in android development. Please help me for how can i do it.
Thanks.
Create directory named assets in your app and put your pdf files in that directory. use this to read and display pdf files.

Opening ppts in my android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have created an android application in which I want to add a feature for viewing ppts without he user having to download it first. As in, opening a ppt on the phone browser. Any help?
Can you elaborate better.
if what you mean is what i am thinking.
Maybe for a user to be able to view ppt files in your app.
Try using APIs, or ppt supported sdks. refer here

how to enlist whatsapp images programmatically in android? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
In my application i need to have list of images that are downloaded from whatsapp.
I am a newbie in android programing world.
please give me some guide line for it.
There you can follow some steps :
check that whether whatsapp installed or not
if installed then check in which directory it keeps its downloaded image.
if it is a separate folder & can be accessible from outside of that app then you can normally use that images.
if it downloaded its image in a common directory then then it's not possible to find out which images are downloaded by whatsapp.
Thank you.

Open & Edit PDF files in Android App with APIs [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Okay, this is the first time I'm handling pdf in android.
What I have:
Editable PDF File with 2 pages (Forms to be exact, with brackets to tick, fields to comment etc.)
What I need to do:
Store the PDF some where is the sd card (so that users do not need to download from any server)
Allow users to open & edit the form
Save the contents that was edited into SQLite
Problem now is that I do not know how to open the PDF file within my application & how to allow users to edit the files. I did see through this : Reading PDF from within an Android application
However, I do not know how to allow users to edit the PDF File. Would anyone please guide me? Thanks so much!
It is open source and built for unix/debian Linux so it will require some toying with, but it is a start.
http://pdfedit.cz/en/index.html
you can use SDKs like Foxit here..
and another way is libraries like Qoppa pdf or MuPdf are free

Interactive PDF Reader: Android [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I wanted to open internal anchors and embedded hyperlink from pdf viewer application. What would the suggested way to implement this functionality. As I can right now read pdf successfully.
MuPDF reader is not supporting interactive feature. But you can do one thing, you can create separate each PDF wise text file, in that you can mention x,y co-ordinates of interactive area.
And you can map that area in PDF pagewise image, and make that part interactive. Hope you do understand.
Simply you need to have Adobe Acrobat Reader.

Categories

Resources