Sure. I resubmitted the patch- otherwise it would probably be in Preware by now (forgot something in the .patch file, so it got rejected).0 A# I7 [( c$ O
If you have Internalz installed, browse to:6 @* P9 v4 x" K! c
/media/cryptofs/apps/usr/palm/applications/com.quickoffice.ar/source/PxxArea.js
6 m$ s& R5 g- C/ d" R
6 A# b+ v* C+ [ h' G( W) rand open the file in the editor.
+ C" o/ j4 D( k7 O" cGoto line 156 where it says:. ?" j) i! I9 }' P2 J2 O
this.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1200, 1200);
! Q6 ?/ ]2 d2 z: S3 D1 G$ Z) L
* c& W {, @/ }3 L9 f3 uand change it to:* P0 G9 z0 @- {& Q0 Q a; M7 G& e, K
this.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1800, 1800);
& D5 P3 s7 _6 A( u( E1 g) w( f! e3 @( S! v1 D9 c0 | O. X3 O% Z
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./ T( d+ _6 r0 L- B- N3 B/ ]( P
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:
5 r8 e# ^/ Y2 z( Y* O0 o+ [& S6 Athis.pageZoom = 250;
+ ^5 w7 w4 Q" x& Z( L( V3 R5 Mto enforce a resolution not dependent on your PDFs. Haven't tested it, but it should work fine.
) ?' l: i8 O# p' u, Y4 K3 q) c* Z% K! C
$ [+ G C; M3 i$ W9 ^http://forums.precentral.net/web ... mance-touchpad.html
( R7 z" D7 X& g5 e- t; |3 w" a8 G7 ~9 a0 g: M: v
' F8 U. @* K5 h& m2 n& g( ` V& s! l( O" k8 ~ o0 w, d
preware 安装Internalz; F% t/ P- q" {1 \
打开 /media/cryptofs/apps/usr/palm/applications/com.quickoffice.ar/source/PxxArea.js
9 J) f8 z, i5 @: ]; T% f+ u- `找到* _: B( U* p1 M2 b1 z8 @
this.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1200, 1200);
" ]( }: ^9 H4 Q) i& L7 t7 f3 K
修改为0 H0 X/ K3 Y& T/ {
this.pageZoom = this.calculateZoom(this.pageWidth, this.pageHeight, 1800, 1800);/ M0 \+ H+ m! \
$ e. h( u" w& r重启% E6 @. T. P) D% s) O& i7 n
m9 ?" y3 f& l, W
zoom level 他建议调250 我没有找到那一行 问题不大
# g T2 ^. T1 I. ?9 L: l) r/ F. U2 t4 p! G
我已经调好了 相当不错 |