overlay one pdf or ps file on top of another

前端 未结 9 1324
轻奢々
轻奢々 2020-12-02 05:27

I have two pdf or postscript files (I can work with either one). What I want to do is merge each page on top of the other so that page1 of document A will be combined with

9条回答
  •  萌比男神i
    2020-12-02 06:18

    PDFbox for Java supports a Overlay class which allows to merge PDFs this way. See this answer: Watermarking with PDFBox

    However, both PyPDF2 and PDFbox have been unreliable in my experience, but perhaps this is helpful for someone.

提交回复
热议问题