| T O P I C    R E V I E W | 
              
                | pierrotsc | Posted - Dec 12 2012 : 12:21:04 can i save a pdf in landscape mode?
 thanks.
 | 
              
                | 3   L A T E S T    R E P L I E S    (Newest First) | 
              
                | pierrotsc | Posted - Dec 16 2012 : 05:26:32 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..
 | 
              
                | masrnet2006 | Posted - Dec 16 2012 : 05:19:09 // save using letter paper size
 ImageEnView1.IO.Params.PDF_PaperWidth:=612;
 ImageEnView1.IO.Params.PDF_PaperHeight:=792;
 ImageEnView1.IO.SaveToFile('output.pdf');
 | 
              
                | xequte | Posted - Dec 12 2012 : 12:38:43 Hi
 
 Please see the ImageEnIO.Params.PDF_PaperWidth and PDF_PaperHeight properties.
 
 http://www.imageen.com/help/TIOParams.PDF_PaperWidth.html
 http://www.imageen.com/help/TIOParams.PDF_PaperHeight.html
 
 Nigel
 Xequte Software
 www.xequte.com
 nigel@xequte.com
 |