ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 save as pdf question
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

pierrotsc

USA
499 Posts

Posted - Dec 12 2012 :  12:21:04  Show Profile  Reply
can i save a pdf in landscape mode?
thanks.

xequte

39052 Posts

Posted - Dec 12 2012 :  12:38:43  Show Profile  Reply
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
Go to Top of Page

masrnet2006

Saudi Arabia
59 Posts

Posted - Dec 16 2012 :  05:19:09  Show Profile  Reply
// save using letter paper size
ImageEnView1.IO.Params.PDF_PaperWidth:=612;
ImageEnView1.IO.Params.PDF_PaperHeight:=792;
ImageEnView1.IO.SaveToFile('output.pdf');
Go to Top of Page

pierrotsc

USA
499 Posts

Posted - Dec 16 2012 :  05:26:32  Show Profile  Reply
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..
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: