Add support for LZWDecode filter, needs more testing (Issue #11)

This commit is contained in:
Michael R Sweet
2026-01-16 09:53:51 -05:00
parent bdcd963352
commit 09520d250f
9 changed files with 620 additions and 141 deletions

View File

@@ -160,6 +160,7 @@
<ClCompile Include="pdfio-crypto.c" />
<ClCompile Include="pdfio-dict.c" />
<ClCompile Include="pdfio-file.c" />
<ClCompile Include="pdfio-lzwdecode.c" />
<ClCompile Include="pdfio-md5.c" />
<ClCompile Include="pdfio-object.c" />
<ClCompile Include="pdfio-page.c" />