Hello everone,Im having a issue.
I have been doing this to read a pdf file:
ole_1.object.loadfile("C:/path/file.pdf")
ole_1.object.setpagemode('1')
ole_1.object.setfocus()
But now, with a new webservice, im reciving that file in base64. Soo I decoded that base64 string into a Blob, But now how i load it into my ole object???