This app can
- Convert an LTSpice asc file into svg
- Quickly create publication quality schematics using LTSpice.
- Available for MacOS, Linux and Windows
- MacOS/Linux
# unzip zip file
unzip ltspice2svg<version>.zip
# Ensure ltspice2svg binary is executable
chmod 755 ltspice2svg
# Test ltspice2svg app is working
./ltspice2svg --help
- Windows
Similar to MacOS/Linux above but with Windows commands
See LICENSE file.