94ce416aa1
refactor(Pdf); rename OutputStream as ExportStream
...
- rename ToBytes extension method as ExportAsBytes
2025-09-25 12:52:50 +02:00
7964cc44fb
refactor(Extensions): add ToBytes shortcut method
2025-09-25 12:47:03 +02:00
b0b734ecfb
refactor(Edit): rename as Pdf
...
- add Page and Design methods as shortcut methods
2025-09-25 11:06:03 +02:00
2d6347ffa6
refactor(Edit): Dokument-Methode zum Bearbeiten von PDF-Dokumenten hinzufügen
2025-09-25 10:19:11 +02:00
ac29fac88d
add OutputStream getter
2025-09-24 17:49:15 +02:00
54c21556f6
refactor(Edit): add Finalizer region
2025-09-24 16:08:59 +02:00
ed4fd6ce96
feat(Edit): created to handle pdf edit operations fluently
2025-09-24 16:07:51 +02:00
0fa641c15d
feat(Extensions): Add PDF editing extension methods using iText
...
- Introduced `Edit` extension methods for `Stream` and `byte[]` to allow
in-place PDF modifications via a `PdfDocument` action.
- Supports both .NET and .NET Framework projects.
- Ensures proper disposal of streams and PdfDocument instances.
2025-09-24 14:12:35 +02:00
8709bd5c2e
feat(PdfEditor): Erstellen ein PDF-Bearbeitungsprojekt, das sowohl .NET als auch das .NET Framework unterstützt.
2025-09-24 13:08:56 +02:00