← Package directory
Available on winget

Install DocTo

Simple command line utility for converting .doc & .xls files to any supported format.

Install with winget
winget install --id TobyAllen.DocTo
Upgrade
winget upgrade --id TobyAllen.DocTo
Uninstall
winget uninstall --id TobyAllen.DocTo

About DocTo

Simple command line utility for converting .doc & .xls files to any supported format.

What's new in 1.16

Docto 1.16 What's Changed - Many more tests by @tobya in #226 - Bump laravel/framework from 10.43.0 to 10.48.23 in /companion by @dependabot[bot] in #230 - Bump league/commonmark from 2.5.3 to 2.6.0 in /companion by @dependabot[bot] in #231 - apply copy edits to help text by @mojavelinux in #233 - Set correct fileext for PP file conversions by @tobya in #235 - [1.16] Move Documentation generation to Companion by @tobya in #236 - [1.16]Excel multi sheet by @tobya in #239 - [1.16] Disable Excel Macros #241 New Contributors - @dependabot[bot] made their first contribution in #230 - @mojavelinux made their first contribution in #233 Full Changelog: v1.15...v1.16 Announcing Docto.Works I have put up a conversion website Docto.Works that uses DocTo.exe in the backend to convert documents to pdf, html, txt. Currently version of the website only allows basic conversion of Word Documents to pdf, html or txt however I am working on adding Excel conversion and adding in parameters to allow for most of the conversions you would do with DocTo. Once you have signed up for an account on https://Docto.Works you can create an API key and convert from command line like this Windows > curl.exe -f "http://docto.works/api/v1/{apikey}/docto/pdf" -F "file=@C:\Folder\salad.docx" -o "c:\output\Salad.pdf" As long as apikey is valid, this request should download a pdf to c:\output\Salad.pdf Mac and Linux The real interest comes with Mac and Linux where DocTo.exe doesnt work. > curl -f "http://docto.works/api/v1/{apikey}/docto/pdf" -F "file=@/̶F̶o̶l̶d̶e̶r̶/̶s̶a̶l̶a̶d̶.̶d̶o̶c̶x̶"̶ ̶-̶o̶ ̶"̶/output/Sala...

Read release notes

Version history

Version Updated Notes
1.16 Unknown Docto 1.16 What's Changed - Many more tests by @tobya in #226 - Bump laravel/framework from 10.43.0 to 10.48.23 in /companion by @dependabot[bot] in #230 - Bump league/commonmark from 2.5.3 to 2.6.0 in /companion by @dep...
1.14 Unknown Version 1.14 This has been built now on a clean machine so hopefully is clean and straightforward.ps. I'm not superstitious!Full Changelog: https://github.com/tobya/DocTo/compare/v1.11...v1.14
1.8 Unknown Release notes
1.7 Unknown Release notes