Working with Pdf Files in C# Using PdfBox and IKVM
I have found two primary libraries for programmatically manipulating PDF files; PdfBox and iText. These are both Java libraries, but I needed something I could use with C Sharp. Well, as it turns out there is an implementation...
Java: Checked Exceptions, Revisited Part II
Continued From Part I – Java: Checked Exceptions, Revisited (or, a closer examination of a flawed mechanism) This thing is long. Here are some navigation links to topic headers: Use Exceptions for Exceptional Circumstances?...
Java: Checked Exceptions, Revisited (or, a closer examination of a flawed mechanism)
This post is a re-examination of some topics I discuss in an older post. This one got long, so I broke into two. I am also going to provide some navigation links: The Original Post: Things to love about Java: Exception Handling...
Things to love about Java: Exception Handling
In my quest to learn and become a better developer, I undertook an excursion into Java-land. Partly this was driven by the fact that Java is the language used for Android app development, and partly because it was time to branch...