'Streaming a PDF file

I am trying to build a Rest API which provides the ability to stream a PDF file to the front, in order to show this file in the front without needing to store it in the local database. I am using django-rest-framewrok and flutter for front-end. I want some advice about the technique that help me to implement that...



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source