||
在审阅模式下,点击“转换为可编辑的PDF”按钮,可把一般不可编辑的PDF文档转换为可编写的PDF。当您编辑文本时,您可以使用“阻止编辑”按钮将PDF转换为不可编辑状态。
如果有安全设置防止修改,则“转换为可编辑PDF”按钮将不可用。请不要对“阻止编辑”与“可编辑的PDF进行保护”产生混淆。
注意:转换可编辑状态后,有些文件格式会出错。所以转换之前,请先设置转换选项,勾选“调整字间距”。
将PDF转换为可编辑状态:
在审阅模式下,选择主页或高级 > 内容编辑 > 转换为可编辑的PDF。
设置转换方式。文档:转换成普通的文档;表单:转换后保留原来的框架,如文本框、表单域等。
设置转换选项。调整字间距:转换过程中自动调整文本的字间距,修复转换导致文本不连续的问题。
设置转换范围:所有页面、目前页面和页面范围。
点击“转换”按钮,PDF变为可编辑状态。
合并多个pdf文件
用LaTeX来整合(可以添加书签):
\documentclass{article}% or something else
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-]{paper1}
\includepdf[pages=-]{paper2}
\end{document}
\documentclass{article}
\usepackage{lipsum,bookmark,pdfpages}
\begin{document}
\section{A section}
\lipsum[1-3]
\includepdf[link]{1.pdf}
\includepdf[link]{2.pdf}
\bookmark[dest={1.pdf.1}]{1.pdf}
\bookmark[dest={2.pdf.1}]{2.pdf}
\end{document}
pdftk
$ pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
GhostScript
$ gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf source1.pdf source2.pdf source3.pdf etc.pdf
PDFJAM
$ pdfjoin foo1.pdf foo2.pdf --outfile bar.pdf
cpdf foo1.pdf foo2.pdf -o bar.pdf
PDF-Shuffler (Linux, free software)
LibreOffice(可以小范围编辑pdf文档)
pdf编辑工具有哪些比较简单好用的?https://www.zhihu.com/question/46913958
最佳在线PDF编辑器及转换器 https://lightpdf.com/zh/
PDF编辑器在线编辑PDF文档 https://smallpdf.com/cn/edit-pdf
PDF应用技巧 https://zhuanlan.zhihu.com/pdfskill
PDF 表单填写和创建 https://zhuanlan.zhihu.com/p/32781082
如何制作一个可被填写编辑的 PDF 文件?https://www.zhihu.com/question/19619349
Adobe Acrobat, 福昕,PDFelement, PDF Expert,https://www.zhihu.com/question/19619349/answer/289745832
在PDFelement中制作可填写的PDF表单 https://pdf.wondershare.cn/zhishi/224776.html
pdf怎么用呢 一起探索pdf的功能 https://pdf.wondershare.cn/zhishi/242287.html
PDF文件使用指南 http://www.ruanyifeng.com/blog/2009/01/pdf_guide.html
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-22 23:55
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社