CSSBox is an (X)HTML/CSS rendering engine written in pure Java. Its primary purpose is to provide a complete and further processable information about the rendered page contents and layout. However, it also allows displaying the rendered document. more...
The new CSSBox release brings mainly the new support for inline-block boxes, important fixes in vertical alignment and whitespace processing and some minor bugfixes.
The new release of jStyleParser improves the recovery from errors in CSS style sheets. It should accept more style sheets containing bugs and various hacks. It also improves the support for style sheets containing experimental and vendor-specific extensions.
Pdf2Dom is a PDF parser that converts the documents to a HTML DOM representation. The obtained DOM tree may be then serialized to a HTML file or further processed. It can be used for adding the PDF support to CSSBox.
The new release contains mainly the fixes in table rendering and some minor bugfixes.
This release significantly improves the error recovery and improves the pseudo-class support. Many bugs have been fixed as well.