Hey all, Faxes sent to our company are received by our fax machine, which then converts the received fax into a PDF file. Sometimes a few pages in the fax are up-side down. We need a way to rotate such page(s). Is there a way to accomplish this using the PDFBox?
Your help is greatly appreciated! Thanks! Joe PS: I've been able to split and merge PDF files using PDFBox. But I did not see any API to rotate a page.

