NetTalk Central

Author Topic: Media how to display PDF in a BLOB in a Media Object  (Read 191 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 463
    • View Profile
    • Email
Media how to display PDF in a BLOB in a Media Object
« on: September 16, 2026, 10:42:50 AM »
Hi,
I have a PDF file stored in a blob.  Want to display it in a media object.   I tried st.FromBlob('myblob') to load it into a string theory object and then FOr URL of Media Object: st.GetValue().
Did not work.
Better way to do it correctly?
THanks,
Ron

JohanR

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
    • Email
Re: Media how to display PDF in a BLOB in a Media Object
« Reply #1 on: September 16, 2026, 10:40:04 PM »
Hi Ron

Think you need to save the PDF to disk and then specify the name of the file in the media control.


regards

Johan