Skip to content

V1.03 DocTo

Compare
Choose a tag to compare
@tobya tobya released this 21 Jun 09:55
· 161 commits to docto since this release

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.