Re: Printing and exporting to pdf to size B0 fails
by Puybaret » Sat Apr 11, 2015 10:25 pm
I remember there was a bug in Java that prevented to use the margin set in Page Setup panel. To
circumvent this issue, you can define the
com.eteks.sweethome3d.swing.fixedPrintMargin property with a value equal to the desired margin in centimeter. To set this property with a value equal to 0.2 under Linux, edit the SweetHome3D script and add the following text after
java:
Code: Select all
‑Dcom.eteks.sweethome3d.swing.fixedPrintMargin=0.2