Make one PDF file of Python documentation -
the python official site offers pdf documentation downloads, separated chapters. downloaded source code , built pdf documentation, separate pdfs also.
how can build 1 pdf file makefile in source code? think more convenient read.
if concatenating separate pdfs won't leaves out table of contents (bookmarks), acceptable too. tried convert
imagemagick, pdftk
, pdfunite
poppler-utils
, lose bookmarks after concatenation.
if have pdfs, there no need re-create them. instead, use pdf split & merge or pdfarchitect.
--- edit ---
since above mentioned solutions work partially, googled bit , found sejda. can download latest version here.
sejda-console merge -f pdffile_1.pdf pdffile_2.pdf -o pdfoutput.pdf
i tried , works expected.
try sejda-console -h merge
other options (i.e. specify dir pdfs instead single files, etc.)
Comments
Post a Comment