onlyoffice-nextcloud icon indicating copy to clipboard operation
onlyoffice-nextcloud copied to clipboard

Add support for creating ODF files by default

Open gary-kim opened this issue 4 years ago • 8 comments

Closes #224

@LinneyS Could you take a look when you have some time?

New asset files were created with the following command from the assets directory

for i in *; do
    (cd $i && libreoffice6.3 --convert-to odt new.docx)
    (cd $i && libreoffice6.3 --convert-to odp new.pptx)
    (cd $i && libreoffice6.3 --convert-to ods new.xlsx)
done

Installed Libreoffice version for the script was LibreOffice 6.3.5.2 dd0751754f11728f69b42ee2af66670068624673 in case you want to make sure it is reproducible.

I'm assuming you want this opened against the develop branch? Not really sure, there doesn't seem to be contributing documentation here?

Signed-off-by: Gary Kim [email protected]

gary-kim avatar Mar 25 '20 13:03 gary-kim

Should I rebase on top of the force pushed changes?

gary-kim avatar May 29 '20 01:05 gary-kim

Any progress on this? I'm looking for the same functionality, as clicking "new document" and typing test.odt creates test.odt.docx rather than test.odt.

virtualdxs avatar Nov 24 '20 07:11 virtualdxs

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

:white_check_mark: hellonadya
:white_check_mark: LinneyS
:x: gary-kim
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Mar 22 '21 08:03 CLAassistant

Any progress on this? I'm looking for the same functionality, as clicking "new document" and typing test.odt creates test.odt.docx rather than test.odt.

It is working but it doesn't seem to be getting attention from the maintainers.

gary-kim avatar Mar 23 '21 04:03 gary-kim

This feature is awesome, @gary-kim maybe accept the CLA and rebase your branch...

kosssi avatar Mar 30 '21 22:03 kosssi

I'm sorry, I'm not willing to sign a CLA. When this was first created, there was no CLA on this repo so I wrote this feature but as a general rule, I don't sign CLAs that require giving more rights to one party than another.

gary-kim avatar Apr 02 '21 19:04 gary-kim

I'm sorry, I'm not willing to sign a CLA. When this was first created, there was no CLA on this repo so I wrote this feature but as a general rule, I don't sign CLAs that require giving more rights to one party than another.

I totally agree with you on the CLA. How do we do now @kosssi ? Will you respect @gary-kim 's right and allow us to have such nice feature?

Thatoo avatar Jul 03 '23 14:07 Thatoo

I didn't do anything ;)

kosssi avatar Jul 17 '23 15:07 kosssi