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

    Hello,
    I am facing problem with PDF Width. I want to generate PDF keeping format as ledger (since input html is big report) and output pdf’s width 100%. But unfortunetly i was getting only 79.1%.

    How to solve this issue.

    Below is the code snippet using to generate

    pd4ml.fitPageVertically();
    pd4ml.adjustHtmlWidth();
    pd4ml.setPageSize(pd4ml.changePageOrientation(PD4Constants.LEDGER));

    #28585

    Adding to the above post, we are using paid version of PD4ml

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

The forum ‘PD4ML Tips & Tricks’ is closed to new topics and replies.