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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -