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 7668707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:25:41+00:00 2026-05-31T15:25:41+00:00

I have a word document that I would like to have viewed as an

  • 0

I have a word document that I would like to have viewed as an image in order to zoom and scroll. How would I go about doing this, or if this is a dumb and complicated procedure, what is the best way of going about displaying large amounts of text to be scrollable and zoomable. The text is going to be primarily math equations.
Thank you!

My problem is that it opens a browser and then said the file was not found. /mnt/sdcard/CheetSheetTest1Alg.html(No such file or directory)

    import java.io.File;
    import android.app.Activity;
    import android.content.Intent;
    import anrdoid.net.Uri;
    import android.os.Bundle;
    import android.os.Environment;

    public class CheatMathActivity extends Activity {

      public void onCreate(Bundle savedInstanceState){
          super,onCreate(savedInstanceState);
          setContentView(R.layout.main);

      File file = new File(Environment.getExternalStorageDirectory(), "CheetSheetTest1Alg.html:);
      Uri uri = Uri.fromFile(file);
      Intent intent = new Intent(Intent.ACTION_VIEW).setData(uri);
      intent.setClassName("com.android.browser", "com.android.browser.BrowserActivity");
      startActivity(intent);
     }
     }
  • 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-05-31T15:25:42+00:00Added an answer on May 31, 2026 at 3:25 pm

    Convert the Word document to an HTML file. This can be done by choosing the HTML type in the “Save as” dialog in MS Word.

    Then you can either display it using the web browser or using a WebView inside your app. The default Android web browser already supports pinch zoom and scroll.

    To open the HTML file on your SDCard using the Android web browser from your app, use the following code:

    File file = new File(Environment.getExternalStorageDirectory(), "document.html");
    Uri uri = Uri.fromFile(file);
    Intent intent = new Intent(Intent.ACTION_VIEW).setData(uri);
    intent.setClassName("com.android.browser", "com.android.browser.BrowserActivity");
    startActivity(intent);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Word document with images in it. I would like to publish
i have a large Microsoft word document , and i would like to copy
I have some XML files and schemas that I would like to document. Everything
I have an outlook automation. I would like to use a Word document as
I have a pre-made Word Template that has a table. I would like to
I have a word document that was saved as xml. now I need to
Every now and then I receive a Word Document that I have to display
I have quite big document in html format that generated from Microsoft Word. It
I have this XML document <xml> <word> <threeletter>rip</threeletter> <fourletter>Pier</fourletter> <fiveletter>Spire</fiveletter> <sixletter>Spider</sixletter> </word> <word> <threeletter>rip</threeletter>
I have a word document (docx format) that I need to populate with data

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.