找回密码
 加入我们

QQ登录

只需一步,快速开始

搜索
查看: 6616|回复: 15

[TouchPad] 关于修改PDF分辨率的问题。

[复制链接]
发表于 2011-9-26 12:38 | 显示全部楼层 |阅读模式
之前看过一个帖子,说到pdf在看杂志的时候字体很模糊,有人说可以通过修改一个文件里的数据进行修改,但是我不知道怎么找到这个文件,usb连接后只能看到一部分文件,不包含隐藏的系统文件,请问有人知道怎么修改这个文件吗?需要安装什么软件才能看到这个文件?
回复

使用道具 举报

发表于 2011-9-27 19:14 | 显示全部楼层
这个貌似不能改吧
4 ~, @2 F9 Y+ |! X+ r! V分辨率决定的吧7 s; e! C8 G& y0 P8 W3 B
回复 支持 反对

使用道具 举报

发表于 2011-9-27 19:28 | 显示全部楼层
我也见人说过,但是当时没找到
回复 支持 反对

使用道具 举报

发表于 2011-9-27 19:29 | 显示全部楼层
我也见人说过,但是当时没找到
回复 支持 反对

使用道具 举报

发表于 2011-9-28 08:17 | 显示全部楼层
用preware安装internalz
" M0 x8 R! ]5 \: T0 [7 H" ~然后进到那个说明所指的文件- k& o6 N/ ]" L5 ~

* d7 e, b6 D/ _2 w: C改!保存!! U1 K" C  n* W5 c7 K9 `. ]

  s5 s3 n. U! w6 I# l7 ?$ k然后就清楚啦
回复 支持 反对

使用道具 举报

发表于 2011-9-28 08:50 | 显示全部楼层
MELPOMENE 发表于 2011-9-28 08:17
( _; W3 c& c. _0 C7 T) |3 Y用preware安装internalz
4 r8 O' u. X* f. d# D6 M$ q然后进到那个说明所指的文件

4 @0 c% n, a$ A6 W4 h' K能不能详细讲讲,谢谢了。
回复 支持 反对

使用道具 举报

发表于 2011-9-28 10:27 | 显示全部楼层
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
我已经调好了 相当不错

评分

参与人数 1威望 +1 收起 理由
fanshen123 + 1 感谢啊!

查看全部评分

回复 支持 反对

使用道具 举报

发表于 2011-9-28 11:11 | 显示全部楼层
不错,现在最大能看多大的pdf 10m ?30m ?50m? 70m?
回复 支持 反对

使用道具 举报

发表于 2011-9-28 11:39 | 显示全部楼层
紫色天下 发表于 2011-9-28 11:11 2 J9 N5 t7 X2 ^+ ~1 a) a
不错,现在最大能看多大的pdf 10m ?30m ?50m? 70m?
) e: _  K9 f. |2 x% r6 @0 b5 i
我开了个82mb的扫描本,没问题
回复 支持 反对

使用道具 举报

发表于 2011-9-28 11:44 | 显示全部楼层
不错,标记一下。。
回复 支持 反对

使用道具 举报

发表于 2011-9-28 12:33 | 显示全部楼层
MELPOMENE 发表于 2011-9-28 11:39 ) R  I& q" U7 ?6 I; A
我开了个82mb的扫描本,没问题

1 K% G. ^0 o- L, u' o% S3 a6 x好的 谢谢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-9-28 12:36 | 显示全部楼层
preware 里面只能搜索到Internalz pro版,安装后运行提示错误,重启也是,我是3.0.2安装了中文+百度输入法补丁。
回复 支持 反对

使用道具 举报

发表于 2011-9-28 21:04 | 显示全部楼层
zhdalu 发表于 2011-9-28 12:36 : T- g6 p; e- l+ H/ a! H9 g
preware 里面只能搜索到Internalz pro版,安装后运行提示错误,重启也是,我是3.0.2安装了中文+百度输入法补 ...

% l) e* m4 v. X难道是因为补丁对系统改动太大
回复 支持 反对

使用道具 举报

发表于 2011-9-28 22:14 | 显示全部楼层
呵呵好的谢谢
回复 支持 反对

使用道具 举报

发表于 2011-9-29 21:00 | 显示全部楼层
打开过800M 的pfd
% l* o' }7 h- @4 E如果按照正常的阅读速度 页面载入并不慢  reader 自动缓存PNG文件要点时间 这就是为什么分辨率是卡死的不能放大. W) L3 g6 c$ i/ P$ S
如果想要每一页流畅的翻过去是不太可能
回复 支持 反对

使用道具 举报

发表于 2011-10-3 13:41 | 显示全部楼层
ezk 发表于 2011-9-28 10:27
9 ?" |5 h6 e2 m" ^. MSure. I resubmitted the patch- otherwise it would probably be in Preware by now (forgot something in ...
. p7 r# L3 i: _+ s9 Z, j! Z
没找到这一行啊。。! V$ k: @5 o( s3 ^- Q
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 加入我们

本版积分规则

QQ|Archiver|手机版|小黑屋|吹友吧 ( 京ICP备05078561号 )

GMT+8, 2025-4-2 21:44 , Processed in 0.325016 second(s), 19 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表