HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › pdf is not in multicolumn This topic has 0 replies, 1 voice, and was last updated Oct 08, 202508:44:23 by woema. Viewing 1 post (of 1 total) Author Posts woema October 8, 2025 at 08:44 #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 Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic.