将 PDF 页面移动到其他位置

将 PDF 页面移动到其他位置

我的问题很简单:有没有一个简单的工具可以让我将 PDF 的一页或多页移动到不同的位置?比如说将第 2 页移动到第 55 页或类似的位置。目前我正在使用 PDF Mod,但它对于大型 PDF 来说速度太慢了。有什么推荐吗?谢谢!

答案1

查看pdfshuffler。它在存储库中可用:

$ apt show pdfshuffler                                                                                                                    
Package: pdfshuffler                                                                                                                                 
Version: 0.6.0-8                                                                                                                                     
Priority: optional                                                                                                                                   
Section: universe/x11                                                                                                                                
Origin: Ubuntu                                                                                                                                       
Maintainer: Ubuntu Developers <[email protected]>                                                                                
Original-Maintainer: Python Applications Packaging Team <[email protected]>                                                   
Bugs: https://bugs.launchpad.net/ubuntu/+filebug                                                                                                     
Installed-Size: 186 kB                                                                                                                               
Depends: python-gtk2, python-poppler, python-pypdf2 | python-pypdf (>= 1.10), python:any (<< 2.8), python:any (>= 2.7.5-5~)                          
Homepage: http://sourceforge.net/projects/pdfshuffler/                                                                                               
Task: ubuntustudio-publishing                                                                                                                        
Download-Size: 31.4 kB                                                                                                                               
APT-Sources: http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages                                                                      
Description: merge, split and re-arrange pages from PDF documents                                                                                    

从其手册页

PDF-Shuffler 是一个小型的 python-gtk 应用程序,它可以帮助用户使用交互式直观的图形界面合并或拆分 pdf 文档并重新排列页面。在当前版本中,还支持页面旋转和裁剪。PDF-Shuffler 是 python-pyPdf 的前端。

答案2

看着

pdf单独

pdfunite

相关内容