Welcome Guest Search | Active Topics | Sign In | Register

PDf viewer settings - customization Options
FG
Posted: Wednesday, January 15, 2020 2:44:24 AM
Rank: Newbie
Groups: Member

Joined: 12/6/2018
Posts: 6
Code: C#
Hi

I'd like to know if it's possible to customize the Pdfviewer control (EO.Winform.PdfViewer) ?
For instance :
- deactivate the download icon.
- deactivate the print button.

I'd like to display a pdf which is password protected but i don't want that user can download it or print it.

Thanks a lot in advance for your support.
eo_support
Posted: Wednesday, January 15, 2020 9:56:24 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

This is not supported in the current version. We can look into it to see if we can support this.

Thanks!
FG
Posted: Wednesday, January 15, 2020 10:20:01 AM
Rank: Newbie
Groups: Member

Joined: 12/6/2018
Posts: 6
Thanks a lot for your answer.

We bought last year the EO Total package to use EO.Pdf component only for the creation report in pdf and thought that we could use others components(pdf viewer) this year to display protected pdf file but As you said it's not currently supported.
Then for the next release of our product we will continue to use our previous pdf viewer and we will see for the following releases to integrate your product with customisation (if available and supported)

Thanks for your support.
eo_support
Posted: Friday, January 17, 2020 3:07:15 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

We will add this feature in our next build. In our next build you will be able to show/hide each individual button with something like this:

Code: C#
//Hide the print button
pdfViewer.ShowUIElement(EO.Pdf.PdfViewerUIElement.PrintButton, false);


We will reply here again when the new build is available.

Thanks!
eo_support
Posted: Friday, January 24, 2020 10:47:18 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

This is just to let you know that we have posted the new build with this function:

https://www.essentialobjects.com/doc/eo.wpf.pdfviewer.showuielement.aspx

Please take a look and let us know how it goes.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.