0.3.0 • Published 5 years ago

ardoq-export v0.3.0

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

Export Ardoq Presentations to Powerpoints and PDFs

This utility allows you to export Ardoq Presentations to PDFs or Powerpoint. Note that Table Views and Page Views will is not fully supported.

Installation

Install globally as an executable npm install ardoq-export -g.

Usage

You can either export an Ardoq Presentation as a PDF (default) or by using the -p-switch for Powerpoint (.pptx); To generate a token you need a valid Ardoq user account and generate under your Account Profile -> API and Tokens.

Usage: ardoq-export -t <token> -u <url> [options]

  Export Ardoq Presentations to PDF or Powerpoint.


  Options:

    -V, --version          output the version number
    -t, --token <token>    Your Ardoq Token
    -p, --powerpoint       Default is PDF, use -p to generate powerpoint.
    -u, --url <ardoqURL>   The Ardoq Presentation URL
    -w, --width <width>    The image width of the slide
    -h, --height <height>  The image height of the slide
    -f, --file <name>      The filename to export to
    -h, --help             output usage information