0.0
No commit activity in last 3 years
No release in over 3 years
Splits HTML into pages suitable for reading like a book.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.6, >= 0.6.2
~> 0.9, >= 0.9.4
 Project Readme

Introducing the qnd_html2page gem

Usage

require 'qnd_html2page'

h2p = QndHtml2Page.new '/tmp/index.html', debug: true
pages = h2p.to_pages
#=> [<div> ... </>, <div> ... </>] 

Note: The default page height is 676 and can be changed from initialize using the named keyword pg_height.

Resources

page pages html qndhtml2page gem