Darth Florus Posted July 28, 2017 Posted July 28, 2017 Mr. Farshad: If it is possible...to add a "Options" or "Buttons" property to the TUniPDFFrame to enable/disable visible/hide the buttons of the default PDF viewer of the browsers. There a situations where I dont want my users to download using the default download button but a specially button to for example, register the date and time where the user really download the file not only see on the screen. Thanks and Best Regards
Sherzod Posted July 28, 2017 Posted July 28, 2017 Hi, Maybe not a good solution for now, but you can add this in viewer.css: .download { display:none !important; } .print { display:none !important; } https://stackoverflow.com/questions/17547956/how-to-make-pdf-undownloadable-using-pdf-js Best regards, 1
MarkLince Posted August 5, 2017 Posted August 5, 2017 Hi, I really need this too. How do I set this when my form with PDFFrame loads? Thanks Mark
Recommended Posts