Re: Django- Display PDf document in an Iframe or Pdf VIewer

2019-12-03 Thread 1351552...@qq.com
isplay PDf document in an Iframe or Pdf VIewer Hello everyone! I just signed up here, so maybe this thread is wrong in this group. The problem is as follows: I need to display a PDF document in a half of a web application. I tried it first with Iframe and now today with pdf.js. Nothing helped. D

Re: Django- Display PDf document in an Iframe or Pdf VIewer

2019-11-25 Thread Mark Phillips
Lucas, I have many documents that I have uploaded to my django app. The docs are stored in the file system, but the path is in my django model. The docs are either pdfs or png images. This is how I am displaying pdf images in my ModelAdmin change form: readonly_fields = ('get_image_3', )

Django- Display PDf document in an Iframe or Pdf VIewer

2019-11-25 Thread 'Lucas Gärtner' via Django users
Hello everyone! I just signed up here, so maybe this thread is wrong in this group. The problem is as follows: I need to display a PDF document in a half of a web application. I tried it first with Iframe and now today with pdf.js. Nothing helped. Do you have any idea? It is only showing the p