Viewing 1 post (of 1 total)
  • Author
    Posts
  • #40079

    I have some issues with multicolumn pdf. The setup is a minimalistic example. version 4.0.16:

    PD4ML pd4ml = new PD4ML();
    pd4ml.useTTF(“java:fonts”, true);
    pd4ml.setPageSize(PageSize.A4);
    pd4ml.setPageMargins(new PageMargins(10, 10, 10, 10, Units.MM));
    pd4ml.generateMulticolumn(2, 5, true);
    pd4ml.readHTML(longHTML);
    pd4ml.writePDF(FileOutputStream(“outputFile.pdf”));

    Document is still single-column.

    Any help is appreciated

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.