How to read PDF files on Nokia Mobile phone?

1,983

Adobe Reader LE 2.5 solves the problem with opening large PDF files.

http://www.adobe.com/products/acrobat/readerforsymbian.html

Share:
1,983

Related videos on Youtube

viyancs
Author by

viyancs

Updated on September 17, 2022

Comments

  • viyancs
    viyancs almost 2 years

    i'm having a problem when i want to document.getElementById(); in html tag. example =

    <html>
    <head>
    <script type="js"> //note this example is not found so browser is take time to execution
    <script type="js"> //note this example is not found so browser is take time to execution
    <script type="js"> //note this example is not found so browser is take time to execution
    <script type="js"> //note this example is not found so browser is take time to execution
    </head>
    <body>
    <div> ...
    <div id="test">
    </div>
    </body>
    </html>
    

    my question is how to execution document.getElementById("test"); without waiting load script is not found?that can make more time.how i can fix this.thanks for your answer.

    note: solve not to remove or modify script to found directory. just in case,if the script not found.

  • John T
    John T over 14 years
    It says it can open large files faster, he can't open them at all.
  • Wahid Bitar
    Wahid Bitar over 14 years
    I'll try this program but can't find suitable release that work on 6680
  • Admin
    Admin over 14 years
    @ John: the upgrade solved all my PDF woes on a N90 (which has has more executable memory alright, 32 as opposed to 10), @ Wahid Bitar: if you have v1.0 for Symbian phones, then 2.5 should work just as well
  • viyancs
    viyancs over 12 years
    any other suggestion because my browser also execution script not found. i just want to priority document.getElementById("test"); is first execution.and i can get the innerHTML.
  • Abdul Munim
    Abdul Munim over 12 years
    It's always better to load your JS files at the bottom of your page. See this why its better to load at the end : stackoverflow.com/questions/1638670/…. Please mind, there's no <srctype />, it should be, <script type="text/javascript" src="path/to/your/js/file"></script>