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
 Loading single page via PDFium

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
jrpcguru Posted - May 07 2021 : 16:58:08
The help file for LoadFromFile says this:
// Load the 3rd page of a PDF file with max dimensions of 1000x1000
ImageEnView1.ImageIndex := 2;
ImageEnView1.IO.LoadFromFilePDF( 'C:\Test.pdf', 1000, 1000 );

If I use ImageEnView1.PdfViewer.Enabled := True;
before the prior code, the ImageIndex is ignored. I removed the ImageEnMView from the demo and ImageEnView just shows the arrows for changing pages.

Is there any way to load individual pages via PDFium? PDFium is notably fast at loading, but I have a program that used WPViewPDF and loading individual pages into ImageEnView. It would sure easier to convert to PDFium if single page loading is possible.

J.R.
2   L A T E S T    R E P L I E S    (Newest First)
jrpcguru Posted - May 10 2021 : 14:21:49
That was quick! Thanks.

J.R.
xequte Posted - May 09 2021 : 21:59:23
We have fixed this for 10.0.1.

Nigel
Xequte Software
www.imageen.com