How to display doc/pdf attachments in service portal?

guru15
Tera Contributor

Hi,

I am trying to display attachments in widget using object tag

 <object data="data:{file type};base64,{base64 data  of attachment ……}" type="{file type}" width="100%" height="100%"  class="internal">        </object>

if  file type is doc/pdf it displaying below error.
            

find_real_file.png

3 REPLIES 3

Ct111
Tera Sage

Hi,

Try the solution suggested in below link ,

https://community.servicenow.com/community?id=community_question&sys_id=60b25fcadbd22f40f0612183ca96...

 

it will help.

 

Mark my ANSWER as CORRECT and HELPFUL if it works

guru15
Tera Contributor

Thanks creativethinker,

this solution is working for PDF files only, for doc files it showing same error.

 

aja
Tera Contributor

Hi Guru15
Greetings!!

Have you got the solution for Doc files, facing similar kind of issue

Thanks in advance