Search found 2 matches
- Tue Feb 26, 2013 4:59 am
- Forum: Help with using Inkscape
- Topic: Print a SVG file from the command line to a selected printer
- Replies: 2
- Views: 888
Re: Print a SVG file from the command line to a selected pri
Thank you, i have aalready read the manual and i could find only one example for printing from the command line : Print an SVG file from the command line: inkscape filename.svg -p '| lpr' What i would like to do is to print a file to a defined printer: Something like inkscape filename.svg -p > mypri...
- Mon Feb 25, 2013 6:50 am
- Forum: Help with using Inkscape
- Topic: Print a SVG file from the command line to a selected printer
- Replies: 2
- Views: 888
Print a SVG file from the command line to a selected printer
Dear all, How can i print a SVG file from the command line to a selected printer. I tryied these commands : inkscape filename.svg -p Nothing happen (no error but no printing) inkscape filename.svg -p > 'Brother MFC-885CW Printer' Nothing happen (no error but no printing) Thank you in advance for you...