0

I have a Django application, and I want to provide 'export to pdf' functionality on all pages, (Note: all pages have images). I saw multiple tutorials on the topic, there are two ways: either write your pdf on your own or provide an HTML file path and context dictionary (which is difficult for me to provide). I need something like the following: button -> some_url -> some_view_function -> get all content from requesting page -> show the pdf content to the user in a separate window so the user can save it.

Amir saleem
  • 1,404
  • 1
  • 8
  • 11

0 Answers0