fixhack / BlockFrame

Layout layer on top of PDF-Box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlockFrame

BlockFrame is a layer on top of Apache PDFBox. Essentially, PDFBox knows how to write content to a PDF, but not where. BlockFrame fills this gap. It measures and positions content, then writes a PDF file using PDFBox.

BlockFrame has been developed for highly structured documents. It is designed to be extensible.

There are several example programs, for use as a tutorial.

This is an early version, uploaded to GitHub to guage interest. It is fully functioning - I've used it to layout and draw the grid and clues for a crossword. If there is sufficient interest, I will extend and maintain it. In particular, I could add a package which understands the peculiarites of text documents - sections, headers, footnotes, table & diagram inserts, etc.

BlockFrame currently uses library PDFBox 2.0.3.

About

Layout layer on top of PDF-Box

License:Apache License 2.0


Languages

Language:Java 100.0%