-
Hi,
I've been trying to set the FontWeight but anything other than FontWeights.Normal or FontWeights.Bold seems to default to one of these, i.e. it isn't possible for me to set something else even …
-
Chinese view is OK, but export PDF file, there is something wrong occurred.
-
When rebuilding the search index on a site that I recently moved from IIS to Azure, I get a lot of warnings regarding PDF files.
"Failed to parse the content of the media file 'x.pdf'. IFilter not fo…
-
How can I save the edited PDF file to local storage or send it as base64/byte[] or something using REST?
lpstr updated
7 years ago
-
I'm getting a 'Must not change font resolver after is was once used.' error when `GlobalFontSettings.FontResolver = new FontResolver();` is the very first line of a LINQPad query. I'm using the versio…
-
[Support `System.Drawing.Common` for has been disabled with dotnet 7](https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only)
Microsoft re…
-
## Issue
PDFSharp can't read any pdf generated from Google Slides
## Steps to reproduce
1. Go to Google Slides
2. Create new slide (Blank or from templates it doesn't matter)
3. Save as PDF
4.…
-
I want to combine two existing PDFs into a new document. When I try this, two of the pages are missing. I can see that the document returned by PdfReader.Open() has only two pages instead of the expec…
-
Hi,
I downloaded pdfsharp from nuget package, but it doesn't have pdfsharp.pdf.signature, I want to digitally sign pdf document, please help me how can I solve it.
Thanks in advance.
-
I am trying to open and modify a pdf template with pdfSharp which contains some acrofields.
I want to fill the acrofields with some content, make them readonly afterwards and save the pdf document.
…