webOS Nation Forums >  Homebrew >  webOS patches > PDF Reader - Open on the Last Viewed Page
PDF Reader - Open on the Last Viewed Page

  Reply
Like Tree34Likes

 
LinkBack Thread Tools Display Modes
Old 10/06/2011, 12:27 AM   #1 (permalink)
Homebrew Developer
 
Join Date: Feb 2009
Posts: 413
Likes Received: 84
Thanks: 24
Thanked 223 Times in 78 Posts
Default PDF Reader - Adds Goto Field, Bookmarks, Resolution Selector, and More

This downloads, instructions, and discussion for the PDF enhancements originally discussed in this thread have been moved to a properly named thread.

Please discontinue use of this thread and post suggestions and questions here.

Last edited by kjhenrie; 12/11/2011 at 05:09 PM. Reason: Updated text and removed old version links
kjhenrie is offline   Reply With Quote
Liked by NoDoze, jazzdoc, Ubuntite and 15 others like this.
Old 10/06/2011, 01:09 AM   #2 (permalink)
Member
 
Join Date: Aug 2011
Posts: 275
Likes Received: 21
Thanks: 14
Thanked 58 Times in 37 Posts
Default

Perfect!
knownboyofno is online now   Reply With Quote
Old 10/06/2011, 03:25 AM   #3 (permalink)
Member
 
Join Date: Sep 2011
Location: Köln, Germany
Posts: 172
Likes Received: 73
Thanks: 13
Thanked 150 Times in 54 Posts
Default

Could you document this a bit? I'm currently trying to write a replacement PDF reader based on mupdf and GLES and I'd like to use things like that directly
filmor_ is online now   Reply With Quote
Old 10/06/2011, 03:44 AM   #4 (permalink)
Member
 
Join Date: Aug 2011
Posts: 181
Likes Received: 21
Thanks: 37
Thanked 20 Times in 17 Posts
Default

Works beautifully. Many thanks.

Spyke
Spyke is offline   Reply With Quote
Old 10/06/2011, 07:47 AM   #5 (permalink)
Member
 
Join Date: Oct 2011
Posts: 4
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
Default

this is just plain awesome! thanks alot!!!
rey_z is offline   Reply With Quote
Old 10/06/2011, 09:05 AM   #6 (permalink)
Member
 
juggernaut's Avatar
 
Join Date: Oct 2008
Posts: 87
Likes Received: 2
Thanks: 4
Thanked 5 Times in 5 Posts
Default

does this work for the Pre as well ?
juggernaut is offline   Reply With Quote
Old 10/06/2011, 11:59 AM   #7 (permalink)
Member
 
Join Date: Sep 2011
Posts: 74
Likes Received: 1
Thanks: 10
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by kjhenrie View Post
PDF Reader - Open on the Last Viewed Page

Like many of you I am pretty frustrated by the simple but necessary features missing from the WebOS PDF Reader. At the top of my list is the fact that it doesn't remember the last page you read.

I spent a bit of time working on this issue and attached a version of the IPK that solves this issue. The patched app also includes the awesome goto page patch written by knownboyofno (see this thread) and also the awesome zoom work done by sagipe as discussed here. I intend to make this part of the proposed uber patch being discussed here.

The database I created has support for bookmarks so that will be the next feature I will work on.

I approached this update in a way that makes it pretty easy to reverse, however, it required that I create a database to store the last viewed page for each book and the approach I took requires an ipk install.

Installation

1. Download the application from here
2. Install

Uninstall

1. Delete the directory "/media/cryptofs/apps/usr/palm/applications/com.quickoffice.arconfiguration" and all of its contents
2. Delete the directory "/media/cryptofs/apps/usr/palm/applications/com.quickoffice.ar/source/patches" and all of its contents
3. Modify the file "/media/cryptofs/apps/usr/palm/applications/com.quickoffice.ar/source/depends.js"

Change:

"source/patches/PxxView.js", // Patches (modified)
"source/PxxService.js",
"source/patches/PxxArea.js", // Patches (modified)

To:

"source/PxxView.js",
"source/PxxService.js",
"source/PxxArea.js",

4. Reboot the TP

WARNING: I am not responsible for any damage caused by installing and using this patched version of this application. INSTALL AND USE AT YOUR OWN RISK!
So I have not installed an ipk file before, can someone walk me through it?

thanks in advance

dave
davidtlong is offline   Reply With Quote
Old 10/06/2011, 12:18 PM   #8 (permalink)
Member
 
Join Date: Aug 2011
Posts: 275
Likes Received: 21
Thanks: 14
Thanked 58 Times in 37 Posts
Default

