packdat

Results 7 issues of packdat

This PR adds support for reading PDF-documents protected by encryption-algorithms that were introduced in PDF version 1.6 and 1.7. (i.e. AES-encryption with a key-length of up to 256 bit) It...

This PR adds support for glyph-colors specified in certain fonts, for example `Segoe UI Emoji`. For demo-purposes i slightly adapted the existing test case `TextTests.PDF_with_Emojis` Result before changes: ![image](https://github.com/empira/PDFsharp/assets/38851536/9a268c4c-22f8-4532-a664-d7534c5bdc6e) Result...

enhancement

I was recently tasked to evaluate the possibility to "stamp" existing documents. A "stamp" is literally an image of an actual stamp that should be added to specific pages of...

This PR attempts to resolve the issues described in #73 and #46 in a more generic way. It also supersedes #53 by removing the need to handle objects stored in...

While adding new functionality to the library (in my case: Form-Flattening), i discovered several issues with content-related classes. As some of the problems are with classes `internal` to the library,...

This PR is intended to allow PDFsharp to read documents that would otherwise throw exceptions when trying to open them. Notable changes: - Instead of throwing an "Unexpected character"-exception, the...

investigation

This PR is an attempt to make working with AcroForms easier and user-friendly. Notable changes: - The 14 standard-fonts defined in the Pdf-Specification are now embedded in the library. There...