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
 ImageEN / MView PDF Load Page.x

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
andyhill Posted - Oct 20 2019 : 18:19:31
It has been a long time since I worked with ImageEn (I have been stuck in JavaScript Land).

Please show me how to load a PDF Page.x Into ImageEnMView, My code below shows a blank page (it would be nice if MView loaded all pages):-

ImageEnVectDisplay.IO.Params.ImageIndex:= 1;
ImageEnVectDisplay.IO.Params.Dict.Insert('PDF:Density', 200);
ImageEnVectDisplay.IO.LoadFromFile(DirectoryList2[i]); // Test For WrongFormat
//
if WrongFormat = False then begin
j:= ImageEnMView11.AppendImage;
ImageEnMView11.SelectImage(0);
ImageEnMView11.IEBitmap.Assign(ImageEnVectDisplay.IEBitmap);


Andy
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 21 2019 : 18:29:32
Hi Andy

That is not a plug-in that we support.

Nigel
Xequte Software
www.imageen.com
andyhill Posted - Oct 20 2019 : 23:52:27
None, I have SynPDF ?

Andy
xequte Posted - Oct 20 2019 : 23:46:39
Hi Andy

ImageEn needs a plug-in to load PDF files. Which one are you using?

Nigel
Xequte Software
www.imageen.com