<@U016EM8L91B> I was using Xcircuit for drawing a ...
# magic
p
@Tim Edwards I was using Xcircuit for drawing a schematic. How can the schematic file be exported in other formats apart from Xcircuit extension??
t
Menu
Netlist->Write SPICE netlist
p
No I mean a image format to represent the schematic.
t
Xcircuit's file format is PostScript, so it is an image format. You can use
ps2pdf
or
convert
(ImageMagick) if you want to change it to something else.