Sure. I resubmitted the patch- otherwise it would probably be in Preware by now (forgot something in the .patch file, so it got rejected).% u7 {- d3 c6 }* U$ d# n
If you have Internalz installed, browse to:
( z+ k y2 n0 ?7 l$ Y/media/cryptofs/apps/usr/palm/applications/com.quickoffice.ar/source/PxxArea.js9 p3 l- i1 V* N6 y# ^; J! R( T3 }
6 [1 ^6 E9 _5 O/ U( i9 p: T4 `
and open the file in the editor.' w* I5 h9 ~ |7 |6 K3 R8 q
Goto line 156 where it says:8 O' F( [( d7 p/ y/ q
this.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1200, 1200);
' g; `5 j/ y! @# M+ |5 G/ M) M3 `- }/ t0 w. D' ~: @# r" N
and change it to:
, x+ o' e7 p2 Uthis.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1800, 1800);
" N; I g- ~. W ?" ^( W6 u. U; |" Z5 |$ O' @9 \- Y' h
Save the file, and restart Luna (you can do that from the Preware menu), or restart your Touchpad if you don't have Preware installed.
1 }. G- T. r8 O6 F4 SIf you don't like the result- try increasing the resolution a bit: keep in mind that changing from 1200 to 1800, resulted in x2 PNG file size (from 300KB to 600KB per page). That's because the numbers in that line go to a function which calculates a zoom level between 5 and 500. This number depends on your specific PDF height and width. You could potentially change the line to:
/ l: ^0 A* O+ Nthis.pageZoom = 250;8 x3 ], P6 i! t+ ~9 b' M/ n
to enforce a resolution not dependent on your PDFs. Haven't tested it, but it should work fine.
- Z3 Q. K$ [8 z9 \% E2 W1 O# U5 s% f
( E! L4 g& H3 t, z! r
http://forums.precentral.net/web ... mance-touchpad.html% b6 h- L [ [. W" M9 ^
- A; B7 u+ f5 q( v& T4 w( U$ q
1 u1 \2 @- m+ _% z. H! k; r+ s
) @ X" u' I( P7 b! N; Ipreware 安装Internalz+ f. W7 V& X- d0 b9 ^
打开 /media/cryptofs/apps/usr/palm/applications/com.quickoffice.ar/source/PxxArea.js
T5 ~: v3 n1 |( p( t找到
( y+ ]0 v; g+ r6 V) r U: Fthis.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1200, 1200);* T" }! B9 |0 b1 ^9 o( R
H8 t, y$ C& ?. }7 N修改为
0 U& E7 d8 A/ @4 Q1 Bthis.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1800, 1800);" D8 ^- x9 i3 _1 Y# U. v/ U
9 b* C F$ z& N. u
重启! P% N5 E1 q, C j4 l' o
/ V5 @/ m! G& \: B0 v
zoom level 他建议调250 我没有找到那一行 问题不大
/ z& ]: ]4 T5 w" ?. R
# w5 \ o+ t* N6 w. Q1 u我已经调好了 相当不错 |