PDFSharp.Extensions icon indicating copy to clipboard operation
PDFSharp.Extensions copied to clipboard

Extensions methods for PDFSharp to simplify common operations, including image extraction.

Results 9 PDFSharp.Extensions issues
Sort by recently updated
recently updated
newest added

A lot of maintenance patches. Updated to NET 6 (current LTS). Ported old System.Drawing to SixLabors.ImageSharp. Updated to newest PdfSharpCore (successor of the PdfSharp project). And it has a sample...

TIF images with Photometric.MINISBLACK are being extracted with their colors negated (white is black and black is white). I think this is because TIFs with the Photometric tag set to...

Added ccitt group 3 compression

This is the same pull request as from vanderkorn's but it does not include the packages in the repository. I have taken the freedom to remove some compiler warning and...

in my case I had a `/FlateDecode ` image and a color palette from a `PdfString`. I added the `PdfString`-support to the `GetRawPalette` method.

I was trying to convert the attached pdf to an image using page.GetImages() function as described in the example. It is not working. [44.pdf](https://github.com/gheeres/PDFSharp.Extensions/files/2960674/44.pdf)

In my tests with PDFs that have Tiff images when I extract the Tiff image, the saved tiff has a different resolution. I've attached 300x300.tif, which is my source tif....

I have a PDF containing an image with FlateDecode encoding and DeviceRGB color space that does not extract as expected. With my limited understanding, I believe the color palette is...

[tif.zip](https://github.com/user-attachments/files/17893745/tif.zip) Most CCITTFaxDecode can work, except for this PDF