I have an application in which the user presses a button and the PDF file that is stored in the application must be presented.
They can view the PDF inside the application or run their own windows viewer, which is fine anyway.
How can I provide a link / event handler for clicking a button to launch a PDF file view?
source
share