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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 save as pdf question

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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