Sure. I resubmitted the patch- otherwise it would probably be in Preware by now (forgot something in the .patch file, so it got rejected).4 F& x- |6 f C, s8 T: _# y
If you have Internalz installed, browse to:9 b: H# g1 B# b& q1 w7 a. [% {& r
/media/cryptofs/apps/usr/palm/applications/com.quickoffice.ar/source/PxxArea.js
1 b: l0 F' M: p: j9 f- C$ q
1 v* u' H( N* N3 ]- I6 L1 hand open the file in the editor. E; M2 Q% V* q0 o# u1 O4 j' w
Goto line 156 where it says:
; t6 T" ^5 k& E& Q7 b" }/ Fthis.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1200, 1200);
! f! Q/ v# H. p" F" t! ^6 {; L1 j4 l- x
and change it to:
& P6 a Q" N& F8 A7 H' Ethis.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1800, 1800);
" j/ F" \0 p4 R9 z( E1 u% q
. }# E- V3 @" J* S2 m: c8 w+ ^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., \0 a6 ?1 {& J. N
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:7 E+ m: W& q0 c5 {# t; D
this.pageZoom = 250;
4 a5 U+ \4 D! b2 d% Q' ?) T: ~) Xto enforce a resolution not dependent on your PDFs. Haven't tested it, but it should work fine.# ]+ J: W, A' C2 f9 ^
7 ~) z" ]0 l4 b! ]2 t/ B
9 o" N5 y8 N$ q r9 q t3 T& qhttp://forums.precentral.net/web ... mance-touchpad.html/ v/ l! f, p! y
0 `6 t I% \! ~0 K5 {
1 x, H/ ^. }( [ i0 s: P- a8 u/ L6 X* m5 l% N
preware 安装Internalz
4 \0 e1 ?! i3 ?: `4 `打开 /media/cryptofs/apps/usr/palm/applications/com.quickoffice.ar/source/PxxArea.js# }! N7 a# r( ~ E$ Z' T) V& C
找到% w$ X% W1 @6 y& w/ m! D4 ~) N* g
this.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1200, 1200);
8 R+ I7 t& v5 j# r/ W$ `8 q! R5 K
; G7 R* J m6 x1 h3 G3 D5 Z修改为: Z: z' E% o7 R$ A
this.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1800, 1800);- t; p9 U/ q) N3 L3 L- z7 D) h" u
1 W/ z- l! d. t7 c2 d2 n% v
重启
9 o, ]8 Y! P7 P( H" w, a9 u+ {. R$ @7 v1 B9 Z. D+ t# S ~
zoom level 他建议调250 我没有找到那一行 问题不大7 p5 z; R) \( `$ c3 m
5 u1 U3 w0 m* O+ N T4 k
我已经调好了 相当不错 |