vendor: import KillerPDF 1.7.5 source (GPL-3.0) as the base for MMD PDF

This commit is contained in:
2026-08-27 06:58:22 +02:00
commit 532485a830
577 changed files with 149058 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
; PDFsharp string resources (German)
;
; Must be saved as Unicode (UTF-8 with signature) to force resgen.exe to process German umlauts.
; ----- General Messages --------------------------------------------------------------------------
SampleMessage1 = Das ist Beispielnachricht 1 (de).
SampleMessage2 = Das ist Beispielnachricht 2: {0}.
; ----- XGraphics Messages ------------------------------------------------------------------------
; ----- Pdf Messages ------------------------------------------------------------------------------
NameMustStartWithSlash = Ein PDF-Name muss mit einem Schrägstrich ('/') beginnen.
UserOrOwnerPasswordRequired = Zum Verschlüsseln des Dokuments muss ein Kennwort zum Öffnen (UserPassword) oder ein Berechtigungskennwort (OwnerPassword) gesetzt sein.
; ----- PdfParser Messages ------------------------------------------------------------------------
UnexpectedToken = Token '{0}' wird an dieser Stelle nicht erwartet.
UnknownEncryption = Das PDF-Dokument ist mit einer von PDFsharp nicht unterstützten Verschlüsselung geschützt.
+20
View File
@@ -0,0 +1,20 @@
; PDFsharp string resources (English)
;
;
; ----- General Messages --------------------------------------------------------------------------
SampleMessage1 = This is sample message 1 (2.0).
SampleMessage2 = This is sample message 2: {0}.
; ----- XGraphics Messages ------------------------------------------------------------------------
; ----- Pdf Messages ------------------------------------------------------------------------------
NameMustStartWithSlash = A PDF name must start with a slash ('/').
UserOrOwnerPasswordRequired = At least a user or an owner password is required to encrypt the document.
; ----- PdfParser Messages ------------------------------------------------------------------------
UnexpectedToken = Token '{0}' was not expected.
UnknownEncryption = The PDF document is protected with an encryption not supported by PDFsharp.