1.4.0 • Published 5 months ago

@ejekanshjain/html-pdf v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

html-pdf

Install this package

npm install @ejekanshjain/html-pdf

Generate pdf

import { writeFile } from 'fs/promises'
import { generatePdf } from '@ejekanshjain/html-pdf'

const html = '<html><body><h1>Hello, World</h1></body></html>'

const pdfBuffer = await generatePdf({
  content: html
})

await writeFile('test.pdf', pdfBuffer)
1.4.0

5 months ago

1.3.0

5 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago