HTML to PDF / DOCX / RTF Java converter library Forums PD4ML v3 Archived Forums (Read Only) General questions / FAQ How to know the total numbe of pages usiong pd4ml java api

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Raj
      #26531

      I wanted to know the toal number of pages using java pd4ml. Is there any way for it?

      #28463

      You may request the number after pd4ml.render() call:

      System.out.println(“pages: ” + (Long)pd4ml.getLastRenderInfo(PD4Constants.PD4ML_TOTAL_PAGES));

    Viewing 2 posts - 1 through 2 (of 2 total)

    The forum ‘General questions / FAQ’ is closed to new topics and replies.