2

I am writing an application that views PDF files, this application uses AxAcroPDFLib AxAcroPDF

My problem here is that I want to prevent user from saving and/or printing PDF files that are being viewed in my application

Or in other words I want to hide toolbar of the PDF viewer

any ideas ?!

Thanx in advance

Ahmad Hajjar
  • 1,796
  • 3
  • 18
  • 33

2 Answers2

1

I solved the problem by using another plugin to view PDF files PDF Viewer

Ahmad Hajjar
  • 1,796
  • 3
  • 18
  • 33
0

You can able to hide the toolbar by

axAcroPDF1.setShowToolbar(false);
Balagurunathan Marimuthu
  • 2,927
  • 4
  • 31
  • 44