我想檢索PDF文本並複制並粘貼它,但它出現亂碼。

Ubuntu各种衍生版本
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 我想檢索PDF文本並複制並粘貼它,但它出現亂碼。

#31

帖子 寺島聰子 » 2018-04-28 17:52

1.理解できず。我無法理解。
2.完了
3. https://askubuntu.com/questions/767937/ ... -04/851704
How do I install Adobe Acrobat in Ubuntu 16.04?
After properly installed Adobe Reader, don’t forget to remove the Canonical Partners repository for Precise:
正確安裝Adobe Reader後,請不要忘記刪除Canonical Partners存儲庫

代码: 全选

sudo add-apt-repository -r "deb http://archive.canonical.com/ precise partner"
m@m ~ $ sudo add-apt-repository -r "deb http://archive.canonical.com/ precise partner"
Usage: add-apt-repository [options] repository

add-apt-repository: error: no such option: -r
m@m ~ $
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 我想檢索PDF文本並複制並粘貼它,但它出現亂碼。

#32

帖子 poloshiao » 2018-04-28 19:01

m@m ~ $ sudo add-apt-repository -r "deb http://archive.canonical.com/ precise partner"
Usage: add-apt-repository [options] repository
add-apt-repository: error: no such option: -r
http://manpages.ubuntu.com/manpages/xen ... ory.1.html
add-apt-repository - Adds a repository into the /etc/apt/sources.list or /etc/apt/sources.list.d or removes an existing one
-r, --remove Remove the specified repository

為何是 precise ? 12.04 ?
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 我想檢索PDF文本並複制並粘貼它,但它出現亂碼。

#33

帖子 寺島聰子 » 2018-04-30 23:47

susbarbatusさん、返事が遅くなりごめんなさい。附加檔案のとおりです。
susbarbatus先生,對不起減慢了答案。
故意にコピー出来ないようにされてましたね
防止了其他用戶複製信息
アクセス権によるPDFの保護
https://helpx.adobe.com/jp/acrobat/how- ... files.html

ありがとうございました非常感謝
附件
Screenshot-Document Security.png
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 我想檢索PDF文本並複制並粘貼它,但它出現亂碼。

#34

帖子 寺島聰子 » 2018-05-01 0:40

3. https://askubuntu.com/questions/767937/ ... -04/851704

Don't add the Ubuntu 12.04 Partner repository, you're not really supposed to add repositories from previous Ubuntu versions! Get the Deb from here (source - it's also linked in the question), no it won't be automatically updated but since it's no longer supported (and Ubuntu can't patch security vulnerabilities for it in Ubuntu 12.04 anyway because it's proprietary) that doesn't matter. There's less of a chance you'll ruin your system if you get it this way.

と関係してるのだろうか?英語力とLinuxの知識不足でわからない。
這與它有關嗎? 我不明白,因為英文能力和對Linux的認識不足。
今回の問題の原因は、皆様のご助力で明快となった。たくさんの余計なpdfリーダーをインストールした。evince 以外はぜんぶアンインストールしたい。
這個問題的原因在大家的幫助下變得清晰。我安裝了很多額外的PDF閱讀器。我想卸載除evince以外的所有內容。

添加對Canonical Partner存儲庫的引用
$ sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
$ sudo apt-get update
安裝Adobe Reader
$ sudo apt-get install adobereader-enu

我想扭轉上面的操作。
非常感謝、poloshiao先生
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 我想檢索PDF文本並複制並粘貼它,但它出現亂碼。

#35

帖子 寺島聰子 » 2018-05-01 1:06

https://askubuntu.com/questions/283597/ ... le_rich_qa

代码: 全选

sudo apt-get purge adobereader-enu
sudo apt-get autoremove
m@m ~ $ sudo apt-get purge adobereader-enu
[sudo] password for m:
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
注意、'adobereader-enu' の代わりに 'acroread-bin:i386' を選択します
アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 31 個。
W: Ignoring Provides line with DepCompareOp for package pypy-cffi
W: Ignoring Provides line with DepCompareOp for package pypy-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package pypy-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-min
W: これらの問題を解決するためには apt-get update を実行する必要があるかもしれません
m@m ~ $ sudo apt-get autoremove
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 31 個。
m@m ~ $

? ? 削除できたのか?................. 削除できてません。起動します。
你刪除了嗎? .................它不能被刪除。 它啟動。
You should also be able to remove it from Synaptics Package Manager. Type "adobe reader" in the search; then right click "Mark for removal" then "Apply". Otherwise it should be easily located with Origin -> Local.
Best,
「adobereader-enu」が見つかりません"Adobereader-enu" can not be found
附件
Screenshot.png
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 我想檢索PDF文本並複制並粘貼它,但它出現亂碼。

#36

帖子 寺島聰子 » 2018-05-01 1:13

(synaptic:5091): GLib-CRITICAL **: g_child_watch_add_full: assertion 'pid > 0' failed
(Reading database ... 325949 files and directories currently installed.)
Removing acroread-bin (9.5.5-1precise1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1.1) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...

できました :em05
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 我想檢索PDF文本並複制並粘貼它,但它出現亂碼。

#37

帖子 poloshiao » 2018-05-01 13:07

できました
:em11
头像
susbarbatus
帖子: 2966
注册时间: 2010-04-10 16:14
系统: Arch Linux

Re: 我想檢索PDF文本並複制並粘貼它,但它出現亂碼。

#38

帖子 susbarbatus » 2018-05-02 9:01

私も楽しい休日を過ごしましたので、まったく返事を見てなっかた :Grimace
沉迷将棋中……
回复