#27596

Thanks for the reply. We are planning to go in for PD4ML Pro license.

I have another query. I have a report in which we go in for landscape.

We develop the report in html and then using PD4ML try to convert to pdf. But the font and everything appears to be big when we go and change the page oreintation to suit landscape. The code for the same is given below.

PD4ML pdf = new PD4ML();
pdf.setPageSize(new Dimension(842,595));

How can we sort it out?
Thanks in advance.