All Projects → ysugimoto → resumify

ysugimoto / resumify

Licence: MIT license
Capture screenshot and make PDF on your HTML presentation.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to resumify

screenshotgun
Open cross-platform screenshoter with cloud support and server part
Stars: ✭ 23 (-17.86%)
Mutual labels:  screenshot, capture-screenshots
autoscreen
Automated screen capture utility
Stars: ✭ 76 (+171.43%)
Mutual labels:  screenshot, capture-screenshots
LAN-Messenger
Official open-source repository for LAN Messenger
Stars: ✭ 17 (-39.29%)
Mutual labels:  screenshot
vitalsource-printer
Take screenshot, click next page, then do it again...
Stars: ✭ 51 (+82.14%)
Mutual labels:  screenshot
android-lecture
android lecture notes
Stars: ✭ 25 (-10.71%)
Mutual labels:  slide
android-capture
Capture video and screenshots from Android devices and emulators.
Stars: ✭ 32 (+14.29%)
Mutual labels:  screenshot
screentray-distribution
macOS app for capturing, annotating and sharing screenshots
Stars: ✭ 28 (+0%)
Mutual labels:  screenshot
record-desktop
🎥 Effortless GIFs and screenshots on Linux, built with Electron.
Stars: ✭ 65 (+132.14%)
Mutual labels:  screenshot
Katastrophe
Command Line Tool to download torrents
Stars: ✭ 85 (+203.57%)
Mutual labels:  screenshot
go-scrap
Go library to capture screen pixels for screenshots or screen recording
Stars: ✭ 68 (+142.86%)
Mutual labels:  screenshot
ngx-feedback
Angular user feedback collector library
Stars: ✭ 17 (-39.29%)
Mutual labels:  screenshot
mugshot
Framework independent visual testing library
Stars: ✭ 126 (+350%)
Mutual labels:  screenshot
dotfiles
. files
Stars: ✭ 37 (+32.14%)
Mutual labels:  screenshot
screenshot-tweet
Screenshot a tweet.
Stars: ✭ 66 (+135.71%)
Mutual labels:  screenshot
screenshot.py
Taking a screenshot of a webpage.
Stars: ✭ 49 (+75%)
Mutual labels:  screenshot
RemoteAssistance-JAVA
RemoteControl like TeamViewer(JAVA)
Stars: ✭ 28 (+0%)
Mutual labels:  screenshot
Switch-Screenshots
Script to organize Nintendo Switch screenshots by directory instead of date.
Stars: ✭ 50 (+78.57%)
Mutual labels:  screenshot
nightwatch-vrt
Visual Regression Testing tools for nightwatch.js
Stars: ✭ 59 (+110.71%)
Mutual labels:  screenshot
VIDEOconvertor
A stable and Fast telegram video convertor bot which can encode into different libs and resolution, compress videos, convert video into audio and other video formats, rename with thumbnail support, generate screenshot and trim videos.
Stars: ✭ 180 (+542.86%)
Mutual labels:  screenshot
Screenshot-Landing-Page
Tailwind CSS Starter Template - Screenshot Landing Page
Stars: ✭ 100 (+257.14%)
Mutual labels:  screenshot

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:

option description default
-t, --type Slide control type. Can accepts url or scroll. url
-s, --size Capture screen size with [width]x[height] format. 1280x800
-s, --size Capture screen size with [width]x[height] format. 1280x800
--skip Skip capturing slide number like 2,3,4,... format -
-e, --end End of slide number 1
-u, --url Remote slide URL -
-h, --help Show help -
-v, --version Show program version -
-o, --output Determine output PDF filename slide.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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].