|
Rank: Newbie Groups: Member
Joined: 12/6/2018 Posts: 6
|
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.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
This is not supported in the current version. We can look into it to see if we can support this.
Thanks!
|
|
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.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
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!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
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.aspxPlease take a look and let us know how it goes. Thanks!
|
|