Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psilvautomata/xml_merger
Python code to merge PDF documents.
https://github.com/psilvautomata/xml_merger
elementree elementreee-xml python xml
Last synced: about 1 month ago
JSON representation
Python code to merge PDF documents.
- Host: GitHub
- URL: https://github.com/psilvautomata/xml_merger
- Owner: psilvautomata
- Created: 2023-09-13T11:59:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T12:31:01.000Z (7 months ago)
- Last Synced: 2024-06-22T05:13:11.695Z (7 months ago)
- Topics: elementree, elementreee-xml, python, xml
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# $XML$ $Merger$
This repository hosts a code using ElementTree and os Python's Library to merge multiple XML trees into one.
⚠️ Important ⚠️
The XML tree must be the same for each file that you want to merge, otherwise the code will return an invalid file that doesn't work.