🌐
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 › BjoernLudwig › pyxml2pdf › blob › main › README.md
pyxml2pdf/README.md at main · BjoernLudwig/pyxml2pdf
Generate a multi-page PDF file from an XML file with the contents displayed in several tables based on filter criteria. - BjoernLudwig/pyxml2pdf
Author   BjoernLudwig
🌐
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 › 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
🌐
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.
Find elsewhere
🌐
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 › 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
"""A wrapper :py:class:`pyxml2pdf.core.events.Event` for xml extracted data""" import re from typing import List, Type import defusedxml # type: ignore from pyxml2pdf.core.rows import XMLCell, XMLRow from pyxml2pdf.styles.table_styles import XMLTableStyle from pyxml2pdf.tables.builder import ...
🌐
piwheels
piwheels.org › project › pyxml2pdf
piwheels - pyxml2pdf
November 12, 2025 - The piwheels project page for pyxml2pdf: Transfer XML to well formatted PDF table.
🌐
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