I am looking for a free .Net method or component for displaying PDF files in a browser and also allowing printing files. What methods / components / libraries can do this, and what recommendations do you have on this issue in general.
http://www.beansoftware.com/ASP.NET-Tutorials/PDF-View-Custom-Control.aspx
I was looking for what I was looking for. A control that can display PDF in a browser in a web form, with other elements on the page and whose pdf file can be modified by the server code.
I think you can look at this:
how to convert pdf to html using c #
The code will help you download the PDF in html format in the document.
If you do not want to display as PDF on the client, you have some options ... Basically, most of your options revolve around converting the documentation to something else that the user can use:
So why can't you rely on a PDF viewer?
You can do this using this Microsoft Silverlight-based project .
There are two cases in the mentioned project:
Blend visually - used to output PDF to
Data exchange between Silverlight and PDF (input / output from / to PDF)
I have not personally tested this particular project, but found this site to be good and reliable for .NET solutions.
Flash applications are available for this. for example, regardless of http://issuu.com/ .
Even when converting PDF to HTML or IMAGE you will not get the same quality or something next to the original document. This is more than a bunch of texts and images using PDF .
PDF
HTML
IMAGE
If your customers cannot support the most well-known document format (portable document format β pdf), you need to think about the design again.
Source: https://habr.com/ru/post/1340863/More articles:Recreating a damaged form Delphi - formsSpring -ws SOAP 404 Error - springSolrj: how to specify a path - autocompleteGrabbing style.display property via JS only works when setting inline? - javascriptViewModels and one-to-many relationships with Entity Framework in MVC? - collectionshow to convert pdf to html using c # - c #SSL certificate verification fails, how do I find out what causes it? - certificateAccessing a file from a form using an input file element - javascriptThe number of entries in the list - f #Freeing objects in PHP - oopAll Articles