Skip to content

Releases: tobya/DocTo

V1.04

31 May 19:09
Compare
Choose a tag to compare

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

21 Jun 09:55
Compare
Choose a tag to compare

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

04 May 18:40
Compare
Choose a tag to compare
Pre-release

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

02 Feb 20:30
Compare
Choose a tag to compare

Fixes for

  • #107 Fixes issue with Relative Paths. Relative Paths should now work.
  • #110 Merging of XLSTo causes some issue with Logging level not being set. Fixed.
  • #111 Webhook param were not being encoded. Now they are.

Other minor logging fixes and other.

V1.1

30 Dec 09:40
9ac16ed
Compare
Choose a tag to compare

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

09 Dec 10:22
bddd118
Compare
Choose a tag to compare
Pre-release

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.

V0.9.18

18 May 07:30
6b504c7
Compare
Choose a tag to compare
V0.9.18 Pre-release
Pre-release

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

09 Nov 16:19
Compare
Choose a tag to compare
V0.8.17 - DocTo Pre-release
Pre-release

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.

V0.8.15

18 May 21:10
fe9e1ef
Compare
Choose a tag to compare
V0.8.15 Pre-release
Pre-release

Includes fixes for

  • #50 Ignore password protected files
  • #55 Some docs are causing a saveas dialog to appear, even though word is invisible.
  • #48 Files now will not be deleted (when using -R) if the conversion is not successful
  • #43 TOC now skipped.

V0.8.14

28 Aug 07:38
Compare
Choose a tag to compare
V0.8.14 Pre-release
Pre-release

Issues fixed

  • #47 Now skips password protected files
  • #40 Experimental fix to skip files with TOC