Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

qzind/pulas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pulas

Pulas is a Qt application and Javascript library that allow to print directly from Javascript (on your browser) to the printer without open any printing dialog. The application is using WebKit for rendering the content of html. So, it can contain live html means that it will able to render image that has link to live website. And it able to print any html or html5 to pdf.

Features

  • fully html and css compatible (also the js inside it)
  • select and configure printer from the javascript
  • print to pdf and download to the browser
  • print raw (example sending ESC/P command to dot matrix)

Binary Download

Get started

  • Download the binary package
  • Run the pulasQt/pulas.exe and make sure to allow access network.
  • Open pulasJS/example/full.html (make sure you have internet connection)

Documentation

Todos

  • build binary that ready to use by user
  • documentation how to use it
  • example html js
  • build javascript using gulp for optimizing
  • print from pdf
  • any suggestion?

License

  • PulasQt is under GPL
  • PulasJS is under LGPL

Author

tags: html5 to pdf, javascript printing, web direct printing