HTML to PDF / DOCX / RTF Java converter library Forums PD4ML Forums Technical questions / Troubleshooting Taglib attribute “pagesToSkip” does not work

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #36612

    I am using pd4ml 4.0.16.
    Setting the pageToSkip attribute in JSP has no effect.

    <%@ taglib uri=”/WEB-INF/tlds/pd4tl.tld” prefix=”pd4tl”%><pd4tl:transform
    screenWidth=”800″
    pageFormat=”A4″
    pageOrientation=”portrait”
    pageInsets=”20,10,10,10,mm”>
    <pd4tl:header
    pageNumberTemplate=”$[page] / $[total]”
    pageNumberAlignment=”right”
    initialPageNumber=”1″
    pagesToSkip=”1″
    /><html>
    <body>
    <p>
    Hello, World!
    </p>
    </body>
    </html>
    </pd4tl:transform>

    Attachments:
    You must be logged in to view attached files.
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.