Skip to content

Instantly share code, notes, and snippets.

import { jsPDF } from "jspdf";
import Sharp from "sharp";
import fs from "fs";
import fsp from "fs/promises";
import { PDFDocument } from 'pdf-lib';
const testDir = "./test-input"
const testImages = ["landscape-1.jpeg", "landscape-zoomed-1.jpeg", "portrait-bw-1.jpeg"]
async function testPdflib(num:number){
console.time("pdf-lib-read-3-images-from-fs")