Forum Discussion

Efixman's avatar
Efixman
Qrew Trainee
2 days ago

PDF Attchment View

I am trying to view a thumbnail of a PDF in a report or from file attachment.  I have used the image preview in the Quicbase excahnge and have modified it to my corerct fields but I am unable to see the thumbnails.  Any hlep is appreciated.

https://ciclops.quickbase.com/nav/main/action/exchange/qb/library/image-preview

My Formula - Rich Text field

If( [Tear Sheet]<> "" ,
    "<span style='width:400px; display:inline-block;'> <img style='max-height:400px; max-width:400px' src='" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID# - Company] & "/e75/v0' /></span>"
)

 

2 Replies

  • That syntax is only going to work for images like a jpg file type.  

    There is an alternate method to preview most document types, including PDF, Excel, Word, and PowerPoint, but when I last tested it, it only worked on Legacy forms. What form type are you using, new style or legacy style?