blockComposer.begin(frame,AlignmentXEnum.Left,AlignmentYEnum.Middle);
composer.setFont(font,30);
blockComposer.showText("This is a sample document that merely demonstrates some basic graphics features supported by PDF Clown.");
blockComposer.showBreak(AlignmentXEnum.Center);
blockComposer.showText("Enjoy!");
blockComposer.end();
frame = new Rectangle2D.Double(
blockComposer.getBoundBox().getX(),
blockComposer.getBoundBox().getY()+blockComposer.getBoundBox().getHeight(),
pageSize.getWidth() - 90,