Update README.md with the support of dxf2svg (#1707)
Added in commit 309500152f
This commit is contained in:
@ -20,10 +20,11 @@ The 2.1 branch will be the last to support Qt4.
|
|||||||
The 2.0 branch will be the last to support the QCAD toolbar. [](https://travis-ci.org/LibreCAD/LibreCAD)
|
The 2.0 branch will be the last to support the QCAD toolbar. [](https://travis-ci.org/LibreCAD/LibreCAD)
|
||||||
|
|
||||||
## DXF Converter
|
## DXF Converter
|
||||||
LibreCAD can be used as dxf to a pdf/png converter. For example, to convert a foo.dxf to foo.pdf or foo.png:
|
LibreCAD can be used as dxf to a pdf, png or svg converter. For example, to convert a foo.dxf to foo.pdf, foo.png or foo.svg:
|
||||||
```bash
|
```bash
|
||||||
$ librecad dxf2pdf foo.dxf
|
$ librecad dxf2pdf foo.dxf
|
||||||
$ librecad dxf2png foo.dxf
|
$ librecad dxf2png foo.dxf
|
||||||
|
$ librecad dxf2svg foo.dxf
|
||||||
```
|
```
|
||||||
## Releases and Milestones
|
## Releases and Milestones
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user