commandline printing on win32
Bug #176541 reported by
Sourcerer
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
I couldn´t find a way to automatically print an SVG through a commandline option:
inkscape -f image.svg -p Printer
It seems that the commandline option -p only supports printing to a file at the moment.
I wrote a patch that should solve add the feature that when using an empty filename with -p ""
that it prints to the printer instead of a file then.
Here is the patch:
http://
tags: | removed: patch |
To post a comment you must log in.
I am not sure, whether it would be better to have 2 different printing options, one that prints to a file and one that prints to a real printer, or whether it´s better to have just one printing option.