Loading CHANGES +7 −1 Original line number Diff line number Diff line 0.9 (unreleased) 0.10 (unreleased) ----------------- - Nothing changed yet. 0.9 (2025-07-22) ---------------- * Rename the package and module to just `pdfposter`, which was the original Loading docs/Frequently Asked Questions.rst +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ Frequently Asked Questions * Are there other Python tools for manipulating PDF? Yes, there are: * `pdfbook <https://pdfbook.readthedocs.io/>`_ * `pdfdecrypt <https://pdfdecrypt.readthedocs.io/>`_ * `pdfjoin <https://pdfjoin.readthedocs.io/>`_ Loading docs/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ import time # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. #needs_sphinx = '1.0' needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. Loading Loading @@ -201,4 +201,4 @@ texinfo_documents = [ ] # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'https://docs.python.org/': None} intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} pdfposter/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ pdfposter - scale and tile PDF images/pages to print on multiple pages. __author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>" __copyright__ = "Copyright 2008-2022 by Hartmut Goebel <h.goebel@crazy-compilers.com>" __license__ = "SPDX-License-Identifier: GPL-3.0-or-later" __version__ = "0.9.dev0" __version__ = "0.10.dev0" from pypdf import PdfWriter, PdfReader, PageObject from pypdf.types import NameObject Loading docs/Examples.rst +5 −5 File changed.Contains only whitespace changes. Show changes Loading
CHANGES +7 −1 Original line number Diff line number Diff line 0.9 (unreleased) 0.10 (unreleased) ----------------- - Nothing changed yet. 0.9 (2025-07-22) ---------------- * Rename the package and module to just `pdfposter`, which was the original Loading
docs/Frequently Asked Questions.rst +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ Frequently Asked Questions * Are there other Python tools for manipulating PDF? Yes, there are: * `pdfbook <https://pdfbook.readthedocs.io/>`_ * `pdfdecrypt <https://pdfdecrypt.readthedocs.io/>`_ * `pdfjoin <https://pdfjoin.readthedocs.io/>`_ Loading
docs/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ import time # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. #needs_sphinx = '1.0' needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. Loading Loading @@ -201,4 +201,4 @@ texinfo_documents = [ ] # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'https://docs.python.org/': None} intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
pdfposter/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ pdfposter - scale and tile PDF images/pages to print on multiple pages. __author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>" __copyright__ = "Copyright 2008-2022 by Hartmut Goebel <h.goebel@crazy-compilers.com>" __license__ = "SPDX-License-Identifier: GPL-3.0-or-later" __version__ = "0.9.dev0" __version__ = "0.10.dev0" from pypdf import PdfWriter, PdfReader, PageObject from pypdf.types import NameObject Loading