.. PDFcat documentation master file, created by sphinx-quickstart on Thu Nov 7 11:24:15 2019. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. PDFcat ====== .. toctree:: :maxdepth: 2 :caption: Contents: Summary ======= Pdfcat will take all pdfs within a folder and combine them into a single new file. This may be useful for users who do not have Adobe Acrobat Pro, but do have access to a python interpreter. Basic Usage: pdfcat PDF_FOLDER OUTPUT_FILENAME.pdf Pdfcat is intentionally a very simple tool, which might meet a very particular need, ie merging pdf documents into a single document. API === .. automodule:: pdfcat :members: Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`