After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 381965 - it would be nice to have a command line printer
it would be nice to have a command line printer
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Printing
git master
Other All
: Normal enhancement
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
: 161291 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-12-03 19:14 UTC by A
Modified: 2007-05-04 20:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description A 2006-12-03 19:14:11 UTC
maybe theres allready a way to do this... I couldn't find anything

if there was a way to print a worksheet without opening the whole gnumeric aplication it would facilitate printing many files in a batch via some script (especially when the files are large and dont open very fast). This would be especially useful for making pdf files from the many similar gnumeric files I need printed. usage would be something like this:

gnumericprint [options] worksheet file output

[options]:
            could include many things
worksheet
            the name of the worksheet to be printed
file
            the name of the file the specified worksheet would be found in
output
            the output file, be it ?.ps, ?.pdf, etc...
Comment 1 Jody Goldberg 2006-12-05 02:48:56 UTC
This is under development as part of the 'RenderedRegion' work.
Doing with gnome-print is something of a pain.
Comment 2 Morten Welinder 2006-12-05 02:50:41 UTC
This would likely go into ssconvert in the form of save-as-pdf
or save-as-ps.

Note, though, that files wouldn't load any faster this way.

Comment 3 A 2006-12-05 19:29:34 UTC
i could go have a beer while I batch process them though :) thanks guys !
Comment 4 Morten Welinder 2007-05-04 16:52:35 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

> ssconvert ../samples/excel/statfuns.xls statfuns.pdf
Using exporter Gnumeric_pdf:pdf_assistant
Reading file:///home/welinder/gnome-src/gnumeric/samples/excel/statfuns.xls
Excel 97 +
Writing file:///home/welinder/gnome-src/gnumeric/src/statfuns.pdf
>

It's still a bit primitive, though.  No options can be set.
Comment 5 Morten Welinder 2007-05-04 20:14:39 UTC
*** Bug 161291 has been marked as a duplicate of this bug. ***