Question
Embed API using base64 string of PDF
adobeDCView.previewFile({
content: base64str,
metaData:{fileName: "check.pdf"}
},
I have not been successful in using the EmbedAPI when the PDF is a base64hex string. Does the content object of the Preview method support it. If so how? I tried some of the options but it gives content error
Thanks,
