Post navigation← PreviousPosted on by Gert-Jan SchoutenWhen you want to convert a java.awt.print.Printable to a pdf file, your first course of action might be to Google for "java printable pdf". If you do that though, all you get is links about how to send a pdf file to the (hardware) printer in java or how to "read" a pdf file in Java. No one seemed to have written an article about how to convert a java.awt.Printable to a pdf file. This is that article.
The java code in this article requires the s...