203 Stories by Mark Stephens
In the early days of Java, Sun produced a really handy set of classes to handle JPEG images. These included some really nifty little... When you create an image in a PDF file it is possible to specify that it is inverted or control the range of values.... Text is defined in the PDF file format as a display value (normally what you see onscreen) and an extraction value. It is useful... A PDF file are designed to be resolution independent – they are defined using resolution independent units so that the page will always appear... This blog article was posted in response to a question on our forum about the difference between our debug and non-debug jars. We you... Introduction Some optimisations are best left to Java. For example a System.arraycopy is the fastest way to create a new version because it is...