Skip to content

Instantly share code, notes, and snippets.

View tkuye's full-sized avatar

Tosin tkuye

View GitHub Profile
@tkuye
tkuye / generatePDF.ts
Last active September 13, 2024 21:59
PDF Download Creation
import puppeteer, { PaperFormat, PDFOptions } from 'puppeteer'
import Promise from 'bluebird';
import {chromiumPath} from "src/config"
async function generatePdf(blockId:string, options:{
format: string,
margin: {
top: string,
bottom: string,