Go to file
Nemo d047844ad0 Adds back metadata support for PDF 2021-05-28 21:29:02 +05:30
docs Initial commit 2021-05-26 18:14:02 +05:30
src/pystitcher Adds back metadata support for PDF 2021-05-28 21:29:02 +05:30
tests Adds back metadata support for PDF 2021-05-28 21:29:02 +05:30
.coveragerc Initial commit 2021-05-26 18:14:02 +05:30
.editorconfig Functionally running, but only for me 2021-05-26 19:24:36 +05:30
.gitignore Initial commit 2021-05-26 18:14:02 +05:30
.readthedocs.yml Initial commit 2021-05-26 18:14:02 +05:30
AUTHORS.rst Initial commit 2021-05-26 18:14:02 +05:30
CHANGELOG.rst Initial commit 2021-05-26 18:14:02 +05:30
LICENSE.txt Initial commit 2021-05-26 18:14:02 +05:30
README.rst Adds test files 2021-05-28 17:59:35 +05:30
pyproject.toml Initial commit 2021-05-26 18:14:02 +05:30
setup.cfg Remove pdfbox 2021-05-28 21:09:03 +05:30
setup.py Initial commit 2021-05-26 18:14:02 +05:30

README.rst

==========
pystitcher
==========


pystitcher stitches your PDF files together, generating nice customizable bookmarks for you using a declarative input file.


Description
===========

Given this input::

	existing_bookmarks: flatten
	# A Complete Guide to the Personal Data Protection Bill

	- [Cover](cover.pdf)

	# The Bills

	- [Personal Data Protection Bill, 2019](1.a.pdf)
	- [Personal Data Protection Bill, 2018](1.b.pdf)

	# Other key reading material

	- [Srikrishna Committee Report](2.a.pdf)
	- [Dvara Research's Personal Data Protection Bill](2.b.pdf)
	- [MP Shashi Tharoor's Data Protection Bill](2.c.pdf)
	- [MP Jay Panda's Data Protection Bill](2.d.pdf)
	- [SaveOurPrivacy.in bill](2.e.pdf)
	- [TRAI recommendations on privacy](2.f1.pdf)
	- [Comments on TRAI recommendations on privacy](2.f2.pdf)

Will generate a PDF with proper bookmarks:

.. image:: https://i.imgur.com/qPVpZGt.png

Configuration options can be specified with Meta data at the top of the file. These include:



.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.0.2. For details and usage
information on PyScaffold see https://pyscaffold.org/.