0.9.2 • Published 5 years ago

resumify v0.9.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

resumify

Capture screenshot and make PDF on your HTML presentation.

Requirements

  • node.js: main program ( recommend 4.2.x, at least 4.x )
  • electron: Capturing screenshot ( this package has dependency installtion electron-prebuilt )
  • ImageMagick: PDF creation ( install and set PATH )

Installation

Use npm simply, we recommend global install:

$ npm install -g resumify

Usage

1. Local Presentation

Change to directory to slide-HTML file existing, run the command:

$ cd /path/to/presentation/
$ resumify

resumify will auto detecting HTML file, and processing.

2. Remote Presentation

If slide has remote server (e.g. AWS S3), supply URL with -u or --url option:

$ resumify -u http://example.com/path/to/presentation/index.html

Note that URL must be fully format ( including .html ).

Options

resumify has some options to manage processing:

optiondescriptiondefault
-t, --typeSlide control type. Can accepts url or scroll.url
-s, --sizeCapture screen size with [width]x[height] format.1280x800
-s, --sizeCapture screen size with [width]x[height] format.1280x800
--skipSkip capturing slide number like 2,3,4,... format-
-e, --endEnd of slide number1
-u, --urlRemote slide URL-
-h, --helpShow help-
-v, --versionShow program version-
-o, --outputDetermine output PDF filenameslide.pdf

Slide Type

The new option of -t, --type, which is determine how slide is controlled. If type is url, slide will move by URL hash like #1, #2, ... Other type is scroll, slide will move by page scrolling.

Author

Yoshiaki Sugimoto

License

MIT

0.9.2

5 years ago

0.9.1

5 years ago

0.9.0

6 years ago

0.8.6

7 years ago

0.8.5

7 years ago

0.8.4

7 years ago

0.8.3

7 years ago

0.8.2

8 years ago

0.8.1

8 years ago

0.8.0

8 years ago