Re: Embedding pdfs in Django

2018-11-13 Thread gibsonal2026
great On Sunday, November 11, 2018 at 12:09:48 PM UTC-6, 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 , > etc but nothing worked. Do I need to install something to make it work? > -- Y

Re: Embedding pdfs in Django

2018-11-13 Thread gibsonal2026
that is nice On Sunday, November 11, 2018 at 12:09:48 PM UTC-6, 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 , > etc but nothing worked. Do I need to install something to make it work? >

Re: Embedding pdfs in Django

2018-11-13 Thread Siim Märtmaa
> 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 , etc >> but nothing worked. Do I need to install something to make it work? Here is ex

Re: Embedding pdfs in Django

2018-11-13 Thread C. Kirby
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 may be able to get what you want with javascript. I can't vouch for this, but I found it s

Embedding pdfs in Django

2018-11-11 Thread Vikas Sri
I am preparing learning tutorial application in Django, which will contain PDF's that I need to display in my templates. I tried , etc but nothing worked. Do I need to install something to make it work? -- You received this message because you are subscribed to the Google Groups "Django user