金山pdf批注更改批注作者_Linux上的PDF批注工具

金山pdf批注更改批注作者

What are good PDF annotation tools on Linux? Preferring saving the annotation in the PDF instead of separate files or images.

Linux上有哪些好的PDF注释工具? 最好将注释保存在PDF中,而不要保存在单独的文件或图像中。

I find the best solution may be wine + Foxit Reader. Foxit Reader can annotate PDF files and save them. It works very well on wine.

我发现最好的解决方案可能是wine + Foxit Reader。 福昕阅读器可以注释PDF文件并保存。 它在葡萄酒上效果很好。

Steps to install them:

安装它们的步骤:

Install wine

装酒

# yum install wine

Download Foxit Reader and run it by wine installation_file.exe. Download link: http://www.foxitsoftware.com/Secure_PDF_Reader/

下载Foxit Reader并通过wine installation_file.exe运行它。 下载链接:http://www.foxitsoftware.com/Secure_PDF_Reader/

The script that I use the open PDF files (use foxitreader pdffile.pdf):

我使用打开的PDF文件的脚本(使用foxitreader pdffile.pdf ):

$ cat ~/bin/foxitreader

$ cat〜/ bin / foxitreader

#!/bin/bash

# echo "$*" > /tmp/foxitreader.tmp

file=$1
# dir=$(dirname "$1")
realpath=$(realpath "$1")
echo $file
# echo $dir
echo $realpath

winepath=${realpath\}
echo $winepath

wine ~/.wine/drive_c/Program Files/FoxitSoftware/Foxit Reader/Foxit Reader.exe $winepath
Answered by anonymous.
匿名回答。

翻译自: https://www.systutorials.com/pdf-annotation-tools-on-linux/

金山pdf批注更改批注作者

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值