Make one PDF file of Python documentation

后端 未结 2 1522
梦谈多话
梦谈多话 2021-02-15 17:59

The Python official site offers PDF documentation downloads, but they are separated by chapters. I downloaded the source code and built the PDF documentation, which were separat

2条回答
  •  Happy的楠姐
    2021-02-15 18:34

    If you already have PDFs, there is no need to re-create them. Instead, use something like PDF Split & Merge or PDFArchitect.

    --- edit ---

    Since the above mentioned solutions work only partially, I googled a bit and found sejda. You can download latest version here.

    sejda-console merge -f PDFfile_1.pdf PDFfile_2.pdf -o PDFoutput.pdf
    

    I tried it and it works as expected.

    Try sejda-console -h merge for other options (i.e. specify dir with PDFs instead single files, etc.)

提交回复
热议问题