Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26959

    Hi,
    We need to set footer of the heigh of 12 cm. But the pd4ml doesn’t allow us to do, because it’s maximal value is set to default heigh.

    #29587

    By default header and footer space is limited by 1/3 of page height.

    The limitation can be omitted with

    [language=java:vnz6cic7]Map m = new HashMap();
    m.put(PD4Constants.PD4ML_HEADER_HEIGHT_LIMIT, “false”);
    pd4ml.setDynamicParams(m);[/language:vnz6cic7]

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions / FAQ’ is closed to new topics and replies.