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
 Pdfium ImportPages does not update page

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
tiagosis Posted - May 17 2021 : 14:46:59
hello, after adding pages using
imageenView1.update; does not update, I tried too

ImageEnView1.PdfViewer.Refresh;

follow my code:

"ImageEnView1.Pdf Viewer.Document.ExportPages (imgLoad.PdfViewer.Document, PAGE_RANGE_ALL, -1)"

pages are added to the target document but do not update imageenview for the user, how to proceed?

tiago
5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 27 2021 : 20:47:28
Hi Tiago

In 10.0.2 you can use:

ImageEnView1.PdfViewer.Update();

Nigel
Xequte Software
www.imageen.com
tiagosis Posted - May 18 2021 : 18:17:45
hello, i really appreciate it, with that i believe i will be able to release the version, deletepages is not the most appropriate solution but it works

tiago
xequte Posted - May 18 2021 : 15:59:35
Hi Tiago

Unfortunately PDFium support in ImageEn is less than a month old, so it will take a few versions for the features to fully form.

As an ugly hack you should be able to force a refresh with a null delete:

ImageEnView1.PdfViewer.DeletePages([]);

or by toggling PDFViewer.Enabled

Nigel
Xequte Software
www.imageen.com
tiagosis Posted - May 18 2021 : 08:51:52
wouldn't there be anything that could be done? I really waited for 10.0.1 to be able to provide a stable version of my software ...

tiago
xequte Posted - May 18 2021 : 06:17:40
Hi Tiago

You're using a PDFium feature we do not yet support. We'll address this for 10.0.2.



Nigel
Xequte Software
www.imageen.com