Bug 78523 - Improved commandline conversion - supply output filename and rename if exists
Summary: Improved commandline conversion - supply output filename and rename if exists
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: Other All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Commandline
  Show dependency treegraph
 
Reported: 2014-05-10 09:33 UTC by Yousuf Philips (jay) (retired)
Modified: 2021-09-17 15:04 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yousuf Philips (jay) (retired) 2014-05-10 09:33:35 UTC
Well i enjoy converting text documents to pdf from the commandline for the work i'm doing, but i would like better control over the process like:

1) supplying an output filename
2) having it not overwrite a file that already exists
3) being able to run it when libO is already running

I'm currently using this commandline code:
`libreoffice --headless --convert-to pdf %F`
Comment 1 Cor Nouws 2014-05-11 08:40:54 UTC
Hi Jay,

thanks for bringing in this idea for enhancement > New
Comment 2 Michael Warner 2021-09-17 15:04:49 UTC
For this kind of control around the process, I suggest writing a script around the LO command. In my opinion this is a WF.