You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I am preparing learning tutorial application in Django, which will contain PDF's that I need to display in my templates. I tried <embed>, <iframe> etc but nothing worked. Do I need to install something to make it work?
C. Kirby
unread,
Nov 13, 2018, 10:02:59 AM11/13/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I'm pretty sure that you can't render pdf to the browser. You can either provide links for the users to download and view the pdfs, or extract the content from the pdfs and put that in your templates.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
> On Sunday, November 11, 2018 at 1:09:48 PM UTC-5, Vikas Sri wrote:
>>
>> I am preparing learning tutorial application in Django, which will contain PDF's that I need to display in my templates. I tried <embed>, <iframe> etc but nothing worked. Do I need to install something to make it work?