|
|
Question : PowerBuilder PDF viewer
|
|
|
|
To implement the content management thru, PB 11.5, we have scanned and other "PDF" documents in file system. clicking the meta data of the "PDF" file, we should be able to display the PDF in PB as a frame, (We do not want to open the PDF file in Acrobat reader).
We would appreciate if you have any solution for this.
Thank you
|
|
|
|
Answer : PowerBuilder PDF viewer
|
|
Use Microsoft Web Browser control.
1. Embed this control (e.g. ole_1)on PB window 2. Use ole_1.navigate('c:\temp\test.pdf')
It works for almost anything that you can open in IE.
Regards, Sandeep
|
|
|
|