a3ng7n / Altium-Schematic-Parser

Converts Altium .SchDoc files into json
MIT License
28 stars 6 forks source link

how to open this json in web browser or how to convert it into an image? #10

Closed rajputs37 closed 3 months ago

a3ng7n commented 3 months ago

It outputs json files containing circuit netlist information. If you want to re-convert back into a schematic I think the best approach would be either a.) getting a copy of altium, or another ee cad program to convert the schdoc for you, or b.) use something like https://github.com/nturley/netlistsvg note: the json from this parser outputs isn't natively compatible with netlistsvg, but it wouldn't be too hard to write a converter on your own.