Hi, Following up from a comment made in private.
I suppose I'm not the only one who finds the current PDFBox coding style inconvenient. All the other Java projects I'm working with follow close approximations of the classic Sun Java coding conventions [1]. PDFBox doesn't, which makes the code harder to read and write at least for me. It's not too big an issue and I can certainly live with the current coding style, but I'm wondering if there would be enough support to consider a gradual migration to a more standard style. [1] http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html BR, Jukka Zitting
