boxable icon indicating copy to clipboard operation
boxable copied to clipboard

Landscape page support

Open ogmios-voice opened this issue 5 years ago • 1 comments

ogmios-voice avatar Aug 14 '19 11:08 ogmios-voice

Can you explain how this works and maybe provide an example? There already is an easy way to do landscape pages, for example in DataTableTest.java

//Create a landscape page
page.setMediaBox(new PDRectangle(PDRectangle.A4.getHeight(), PDRectangle.A4.getWidth()));

dhorions avatar Aug 29 '20 05:08 dhorions