// save using letter paper size ImageEnView1.IO.Params.PDF_PaperWidth:=612; ImageEnView1.IO.Params.PDF_PaperHeight:=792; ImageEnView1.IO.SaveToFile('output.pdf');
Thanks.. I do have a question though. If my image is 3000x2400 dpi and i save it as a pdf with a size of 792x612 , when i re open it, would i lose pixel data or it does not matter for pdf files? thanks..