On 13 December 2016 at 17:59, Tilman Hausherr <thaush...@t-online.de> wrote:
> Am 13.12.2016 um 18:55 schrieb James Green: > >> We've got a bunch of code we're upgrading to PDFBox 2 - and there are >> references to: >> >> `PDPage.PAGE_SIZE_A4.getHeight()` >> >> Is there a modern alternative? I spotted nothing on the migration page... >> > > > PDRectangle.A4 > > Thank you!