Microsoft
Software
Hardware
Network
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\te
st.pdf')
It works for almost anything that you can open in IE.
Regards,
Sandeep
Random Solutions
wss troubles with CSS / top nav
Jquery
Asterisk - Changing the Voicemail Naming Convention
object reference not set to an instance of an object
Using the COUNT function??
Blur/Shadow Text
Missing ESM from SBS 2003
How to disable multitasking on iOS4 iPhone 3G ?
Change the default image on a Windows Forms app in VB.NET
Robocopy - How do i copy images from one directory structure to a single folder?