PDFCreator change papersize and fit to page

 Hi,

I'm trying "a5" papersize and landscape orientation, and write this:

opt.UseFixPapersize = 1;

opt.Papersize = "a5";

it's working but the content does not fit to page, and I can't change page orientation.

Could you have any idea. How can I do this.

Thanks.