Download Latest Version 0.3.6 source code.tar.gz (3.1 MB)
Email in envelope

Get an email when there's a new version of pdfmake

Home / 0.3.6
Name Modified Size InfoDownloads / Week
Parent folder
0.3.6 source code.tar.gz 2026-03-10 3.1 MB
0.3.6 source code.zip 2026-03-10 3.2 MB
README.md 2026-03-10 495 Bytes
Totals: 3 Items   6.4 MB 2
  • Added setUrlAccessPolicy() for defining a custom access policy for external URLs before download (addresses a potential server vulnerability CVE-2026-26801)

    Example: js pdfmake.setUrlAccessPolicy((url) => { // check allowed domain return url.startsWith("https://example.com/"); }); For details see documentation

  • Added validation for image height and width values

Source: README.md, updated 2026-03-10