Tag: pdf
-
How to Set the Right File Header for PDF Files in C# and PHP
When working with PDF files in C# and PHP, it is essential to set the correct file headers to ensure proper handling and functionality. In this blog post, we will explore the steps to set the right file header for PDF files in both programming languages. By following these guidelines, you can optimize your PDF […]
-
.Net Core PDF Library from HTML (DinkToPdf)
If you need an PDF library, wich converts an HTML document to a PDF you need a library. There are a lot of libraries on the market, but only a few wich are free and open source. In my projects i used the DinkToPdf library, wich is a wrapper for the webkit engine (the chrome […]