Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7797431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T23:40:52+00:00 2026-06-01T23:40:52+00:00

After reading through several Q/A, I still can’t find a suitable answer for my

  • 0

After reading through several Q/A, I still can’t find a suitable answer for my current issue.

I have a pdf-file (known at compile time) which is stored in my /res/raw folder.

I have tried loading the file using:

InputStream is = getResources().openRawResource(R.raw.mypdf);

Then I want to display the pdf (in an intent) using the preferred pdf-reader on the device:

Intent i;
i = new Intent(Intent.ACTION_VIEW);
i.setDataAndType(file,"application/pdf");
startActivity(i);

The issue is that the intent takes in the type ‘File’, while my pdf is read as an ‘InputStream’.

The question is: How can i display the pdf-file? i.e. how can I display an InputStream? or how can I store the pdf-file to allow opening with new File()?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T23:40:54+00:00Added an answer on June 1, 2026 at 11:40 pm

    TRY this..
    //place pdf in asset folder just to try

    Uri file= Uri.parse("file:///android_asset/mypdf.pdf");
      String mimeType =  MimeTypeMap.getSingleton().getMimeTypeFromExtension(MimeTypeMap.getFileExtensionFromUrl(file.toString()));
    
    try{
         Intent i;
         i = new Intent(Intent.ACTION_VIEW);
         i.setDataAndType(file,mimeType);
         startActivity(i);
    
    }catch (ActivityNotFoundException e) {
                        Toast.makeText(this, 
                            "No Application Available to fiew this file type", 
                            Toast.LENGTH_SHORT).show();
                    } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I haven't found my answer after reading through all of these posts, so I'm
After reading a description about swapping pointer addresses on Stackoverflow, I have a question
after a lot of googling and reading several solutions on how to manage mixed
After reading through the pub/sub project sample in MassTransit, it left me scratching my
after reading through a couple similar Qs/As I haven't quite found the solution I'm
So I'm trying to do something extremely simple, and after reading through forums, and
E-Texteditor recently announced going open-source with their open company model. However after reading through
At some point through my error my localhost started getting redirected. After reading around
I've been wondering about this for a while after reading through an interesting article
I have planed to start using a framework in php development. After going through

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.