Sure. I resubmitted the patch- otherwise it would probably be in Preware by now (forgot something in the .patch file, so it got rejected).% j+ h- p, ]5 _/ ^. z0 e. k. e
If you have Internalz installed, browse to:
; `& [ I) r# A" y/media/cryptofs/apps/usr/palm/applications/com.quickoffice.ar/source/PxxArea.js
* d+ b' J1 N3 K* H$ \+ e8 q2 E) y: u) ?4 K. U3 Z4 \
and open the file in the editor.
: c& ? z: C1 _, @$ R/ e. @" ]Goto line 156 where it says:6 Y- @2 C' V5 S; e' g) ]+ d' ~
this.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1200, 1200);
% y& v( j# t( s! u) p0 j% j- F; g9 {) i. l0 p
and change it to:
1 j% M' K- _' h6 `this.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1800, 1800);
8 I" G' k8 Z; W
$ b, X/ u0 c9 }! }2 I% zSave the file, and restart Luna (you can do that from the Preware menu), or restart your Touchpad if you don't have Preware installed., U( L4 [! P+ v# I& v4 O. Z
If 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:9 O8 E, T2 ~) p9 |7 X' N
this.pageZoom = 250;8 d# _5 m0 Z+ j4 n6 A) l% ^9 _8 w% v
to enforce a resolution not dependent on your PDFs. Haven't tested it, but it should work fine.) F) i" }$ Y) D8 E9 m
! e3 s0 G V9 I' j- L( Z
0 _/ A! ?- e) f W, P; c0 Q
http://forums.precentral.net/web ... mance-touchpad.html5 `* W* w1 N/ m& q
5 s( n9 i# l5 `! d* M! q8 |
7 j5 G7 d' C. q. U3 c5 h& {2 h' R5 O" c, s
preware 安装Internalz6 F# T* X% E% W6 w5 i
打开 /media/cryptofs/apps/usr/palm/applications/com.quickoffice.ar/source/PxxArea.js
/ U0 {2 [: w% \# S找到1 Q# W% J) n+ j1 p$ h/ Y) D
this.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1200, 1200);
2 P J$ G' e4 K5 ?" G' D; c# m" I" c7 l* r) L9 [
修改为
$ g. y) A% c3 A8 u) v3 j8 `% Othis.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1800, 1800);
) \( m: L, E+ ?' y5 D% j; t/ V" c8 e
# K4 Z) p& C" h' T! G重启, ?( }! l$ G" n% [0 L/ e
A" r8 n+ X; O) m9 N$ Bzoom level 他建议调250 我没有找到那一行 问题不大
% h8 L, `3 h6 x: T( q8 L% s+ b, ?# [9 Q' b' {# U
我已经调好了 相当不错 |