HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › Taglib attribute “pagesToSkip” does not work This topic has 0 replies, 1 voice, and was last updated Jun 13, 202313:16:07 by U. Sponholz. Viewing 1 post (of 1 total) Author Posts U. Sponholz June 13, 2023 at 13:16 #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. Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic.