unix - html: How to split a very large html file, into pieces without breaking formatting -
i have large html file, downloaded place. need convert pdf eventually. there way split several html smaller parts (e.g. kind of pagination).
(i not control part of creating html file, can nothing on server side)
it sounds tedious manual process me. consider html2pdf
, other similar utilities convert entire chunk pdf, doing pagination using pdftk
.
if css includes print style definitions, might of use. it's not possible automate answer.
Comments
Post a Comment