PdfSharpCore
PdfSharpCore copied to clipboard
Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
I want to use Microsoft YaHei font. but it tells me TrueType collection fonts are not yet supported? how to use this font?
Hi, I'm trying to generate pdf from html and am using .net core 3.1. Will be deploying to Aws Elastic Beanstalk 64bit Amazon Linux 2/2.1.5. I'm first time using PdfSharpCore...
I ran into this exception when trying to generate a PDF on Linux, CentOS 7. Initially I thought I ran into issue #125, and hoped to resolve it by upgrading...
I have a application in .Net 5 running in docker. When i testing in windows it's working well, but when running in docker cotaineirs I've an error: System.IO.FileNotFoundException: No Fonts...
I have a receipt printer for which I would like to create a receipt as a PDF and then print it. I have not found a way to specify user-specific...
Sir Currently I have Create the Signature in PDFSharpcore And when I want to verify it from Adobe Acrobat I don't know how to achieve it .Please Guide me about...
Hi! I'm trying to rotate the vertical X axis in a bar chart so it rotated 90 degrees counter clockwise like in this column chart:  For column chart it...
Even though I have: ``` var ren = new PdfDocumentRenderer(true); ``` when rendering a word like: Mozaïek renders as: 
is there anyone have the same issue? this problem happen o on android 7 thankyou :)
I'm using dotnet 5.0 in a linux docker container. My docker file has the following command to install libgdiplus: ``` FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base RUN apt-get update \ && apt-get...