{"id":13426636,"url":"https://github.com/ysugimoto/resumify","last_synced_at":"2025-04-28T11:11:55.313Z","repository":{"id":57355171,"uuid":"49993037","full_name":"ysugimoto/resumify","owner":"ysugimoto","description":"Capture screenshot and make PDF on your HTML presentation.","archived":false,"fork":false,"pushed_at":"2018-12-23T14:00:23.000Z","size":43,"stargazers_count":28,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-28T11:11:39.764Z","etag":null,"topics":["capture-screenshots","html-presentation","nodejs","pdf","screenshot","slide","talkie"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ysugimoto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-20T00:29:39.000Z","updated_at":"2020-05-25T10:03:55.000Z","dependencies_parsed_at":"2022-08-28T13:10:55.182Z","dependency_job_id":null,"html_url":"https://github.com/ysugimoto/resumify","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysugimoto%2Fresumify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysugimoto%2Fresumify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysugimoto%2Fresumify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysugimoto%2Fresumify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ysugimoto","download_url":"https://codeload.github.com/ysugimoto/resumify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251302782,"owners_count":21567601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["capture-screenshots","html-presentation","nodejs","pdf","screenshot","slide","talkie"],"created_at":"2024-07-31T00:01:39.706Z","updated_at":"2025-04-28T11:11:55.273Z","avatar_url":"https://github.com/ysugimoto.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# resumify\n\nCapture screenshot and make PDF on your HTML presentation.\n\n## Requirements\n\n- `node.js`: main program  ( recommend 4.2.x, at least 4.x )\n- `electron`: Capturing screenshot ( this package has dependency installtion `electron-prebuilt` )\n- `ImageMagick`: PDF creation ( install and set PATH )\n\n## Installation\n\nUse `npm` simply, we recommend global install:\n\n```\n$ npm install -g resumify\n```\n\n## Usage\n\n### 1. Local Presentation\n\nChange to directory to slide-HTML file existing, run the command:\n\n```\n$ cd /path/to/presentation/\n$ resumify\n```\n\n`resumify` will auto detecting HTML file, and processing.\n\n### 2. Remote Presentation\n\nIf slide has remote server (e.g. AWS S3), supply URL with `-u` or `--url` option:\n\n```\n$ resumify -u http://example.com/path/to/presentation/index.html\n```\n\nNote that URL must be fully format ( including .html ).\n\n## Options\n\n`resumify` has some options to manage processing:\n\n| option        | description                                         | default   |\n|---------------|-----------------------------------------------------|-----------|\n| -t, --type    | Slide control type. Can accepts `url` or `scroll`.  | url       |\n| -s, --size    | Capture screen size with `[width]x[height]` format. | 1280x800  |\n| -s, --size    | Capture screen size with `[width]x[height]` format. | 1280x800  |\n| --skip        | Skip capturing slide number like `2,3,4,...` format | -         |\n| -e, --end     | End of slide number                                 | 1         |\n| -u, --url     | Remote slide URL                                    | -         |\n| -h, --help    | Show help                                           | -         |\n| -v, --version | Show program version                                | -         |\n| -o, --output  | Determine output PDF filename                       | slide.pdf |\n\n### Slide Type\n\nThe new option of `-t, --type`, which is determine how slide is controlled.\nIf type is `url`, slide will move by URL hash like `#1`, `#2`, ...\nOther type is `scroll`, slide will move by page scrolling.\n\n## Author\n\nYoshiaki Sugimoto\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysugimoto%2Fresumify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fysugimoto%2Fresumify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysugimoto%2Fresumify/lists"}