Bug 89874 - Batch printing fo file wanted
Summary: Batch printing fo file wanted
Status: RESOLVED FIXED
Alias: None
Product: kword
Classification: Miscellaneous
Component: general (show other bugs)
Version: 1.5 or before
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Thomas Zander
URL:
Keywords:
: 138558 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-20 13:39 UTC by dag
Modified: 2009-10-04 09:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dag 2004-09-20 13:39:36 UTC
Version:           1.3.3 (using KDE KDE 3.3.0)
Installed from:    Compiled From Sources
OS:                Linux

I would need an invocation of kword from the commandline. The printing command that wouldn't invoke _ANY_ printing dialog when used, but accept the printing parameters on the commandline.
That is kword --print is a good start, but still "talks too much".
Comment 1 dag 2004-09-20 13:45:02 UTC
I need to add to this:
Printing PS to a file would be good enough for me.
Comment 2 David Faure 2004-09-20 15:12:56 UTC
> Printing PS to a file would be good enough for me.
Yeah, I was going to ask: how to know which printer to use, and which options.
We could use a "special" printer name for "print to file", I guess.

Comment 3 Thomas Zander 2009-03-28 01:43:38 UTC
*** Bug 138558 has been marked as a duplicate of this bug. ***
Comment 4 Thomas Zander 2009-04-01 20:37:09 UTC
SVN commit 947939 by zander:

Add feature; export to pdf from the command line
BUG:89874

Patch from; Ganesh Paramasivam <ganesh@crystalfab.com>

There are two new command line options;
  --export-pdf                 Only export to PDF and exit
  --export-filename <filename> Filename for export-pdf

Together it allows you to start any koffice application and get it to write a PDF
and exit immediately after. So no user interaction at all :)
At this time the --export-filename feature only makes sense if you pass exactly
one document to be opened.

 M  +21 -10    KoApplication.cpp  
 M  +17 -13    KoMainWindow.cpp  
 M  +3 -1      KoMainWindow.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=947939