Skip to content

Suylo/SVG2PDF-ScoreConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SVG to PDF Sheet Music Converter GUI

  • A simple desktop app to convert folder of SVG music sheets into a single merged PDF.

Key points

  • 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.

Commands

python script.py -d "C:\..\score_folder_svgs" -o "output.pdf" -m auto

Release

.exe file is available in release tab