处理pdf

作者: 榴莲气象 | 来源:发表于2018-10-24 22:59 被阅读5次

#http://0x2a.at/blog/2011/02/pdf_manipulation_on_the_cli/

#https://stackoverflow.com/questions/535794/how-can-i-combine-two-pdf-pages-show-up-on-the-same-page

pdfjam figure9aCCN4M.pdf figure9b.pdf --nup 2x1 --landscape --outfile figure9.pdf

The same can be achieved with the ImageMagick package:

montage *.pdf merged.pdf

尝试处理掉中间的空白:

可以先 pdfjam --trim '1cm 2cm 1cm 2cm' --clip true figure9b.pdf --outfile output92.pdf

https://tex.stackexchange.com/questions/446103/pdfpages-pdfjam-with-different-template-size

############

https://tex.stackexchange.com/questions/79623/quickly-extracting-individual-pages-from-a-document

pdfjoin --paper a4paper --rotateoversize false

其他工具:

https://blog.seisman.info/merge-pdf/

https://superuser.com/questions/917190/merge-two-pdf-files-side-by-side-in-command-line

#Manipulating pdfs with pdfjam()

https://texblog.org/2015/10/07/combining-sub-figures-to-a-single-figure-for-submission-to-journal/

Other options to pdfnup include --pages, --paper, --orient, --trim裁剪, --delta间隔, --offset, --scale and --openright.

We can also use pdfnup simply to select pages from a PDF file:

  pdfnup file1.pdf --nup 1x1 --pages 1,3,5-6 \

    --outfile file1-selection.pdf

https://helpmanual.io/help/pdfjam/


Latex中PDF裁剪工具pdfcrop的使用

pdfcrop input.pdf output.pdf 


pdfjam figure10a.pdf figure10b.pdf figure10c.pdf figure10d.pdf --nup 2x2 --trim '0.1cm 2cm 0.1cm 2cm' --clip true --delta "0.001cm 0.001cm" --outfile figure104.pdf

pdfcrop input.pdf output.pdf 

自己提的问题还未解决

pdfjam: Merging multiple pdfs into one page without white space like this Merge two PDF pages into new one without blank spaces between text content

具体示例https://indico.cern.ch/event/489565/contributions/1999816/attachments/1217344/1778174/pdfjam.pdf

相关文章

  • 《自然语言处理原理与技术实现.pdf》PDF高清完整版-免费下载

    《自然语言处理原理与技术实现.pdf》PDF高清完整版-免费下载 《自然语言处理原理与技术实现.pdf》PDF高清...

  • 使用PDF类库生成PDF文件

    类库使用fpdf和fpdi(处理PDF,例如合并PDF和PDF水印处理)除此之外也可以插入HTML代码来生成PDF...

  • pdf转成word乱码怎么办

    pdf转成word乱码怎么办?我们常常在pdf文件的处理时,会用到pdf转换器软件对pdf文件进行转成word处理...

  • pdf转成word乱码怎么办

    pdf转成word乱码怎么办?我们常常在pdf文件的处理时,会用到pdf转换器软件对pdf文件进行转成word处理...

  • PDF 格式转换攻略

    工作难免遇到 PDF 文件处理,比如:PDF 转换为可编辑的 Word,PDF 合并、分割,CAJ 转 PDF,添...

  • 一分钟轻松合并pdf

    一分钟轻松合并pdf。想必大家在都在处理pdf文件时候,遇到过要处理多份pdf文件的合并通常不知道如何处理了。很多...

  • 处理pdf

    #http://0x2a.at/blog/2011/02/pdf_manipulation_on_the_cli/...

  • 处理pdf

    ilovepdf smallpdf

  • PDF处理

    zhangqq2020,6,17悦来 模块 安装两个模块,在命令行中输入: pdfplumber提取文字 extr...

  • smallpdf怎么样

    smallpdf怎么样?在开源的pdf文件使用时,我们常常需要处理到pdf转成其他格式的的处理,比如pdf转换成w...

网友评论

    本文标题:处理pdf

    本文链接:https://www.haomeiwen.com/subject/uluftqtx.html