Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.6
-
None
-
None
Description
Margins for PDF pages seemed to be ignored.
I use the default of
<pdf>
<page size="letter" orientation="portrait"/>
<margins double-sided="false">
<top>1in</top>
<bottom>1in</bottom>
<inner>1.25in</inner>
<outer>1in</outer>
</margins>
</pdf>
But the margins are always zero.
I use the default of
<pdf>
<page size="letter" orientation="portrait"/>
<margins double-sided="false">
<top>1in</top>
<bottom>1in</bottom>
<inner>1.25in</inner>
<outer>1in</outer>
</margins>
</pdf>
But the margins are always zero.