Releases: tobya/DocTo
V1.04
Some further updates.
Features
- #147 New option
--stdout
Output to stdout. Useful for text type files that you wish to pipe to something else. Will not work for binary files.
Bug Fixes
- #155
-e
not writing correct metadata tag on HTML files with encoding. fixed by setting WebOption on Doc before saving.
V1.03 DocTo
New Features
- Show help for file formats
-H -WD
or-H -XL
will show format help for Word or Excel - Show Compatibility Help
-H -C
- New Example generation script and pages synced to Examples Website
- Datestamp issued when Log File is first opened.
- XLSX and PPTX files are now correctly found in Directories
New Features for Powerpoint
- Implements -PP Powerpoint as a converter
New Features for -XL
- Allows use of
--PDF-FromPage
and--PDF-ToPage
to specify a range of pages to output as a pdf when working with Excel
New Commmands
--PDF-FromPage
Save a range of pages to pdf. Integer/String. If integer --PDF-ToPage must also be set.
Other values wdExportCurrentPage, wdExportSelection
--PDF-ToPage
Save a range of pages to pdf. Integer. --PDF-FromPage must also be set.
V1.2 With Powerpoint Support Beta
This includes Powerpoint support. This is a draft release. The Powerpoint code is not as well tested as the Word and Excel but should work well
- Use
-PP
to use Powerpoint as a converter.
Built from the Powerpoint Branch
V1.2
V1.1
New Parameters
New parameters from now on will only have a --
version with new -
single dash options only being added for major features.
New parameters added
--pdf-BookmarkSource
When converting word docs to pdf bookmarks will automatically be generated from Word Headings. This parameter allows you to control if you want them from Word Headings, Word Bookmarks or None.
--pdf-OpenAfterExport
PDFs were opening in default viewer after conversion. This will now not happen by default but you can switch it on if you wish. Thanks to @Wolle181
Issues fixed
- #99 Skip on Password now implemented for Excel as well as Word. If a file is encountered with a password it is simply skipped.
- Issue where Webhook was always calling Error Hook even though no error had occured.
Constants
All Word and Excel constants have now been imported in to code, this allows for example wdExportCreateHeadingBookmarks
to be used as well as WordHeadings for the new --pdf-OpenAfterExport parameter.
Let me know why you Download.
If you are using DocTo somewhere in a company or for personal use, please let me know how you are using it by adding to the wiki page https://github.com/tobya/DocTo/wiki/Uses-of-DocTo-in-the-wild
You dont need to name your company if you dont want to, but I'm really interested in knowing what uses DocTo is being put to.
Combined DocTo and XLSTo
DocTo and XLSTo Merged
Both exe's now in the single file docto.exe
.
xlsto.exe
will not be released or upgraded.
Any existing scripts using XLSTo.exe simply need to be upgraded with a -XL
at the begining and call docto.exe
and everything should work. Let me know any issues.
Also Bookmarks are now output in pdfs. Commandline switch --bookmarksource
specifies if wordbookmarks or SectionHeaders should be used.
- fixes #79
V0.9.18
Main Changes
- -N parameters to list all long running conversions. This allows you to get a list of any files that cause a dialog to be displayed so you can deal with them either by removing or ignoring with -NX param.
- -NX ignore all files in the docto.ignore.txt file created by -N
- New Test files
Next release should be 1.0 I use this app in production very successfully.
V0.8.17 - DocTo
A number of bug fixes
- Config errors are now identified as such and halt execution
- Better help for -R flag indicating it requires a 'true' or 'false' param. Halts if not provided.
Features
- Webhook can now specify a https url. Please test this may cause issues. If you find one please log an issue.