- Building with CEF 3.3071.1640.g1ebbf3c / Chromium 59.0.3071.82 (Windows, Linux & OS X, 64bit)
- Now possible to build on Mac OS X. Tested on 10.11.6 with XCode ver. 8.2.0. Experimental
- Bug fixes. Code cleanup and better formatting
- Bulding with CEF 3.2883.1540.gedbfb20 / Chromium 55.0.2883.59 (Windows & Linux, 64bit)
- Allow only specified schemes when in server mode (ie. block
file://
access) - Added option to enable JavaScript
--javascript
- Added
--file
option to load file from command line - Disabled standard input (use
--file
instead) - Added
--background
option to print html backgrounds
- Bulding with CEF 3.2883.1539.gd7f087e / Chromium 55.0.2883.59 (Windows & Linux, 64bit)
- Added HTTP server mode (use with
--server
flag) - Added configurable
--host
and--port
options when running in server mode - Various fixes and improvements
- Small changes to build using CEF 3.2743.1449.g90ba67d build
- Small improvements to allow building on Linux (tested on Debian 8.5.0 x64)
- Added option to set page margin
--margin
- Added option to list available page sizes
--list-sizes
- Changed url to be specified with
--url
option - Heavy code refractoring
- Added some more paper sizes: US, ANSI and photo
- Added help message
- Fixed url load error handling
- Initial release. Working version :)