-
Bug
-
Resolution: Won't Fix
-
Medium
-
None
-
3.0
Use the follwing wiki markup on a page:
{section}
{column}Column one text goes here{column}
{column}Column two text goes here{column}
{section}
Export to PDF++
The text appears in one column, instead of two. See attached example.
Workaround (Confluence 5.3+):
Add the following to your PDF CSS:
.sectionMacro .columnMacro {
border: none;
padding: 0;
}
.columnMacro {
display: table-cell;
vertical-align: top;
}
- relates to
-
CONFSERVER-25240 PDF export does not handle page layouts
-
- Closed
-
-
CONFSERVER-4104 Sections width not correctly displayed in PDF export
-
- Closed
-
-
CONFSERVER-24732 Columns aren't honoured in PDF export
-
- Closed
-