How can I show PDF file in the Windows Control?
Q:
How can I show PDF file in the Windows Control?
A:
You can just insert the PDF url to URL property of window at server-side.
At client-side, you may use setUrl("link/to/my.pdf"); to load PDF into window.
*Note: The client machine need to have acrobat plugin for browser in order to have pdf loaded instead of downloading the file
|