Re: Printing to PDF via command line

Posted by dxli on
URL: https://forum.librecad.org/Printing-to-PDF-via-command-line-tp5712735p5712736.html

There's a feature request of command line converter:

LibreCAD --convert foo.dxf foo.pdf
LibreCAD --convert foo.dxf foo.svg
LibreCAD --convert foo.dwg foo.dxf

it might worth to implement them. Would you like to help?

Another idea, implement a plugin. Need to read about LibreCAD plugin interface first.

mandeep7 wrote
Can I use LibreCAD to print my DXF file to PDF using command line?
I am using Linux and here are some details:

<q>
Version: master
SCM Revision: 2.0.8
Compiler: GNU GCC 5.3.0
Qt Version: 5.5.1
</q>

It may be some command like:
librecad demo.dxf --print demo.pdf

If it's not possible in LibreCAD, then can you suggest me something else?