Metadata-Version: 2.1
Name: dummypdf
Version: 1.4.0
Summary: Generate dummy pdf files with configurable paper size and number of pages.
Home-page: http://framagit.org/spalax/dummypdf
Author: Louis Paternault
Author-email: spalax@gresille.org
License: GPLv3 or any later version
Project-URL: Documentation, http://dummypdf.readthedocs.io
Project-URL: Source, https://framagit.org/spalax/dummypdf
Project-URL: Tracker, https://framagit.org/spalax/dummypdf/issues
Keywords: pdf dummy test
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Python: <4,>=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS

dummypdf 🥼 Generate dummy pdf files
====================================

Paper size and number of pages are configurable. Files can be used to test pdf
manipulation tools.

Examples :

- One page A4 paper: `example1.pdf <http://dummypdf.readthedocs.io/en/latest/_downloads/example1.pdf>`__.
- Six pages, a third of an A4 paper: `example2.pdf <http://dummypdf.readthedocs.io/en/latest/_downloads/example2.pdf>`__.

What's new?
-----------

See `changelog <https://framagit.org/spalax/dummypdf/blob/main/CHANGELOG.md>`_.

Download and install
--------------------

See the end of list for a (quick and dirty) Debian package.

* From sources:

  * Download: https://pypi.python.org/pypi/dummypdf
  * Install (in a `virtualenv`, if you do not want to mess with your distribution installation system)::

        python3 setup.py install

* From pip::

    pip install dummypdf

* Quick and dirty Debian (and Ubuntu?) package

  This requires `stdeb <https://github.com/astraw/stdeb>`_ to be installed::

      python3 setup.py --command-packages=stdeb.command bdist_deb
      sudo dpkg -i deb_dist/dummypdf-<VERSION>_all.deb

Documentation
-------------

* The compiled documentation is available on `readthedocs <http://dummypdf.readthedocs.io>`_

* To compile it from source, download and run::

    cd doc && make html
