Skip to content

LeoB-O/PrintPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrintPDF

A tiny tool to print pdf from blob object inspired by Print.js.

Usage

// will expose a PrintPDF function on window
let blob = new Blob();  // just for example
window.PrintPDF(blob);

About

A tiny tool to print pdf from blob object inspired by Print.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors