How to Generate SVG Images from Document Pages in ASP.NET Core C#
Summary
The advantage of SVG is that its a standard thats supported by all browsers, and because its a vector graphics format, theres no loss of quality for text content. This means that the fonts will be exported as splines in the generated SVG and will be rendered in a consistent, platform-independent manner. The sample application implements Web API methods to return SVG images from loaded documents. It creates a Server ╰ TX Text Control .NET Server for ASP.NET ╰ TXTextControl Namespace ╰ ServerTextControl Class The ServerTextControl class implements a component that provide high-level text processing features for server-based applications. On the client side, these endpoints are called asynchronously and the returned SVGs are created as image elements and appended to a container.