
Videos
Please bring back the PDF documentation
pdf generation - Make one PDF file of Python documentation - Stack Overflow
The Python (Official) Tutorial - PDF version?
Reading PDF with Python
I like to have a book to learn from when learning a language. I learn the book as much as I learn the language, then the book becomes my indespensible programming companion. I'd happily buy it in book form if it's available, is it? Compiling a word file from all the python.org documentation (Tutorial, Standard library, Python language reference) with copy/paste seems very daunting, or is there a slick way to do that? I wish python.org made a single document of everything so I could print it and have it spiral bound.
Thanks....
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.)
-- edit2 --
It seems sejda-console is not freely available anymore, only as commercial sejda-console-pro
But the current free version of PDFsam (v.4.2.12) allows for the same bookmarking options.
Both appear to have the same developer.
apt-get install poppler
pdfunite *.pdf all.pdf