When I try to convert this image:

It ends up making it landscape and cropping it in wired places so the entire image does not show.

If I try to convert images that have a length greater than the standard page length P2F decides to crop the image in what seems to be a random area. Like I said the older demo version I was using before did not do this, it worked perfectly.
Any help would be greatly appreciated.
Also if I use the automation API instead of the the P2F program, the preference settings appear to have no effect. It always comes out exactly the same.
P2FPref = P2F.DefaultPrintingPreferences
P2FPref.Resolution = 96
P2FPref.Orientation = 1
P2FPref.SetFormName("Letter")
P2FPref.SetCustomPaperSize(10.1, 11.27)
P2FPref.ApplyChanges()