Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

chrome-pdf

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-pdf

Simple Node wrapper around puppeteer (Chrome headless) to generate PDFs and screenshots from the command line

latest
Source
npmnpm
Version
0.5.2
Version published
Maintainers
1
Created
Source

chrome-pdf

npm

Install

Sorry for the required usage of --unsafe-perm ¯\_(ツ)_/¯

npm install -g --unsafe-perm --production chrome-pdf
apt install gconf-service \
libasound2 \
libatk1.0-0 \
libatk-bridge2.0-0 \
libc6 \
libcairo2 \
libcups2 \
libdbus-1-3 \
libexpat1 \
libfontconfig1 \
libgcc1 \
libgconf-2-4 \
libgdk-pixbuf2.0-0 \
libglib2.0-0 \
libgtk-3-0 \
libnspr4 \
libpango-1.0-0 \
libpangocairo-1.0-0 \
libstdc++6 \
libx11-6 \
libx11-xcb1 \
libxcb1 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxext6 \
libxfixes3 \
libxi6 \
libxrandr2 \
libxrender1 \
libxss1 \
libxtst6 \
ca-certificates \
fonts-liberation \
libappindicator1 \
libnss3 \
lsb-release \
xdg-utils \
wget

Usage

Help:

chrome-pdf --help

Render a site:

chrome-pdf pdf --page https://bbc.co.uk --path output.pdf

Render HTML:

chrome-pdf pdf --content "<h1>chrome-pdf</h1>" --path output.pdf

Screenshot a site:

chrome-pdf screenshot --page https://bbc.co.uk --path output.png

Screenshot a fullpage site:

chrome-pdf screenshot --page https://bbc.co.uk --fullPage --path output.png

Keywords

chrome

FAQs

Package last updated on 27 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts