Display .txt file as pdf using the apose web view

Is there a way to dynamically read a .txt file and convert and display as a pdf file in the browser

@derrick.grimes

You can convert a .txt file to .pdf using Aspose.PDF and display PDF in your web browser. However, in order to display the PDF in web browser, Aspose.PDF does not provide any view or control that you can integrate in your application. You can however, convert the PDF into images and render those images in an HTML canvas.