🌐
PyPI
pypi.org › project › pyxml2pdf
pyxml2pdf · PyPI
Transfer XML to well formatted PDF table.
      » pip install pyxml2pdf
    
Published   Nov 11, 2025
Version   0.3.5
🌐
GitHub
github.com › kelvin0 › PyXML2PDF
GitHub - kelvin0/PyXML2PDF: Create PDF from XML file
PyXML2PDF is a pure python module that can generate PDF files from XML. It can be used with the command line or integrated in a python application. PyXML2PDF allows to generate pixel precise PDF documents in any page size.
Starred by 11 users
Forked by 5 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › kelvin0 › PyXML2PDF › blob › master › PyXML2PDF › xml2pdf.py
PyXML2PDF/PyXML2PDF/xml2pdf.py at master · kelvin0/PyXML2PDF
Create PDF from XML file. Contribute to kelvin0/PyXML2PDF development by creating an account on GitHub.
Author   kelvin0
🌐
GitHub
github.com › kelvin0 › PyXML2PDF › blob › e29a42557a40c1e686cbbd2e4d7f81ff8f023597 › README.md
PyXML2PDF/README.md at e29a42557a40c1e686cbbd2e4d7f81ff8f023597 · kelvin0/PyXML2PDF
PyXML2PDF is a pure python module that can generate PDF files from XML. It can be used with the command line or integrated in a python application. PyXML2PDF allows to generate pixel precise PDF documents in any page size.
Author   kelvin0
🌐
Readthedocs
pyxml2pdf.readthedocs.io › _ › downloads › en › stable › pdf pdf
pyxml2pdf Documentation Björn Ludwig Jul 24, 2022
July 24, 2022 - pyxml2pdf is written in Python 3 and currently requires Python 3.7 or later.
🌐
GitHub
github.com › kelvin0 › PyXML2PDF › blob › master › README.md
PyXML2PDF/README.md at master · kelvin0/PyXML2PDF
PyXML2PDF is a pure python module that can generate PDF files from XML. It can be used with the command line or integrated in a python application. PyXML2PDF allows to generate pixel precise PDF documents in any page size.
Author   kelvin0
🌐
GitHub
github.com › kelvin0 › PyXML2PDF › wiki › Snapping-elements-together
Snapping elements together · kelvin0/PyXML2PDF Wiki · GitHub
PyXML2PDF uses the 'snapto' attribute that allows to position an element relatively to another.
Author   kelvin0
🌐
GitHub
github.com › BjoernLudwigPTB › pyxml2pdf
GitHub - BjoernLudwigPTB/pyxml2pdf: Generate a multi-page PDF file from an XML file with the contents displayed in several tables based on filter criteria.
Generate a multi-page PDF file from an XML file with the contents displayed in several tables based on filter criteria. - BjoernLudwigPTB/pyxml2pdf
Author   BjoernLudwigPTB
🌐
GitHub
github.com › BjoernLudwigPTB › pyxml2pdf › blob › main › README.md
pyxml2pdf/README.md at main · BjoernLudwigPTB/pyxml2pdf
Generate a multi-page PDF file from an XML file with the contents displayed in several tables based on filter criteria. - BjoernLudwigPTB/pyxml2pdf
Author   BjoernLudwigPTB
Find elsewhere
🌐
Readthedocs
pyxml2pdf.readthedocs.io › en › v0.2.0 › pyxml2pdf.html
pyxml2pdf — pyxml2pdf documentation
This creates an instance of a pyxml2pdf.core.post_processor for a multipage PDF file to automate splitting and rotating.
🌐
GitHub
github.com › BjoernLudwig › pyxml2pdf
GitHub - BjoernLudwig/pyxml2pdf: Generate a multi-page PDF file from an XML file with the contents displayed in several tables based on filter criteria.
Generate a multi-page PDF file from an XML file with the contents displayed in several tables based on filter criteria. - BjoernLudwig/pyxml2pdf
Starred by 7 users
Forked by 2 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › BjoernLudwigPTB › pyacb2pdf
GitHub - BjoernLudwigPTB/pyacb2pdf: Convert XML template to PDF
Generate a multi-page PDF file from an XML file with the contents displayed in several tables based on filter criteria. There is a more generic version of this repository at github.com/BjoernLudwigPTB/pyxml2pdf
Author   BjoernLudwigPTB
🌐
Readthedocs
pyxml2pdf.readthedocs.io › en › v0.3.0 › pyxml2pdf.html
API reference — pyxml2pdf documentation
This creates an instance of a pyxml2pdf.core.post_processor for a multipage PDF file to automate splitting and rotating.
🌐
Readthedocs
pyxml2pdf.readthedocs.io › en › v0.3.3 › _modules › pyxml2pdf › core › initializer.html
pyxml2pdf.core.initializer — pyxml2pdf documentation
"""This module contains the class :class:`Initializer` to coordinate the process.""" from typing import List from defusedxml.ElementTree import parse # type: ignore from reportlab.lib.units import mm # type: ignore from reportlab.platypus import SimpleDocTemplate # type: ignore from reportlab.platypus.flowables import KeepTogether # type: ignore from pyxml2pdf.core.parser import Parser from pyxml2pdf.core.post_processor import PostProcessor from pyxml2pdf.core.sorter import Sorter from pyxml2pdf.input.properties import ( pagesize, rows_xmltag, sort_xmltag, ) # type: ignore ·
🌐
GitHub
github.com › BjoernLudwigPTB › pyxml2pdf › blob › main › setup.cfg
pyxml2pdf/setup.cfg at main · BjoernLudwigPTB/pyxml2pdf
Generate a multi-page PDF file from an XML file with the contents displayed in several tables based on filter criteria. - BjoernLudwigPTB/pyxml2pdf
Author   BjoernLudwigPTB
🌐
Readthedocs
pyxml2pdf.readthedocs.io › en › latest › _modules › pyxml2pdf › core › events.html
pyxml2pdf.core.events — pyxml2pdf documentation
[docs] def create_reduced_after_full(func): """Decorator to execute :meth:`_init_reduced_row` with :meth:`get_full_row` :returns: the return value of :meth:`get_full_row` :rtype: Table """ def execute_get_full_and_init_reduced_row(self, *args, **kwargs): """Exchange a table row with all the event's information against a subtable's title This ensures, that after handing over the full information, the reduced version with a reference to the subtable containing the full version is created. .. note:: This is ensured by a decorator, which is why the function signature on `ReadTheDocs.org <https://pyxml2pdf.readthedocs.io/en/latest/pyxml2pdf.html#core.events .Event.get_full_row>`_ is displayed incorrectly.
🌐
GitHub
github.com › kelvin0 › PyXML2PDF › find › master
File Finder · kelvin0/PyXML2PDF
Create PDF from XML file. Contribute to kelvin0/PyXML2PDF development by creating an account on GitHub.
Author   kelvin0
🌐
piwheels
piwheels.org › project › pyxml2pdf
piwheels - pyxml2pdf
November 12, 2025 - The piwheels project page for pyxml2pdf: Transfer XML to well formatted PDF table.