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));
|