Quote:
Originally Posted by davidtlong View Post
So I have not installed an ipk file before, can someone walk me through it?

thanks in advance

dave
Do you have preware installed?
knownboyofno is online now   Reply With Quote
Old 10/06/2011, 12:25 PM   #9 (permalink)
Member
 
Join Date: Sep 2011
Posts: 74
Likes Received: 1
Thanks: 10
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by knownboyofno View Post
Do you have preware installed?
yup
davidtlong is offline   Reply With Quote
Old 10/06/2011, 12:28 PM   #10 (permalink)
Member
 
Join Date: Aug 2011
Posts: 275
Likes Received: 21
Thanks: 14
Thanked 58 Times in 37 Posts
Default

Quote:
Originally Posted by davidtlong View Post
yup
Just download it to ur TP (I would use my TP to come to this page and click the link)and run it.
knownboyofno is online now   Reply With Quote
Old 10/06/2011, 12:39 PM   #11 (permalink)
Member
 
Join Date: Sep 2011
Posts: 74
Likes Received: 1
Thanks: 10
Thanked 3 Times in 3 Posts
Default

hmm seems simple enough
davidtlong is offline   Reply With Quote
Old 10/06/2011, 12:40 PM   #12 (permalink)
Member
 
Join Date: Sep 2011
Posts: 74
Likes Received: 1
Thanks: 10
Thanked 3 Times in 3 Posts
Default

run I assume you download to a tmp folder or so and then click on the file to run
davidtlong is offline   Reply With Quote
Old 10/06/2011, 12:49 PM   #13 (permalink)
Member
 
Join Date: Aug 2011
Posts: 275
Likes Received: 21
Thanks: 14
Thanked 58 Times in 37 Posts
Default

Quote:
Originally Posted by davidtlong View Post
run I assume you download to a tmp folder or so and then click on the file to run
When I click the link on my TP it runs preware. That is all you should have to do.
knownboyofno is online now   Reply With Quote
Old 10/06/2011, 01:22 PM   #14 (permalink)
Member
 
Join Date: Sep 2011
Posts: 74
Likes Received: 1
Thanks: 10
Thanked 3 Times in 3 Posts
Default

k tx!
davidtlong is offline   Reply With Quote
Old 10/06/2011, 02:21 PM   #15 (permalink)
Member
 
Join Date: Sep 2011
Posts: 74
Likes Received: 1
Thanks: 10
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by davidtlong View Post
So I have not installed an ipk file before, can someone walk me through it?

thanks in advance

dave
did it, not sure it helps with the rendering issue but still playing
davidtlong is offline   Reply With Quote
Old 10/06/2011, 05:36 PM   #16 (permalink)
Member
 
Join Date: Sep 2011
Posts: 74
Likes Received: 1
Thanks: 10
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by davidtlong View Post
did it, not sure it helps with the rendering issue but still playing
so I don't see any improvement. Darn. Rendering either stops or takes ages. You all must have magical tabs
davidtlong is offline   Reply With Quote
Old 10/06/2011, 07:18 PM   #17 (permalink)
Member
 
Join Date: Sep 2011
Posts: 74
Likes Received: 1
Thanks: 10
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by davidtlong View Post
so I don't see any improvement. Darn. Rendering either stops or takes ages. You all must have magical tabs
So all,

I did the update and see no difference. Rendering is an issue and then stops all together. I would like to send a pdf to anyone who has their TP working just to see if it is mine.
davidtlong is offline   Reply With Quote
Old 10/06/2011, 07:39 PM   #18 (permalink)
Member
 
Join Date: Aug 2011
Posts: 275
Likes Received: 21
Thanks: 14
Thanked 58 Times in 37 Posts
Default

Quote:
Originally Posted by davidtlong View Post
So all,

I did the update and see no difference. Rendering is an issue and then stops all together. I would like to send a pdf to anyone who has their TP working just to see if it is mine.
Let me see.
knownboyofno is online now   Reply With Quote
Old 10/06/2011, 07:54 PM   #19 (permalink)
Member
 
Join Date: Sep 2011
Posts: 74
Likes Received: 1
Thanks: 10
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by knownboyofno View Post
Let me see.
how
davidtlong is offline   Reply With Quote
Old 10/06/2011, 08:05 PM   #20 (permalink)
Member
 
Join Date: Sep 2011
Posts: 74
Likes Received: 1
Thanks: 10
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by knownboyofno View Post
Let me see.
sorryvcan not seem to be able to attach a file
davidtlong is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0