Skip to content

Latest commit

 

History

History
 
 

express-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

express-server

Run the example:

git clone https://github.com/artiebits/pdf-to-printer.git

cd pdf-to-printer/examples/express-server
npm install
npm run start

It will start a server on http://localhost:8080.

  • Open /list to retrieve a list of printers.
  • Open /print to print a PDF file.