- A simple desktop app to convert folder of SVG music sheets into a single merged PDF.
- Select folder with SVG files
- Specify the page number of each sheet in file names (used for correct ordering)
- Choose output PDF filename
- Convert and merge all SVGs to one PDF automatically
- GUI-based, no command line needed
- Uses multiple conversion methods with fallback
- Windows-compatible, can be packaged as standalone .exe
Ideal for quickly creating unified PDFs from SVG score pages.
Personally, I use this tool to convert SVGs from music sheet partitions into PDFs, but it can also be used to convert any standard SVG files.
python script.py -d "C:\..\score_folder_svgs" -o "output.pdf" -m auto.exe file is available in release tab