Tag: .net core
-
.NET Core PDF Library: An Open-Source Solution for PDF Manipulation
If you’re working with PDF files in your .NET Core projects, you know how important it is to have a reliable and efficient library to handle PDF manipulation tasks. Thankfully, there are several open-source options available, and one of the best choices is the .NET Core PDF library.
-
Wie ich mit C# und VS Code mit der Entwicklung beginne
Die Programmiersprache C# und der Code-Editor VS Code sind eine beliebte Kombination für die Entwicklung von Anwendungen. In diesem Blog-Beitrag werde ich Ihnen zeigen, wie ich mit C# und VS Code starte und Ihnen einige nützliche Tipps geben.
-
Tutorial about dinktopdf .NET Core example in C#
Are you looking for a reliable way to generate PDF documents in your .NET Core application using C#? Look no further! In this tutorial, we will explore the dinktopdf library and walk you through a step-by-step example of how to use it to generate PDFs.
-
How I Start Developing with C# and VS Code
If you’re looking to dive into the world of C# development and prefer using VS Code as your IDE, you’ve come to the right place. In this blog post, I’ll walk you through the steps I took to get started with C# development using Visual Studio Code.
-
C# Base64 decode and encode
Here is an quick example how to encode/decode a string to base64. This example works already on .net core 2.0 or above.
-
.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 […]