Relative Content

Tag Archive for c#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.