Rotate the data in the Advanced PDF Template

A portion of the data can be rotated in the PDF by adding “rotate=”90″” to the div.

<div position="absolute" rotate="90">
        <table>
          <tr><td>test</td></tr>
          <tr><td>test</td></tr>
        </table>
      </div>

Leave a comment

Your email address will not be published. Required fields are marked *