How do I draw an image, uploaded from an IFormFile using PDFSharp?
I have an IFormFile that is being posted to a controller and I want to render the image in a pdf I’m generating with PDFSharp.
Copy a PDF avoids reading from several users
I made a small function, that reads a PDF, adds some table on original PDF, then saves as a new file.
The problem is when I use it, it seems to block the original file, and several users cannot read it at the same time.
Copy a PDF avoids reading from several users
I made a small function, that reads a PDF, adds some table on original PDF, then saves as a new file.
The problem is when I use it, it seems to block the original file, and several users cannot read it at the same time.
Copy a PDF avoids reading from several users
I made a small function, that reads a PDF, adds some table on original PDF, then saves as a new file.
The problem is when I use it, it seems to block the original file, and several users cannot read it at the same time.
Copy a PDF avoids reading from several users
I made a small function, that reads a PDF, adds some table on original PDF, then saves as a new file.
The problem is when I use it, it seems to block the original file, and several users cannot read it at the same time.
PDFsharp not providing good compression
I’m working in a console application targeting .NET v8. I’m using PDFsharp nuget package for PDF file generation. I’m using below code to compress a PDF file of 75 KB. The PDF file mostly contains text.
PDF Sharp not providing good compression
I’m using PDF sharp nuget package for PDF file generation. I’m using below code to compress a PDF file of 75 KB. The PDF file mostly contains text.
How to add text to an existing PDF with PDFSharp
Using PDFSharp (1.50) I’m trying to open an existing pdf, add some text, then save it again.