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
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura>
<!-- pdfium.dll is a native P/Invoke dependency brought in by Docnet.Core.
Embedding it so the single EXE stays truly portable. -->
<Unmanaged64Assemblies>
pdfium
</Unmanaged64Assemblies>
</Costura>
</Weavers>