More code from my github set of repositories
https://github.com/berlinbrown/lightreports
There aren't many open, easy to use tools for generating PDF, Image, or SVG report documents that use a black box approach. Light Reports combines a set of simple tools for converting XML or HTML documents into PDF documents.
This repository contains an older Clojure + Java + Scala application for generating PDF/Image/SVG reports and a small log editor GUI.
Active module: light_reports/light_reports. Legacy (reference-only): light_edit_deprecated.
https://github.com/berlinbrown/XHTMLRendererForHtmlDataToImage
A small Java utility that converts XHTML documents to PNG images using Flying Saucer / xhtmlrenderer (org.xhtml:core-renderer). This project is intended as a lightweight tool to render HTML/XHTML (tables, simple CSS) into raster images for charts or visual exports.
https://github.com/berlinbrown/ImperativeStaticCompiledLangOneFile/
OctaneMini is a tiny proof-of-concept programming language that compiles a single source file into JVM bytecode. The compiler and runtime are implemented in Java; the intended use is experimental and educational — to demonstrate parsing and manual JVM classfile emission.
Comments