view mupdf-source/platform/win32/mupdfcsharpswig.vcxproj @ 29:f76e6575dca9 v1.26.4+1

+++++ v1.26.4+1
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 19 Sep 2025 19:59:23 +0200
parents b50eed0cc0ef
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Disabled|Win32">
      <Configuration>Disabled</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Disabled|x64">
      <Configuration>Disabled</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{985AE4FC-7200-4E8A-B5E2-B8038C110966}</ProjectGuid>
    <RootNamespace>mupdfcpp</RootNamespace>
    <Keyword>Win32Proj</Keyword>
    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <PlatformToolset>v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
    <WholeProgramOptimization>true</WholeProgramOptimization>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <PlatformToolset>v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <PlatformToolset>v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
    <WholeProgramOptimization>true</WholeProgramOptimization>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <PlatformToolset>v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Disabled|Win32'">
    <PlatformToolset>v142</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Disabled|x64'">
    <PlatformToolset>v142</PlatformToolset>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <OutDir>$(Configuration)\</OutDir>
    <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
    <LinkIncremental>true</LinkIncremental>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <OutDir>$(Platform)\$(Configuration)\</OutDir>
    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    <LinkIncremental>false</LinkIncremental>
    <TargetName>$(ProjectName)</TargetName>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <OutDir>$(Configuration)\</OutDir>
    <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
    <LinkIncremental>false</LinkIncremental>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <OutDir>$(Platform)\$(Configuration)\</OutDir>
    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    <LinkIncremental>false</LinkIncremental>
    <TargetName>$(ProjectName)</TargetName>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <AdditionalIncludeDirectories>../../include;../../platform/c++/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>WIN32;_DEBUG;FZ_DLL_CLIENT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <MinimalRebuild>
      </MinimalRebuild>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
      <PrecompiledHeader />
      <WarningLevel>Level4</WarningLevel>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    </ClCompile>
    <Link>
      <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <SubSystem>Windows</SubSystem>
      <TargetMachine>MachineX86</TargetMachine>
      <AdditionalLibraryDirectories>Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalDependencies>mupdfcpp.lib;%(AdditionalDependencies)</AdditionalDependencies>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <Midl>
      <TargetEnvironment>X64</TargetEnvironment>
    </Midl>
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <AdditionalIncludeDirectories>../../include;../../platform/c++/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>WIN64;_DEBUG;FZ_DLL_CLIENT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <MinimalRebuild>
      </MinimalRebuild>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
      <PrecompiledHeader />
      <WarningLevel>Level4</WarningLevel>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    </ClCompile>
    <Link>
      <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <SubSystem>Windows</SubSystem>
      <TargetMachine>MachineX64</TargetMachine>
      <AdditionalLibraryDirectories>x64/Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalDependencies>mupdfcpp64.lib;%(AdditionalDependencies)</AdditionalDependencies>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <AdditionalIncludeDirectories>../../include;../../platform/c++/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>WIN32;NDEBUG;FZ_DLL_CLIENT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
      <PrecompiledHeader />
      <WarningLevel>Level4</WarningLevel>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <MinimalRebuild />
    </ClCompile>
    <Link>
      <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <SubSystem>Windows</SubSystem>
      <OptimizeReferences>true</OptimizeReferences>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <TargetMachine>MachineX86</TargetMachine>
      <AdditionalLibraryDirectories>Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalDependencies>mupdfcpp.lib;%(AdditionalDependencies)</AdditionalDependencies>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <Midl>
      <TargetEnvironment>X64</TargetEnvironment>
    </Midl>
    <ClCompile>
      <AdditionalIncludeDirectories>../../include;../../platform/c++/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>WIN64;NDEBUG;FZ_DLL_CLIENT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
      <PrecompiledHeader />
      <WarningLevel>Level4</WarningLevel>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    </ClCompile>
    <Link>
      <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <SubSystem>Windows</SubSystem>
      <OptimizeReferences>true</OptimizeReferences>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <TargetMachine>MachineX64</TargetMachine>
      <AdditionalLibraryDirectories>x64/Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalDependencies>mupdfcpp64.lib;%(AdditionalDependencies)</AdditionalDependencies>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="..\csharp\mupdfcpp_swig.i.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Disabled|Win32'">true</ExcludedFromBuild>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="libmupdfcsharpswig.vcxproj">
      <Project>{5f615f91-dff8-4f05-bf48-6222b7d86519}</Project>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>
PK1[Yk$ PyMuPDF-bf1744083a54/tests/README.mdUTr-hPK1[vnu& PyMuPDF-bf1744083a54/tests/conftest.pyUTr-hPK1[H]; , PyMuPDF-bf1744083a54/tests/gentle_compare.pyUTr-hPK1[N1 RPyMuPDF-bf1744083a54/tests/resources/001003ED.pdfUTr-hPK1[UhS\(* PyMuPDF-bf1744083a54/tests/resources/1.pdfUTr-hPK1[!&c* MPyMuPDF-bf1744083a54/tests/resources/2.pdfUTr-hPK1[Gf3 PyMuPDF-bf1744083a54/tests/resources/2201.00069.pdfUTr-hPK1[UhS\(* ( PyMuPDF-bf1744083a54/tests/resources/3.pdfUTr-hPK1[4p**  PyMuPDF-bf1744083a54/tests/resources/4.pdfUTr-hPK1[! 0 P PyMuPDF-bf1744083a54/tests/resources/Bezier.epubUTr-hPK1[';p:;J4 hPyMuPDF-bf1744083a54/tests/resources/PragmaticaC.otfUTr-hPK1[$FSM8 PyMuPDF-bf1744083a54/tests/resources/battery-file-22.pdfUTr-hPK1[qϚ2a0 cPyMuPDF-bf1744083a54/tests/resources/bug1945.pdfUTr-hPK1[%Rm!;0 y"PyMuPDF-bf1744083a54/tests/resources/bug1971.pdfUTr-hPK1[oQ<7 ~"PyMuPDF-bf1744083a54/tests/resources/chinese-tables.pdfUTr-hPK1[qt: F(PyMuPDF-bf1744083a54/tests/resources/chinese-tables.pickleUTr-hPK1[QK5 =L(PyMuPDF-bf1744083a54/tests/resources/circular-toc.pdfUTr-hPK1[Bl07 WN(PyMuPDF-bf1744083a54/tests/resources/cms-etc-filled.pdfUTr-hPK1[̸.7/ _*PyMuPDF-bf1744083a54/tests/resources/cython.pdfUTr-hPK1[ᩋF 2 }+PyMuPDF-bf1744083a54/tests/resources/cython.pickleUTr-hPK1[}=em9 ,+PyMuPDF-bf1744083a54/tests/resources/dotted-gridlines.pdfUTr-hPK1[od81 N+-PyMuPDF-bf1744083a54/tests/resources/full_toc.txtUTr-hPK1[c]>E6 0-PyMuPDF-bf1744083a54/tests/resources/github_sample.pdfUTr-hPK1[J?" _6 >p-PyMuPDF-bf1744083a54/tests/resources/has-bad-fonts.pdfUTr-hPK1[N{<4 -PyMuPDF-bf1744083a54/tests/resources/image-file1.pdfUTr-hPK1[MIŕDR4 k.PyMuPDF-bf1744083a54/tests/resources/img-regular.pdfUTr-hPK1[a L[8 .PyMuPDF-bf1744083a54/tests/resources/img-transparent.pdfUTr-hPK1[<mv8 .PyMuPDF-bf1744083a54/tests/resources/img-transparent.pngUTr-hPK1[jC? T/PyMuPDF-bf1744083a54/tests/resources/interfield-calculation.pdfUTr-hPK1[E=Fs #Rz/ qY/PyMuPDF-bf1744083a54/tests/resources/joined.pdfUTr-hPK1[&85T l4 |5PyMuPDF-bf1744083a54/tests/resources/merge-form1.pdfUTr-hPK1[D 4 5PyMuPDF-bf1744083a54/tests/resources/merge-form2.pdfUTr-hPK1[+.1 5PyMuPDF-bf1744083a54/tests/resources/metadata.txtUTr-hPK1[ۙvr :|7 5PyMuPDF-bf1744083a54/tests/resources/mupdf_explored.pdfUTr-hPK1[P(Q%82 CPyMuPDF-bf1744083a54/tests/resources/nur-ruhig.jpgUTr-hPK1[h<>/4 DPyMuPDF-bf1744083a54/tests/resources/quad-calc-0.pdfUTr-hPK1[[3 .DPyMuPDF-bf1744083a54/tests/resources/simple_toc.txtUTr-hPK1[S.4 DPyMuPDF-bf1744083a54/tests/resources/small-table.pdfUTr-hPK1[4KG|=lA6 DPyMuPDF-bf1744083a54/tests/resources/strict-yes-no.pdfUTr-hPK1[$4 DPyMuPDF-bf1744083a54/tests/resources/symbol-list.pdfUTr-hPK1[ZG Y0 )DPyMuPDF-bf1744083a54/tests/resources/symbols.txtUTr-hPK1[#4#T2 DPyMuPDF-bf1744083a54/tests/resources/test-2333.pdfUTr-hPK1[f42 3GLPyMuPDF-bf1744083a54/tests/resources/test-2462.pdfUTr-hPK1[@y 2 LPyMuPDF-bf1744083a54/tests/resources/test-2812.pdfUTr-hPK1[ј 2 wLPyMuPDF-bf1744083a54/tests/resources/test-3143.pdfUTr-hPK1[QA 2 LPyMuPDF-bf1744083a54/tests/resources/test-3150.pdfUTr-hPK1[8j482 HLPyMuPDF-bf1744083a54/tests/resources/test-3207.pdfUTr-hPK1[Uwm2 LPyMuPDF-bf1744083a54/tests/resources/test-3591.pdfUTr-hPK1[-!v 2 LPyMuPDF-bf1744083a54/tests/resources/test-3820.pdfUTr-hPK1[(2 xTPyMuPDF-bf1744083a54/tests/resources/test-4055.pdfUTr-hPK1[%'2 IUPyMuPDF-bf1744083a54/tests/resources/test-4503.pdfUTr-hPK1[j%&o4 %UPyMuPDF-bf1744083a54/tests/resources/test-707448.pdfUTr-hPK1[&NK\4 xWPyMuPDF-bf1744083a54/tests/resources/test-707673.pdfUTr-hPK1[R5Biab1 WPyMuPDF-bf1744083a54/tests/resources/test-E+A.pdfUTr-hPK1[9`<>8 ^ZPyMuPDF-bf1744083a54/tests/resources/test-linebreaks.pdfUTr-hPK1[  < OZPyMuPDF-bf1744083a54/tests/resources/test-rewrite-images.pdfUTr-hPK1[{#: caPyMuPDF-bf1744083a54/tests/resources/test-styled-table.pdfUTr-hPK1[g?f# Q 1 \bPyMuPDF-bf1744083a54/tests/resources/test2093.pdfUTr-hPK1[E (1 mPyMuPDF-bf1744083a54/tests/resources/test2182.pdfUTr-hPK1[4a1 mPyMuPDF-bf1744083a54/tests/resources/test2238.pdfUTr-hPK1[LP^ ; mPyMuPDF-bf1744083a54/tests/resources/test_1645_expected.pdfUTr-hPK1[fIm\2 mPyMuPDF-bf1744083a54/tests/resources/test_1824.pdfUTr-hPK1[i N R2 mPyMuPDF-bf1744083a54/tests/resources/test_2108.pdfUTr-hPK1[Nbߠr2 nPyMuPDF-bf1744083a54/tests/resources/test_2270.pdfUTr-hPK1[oQ<2 FpPyMuPDF-bf1744083a54/tests/resources/test_2533.pdfUTr-hPK1[[P2 ~vPyMuPDF-bf1744083a54/tests/resources/test_2548.pdfUTr-hPK1[*N4 ىPyMuPDF-bf1744083a54/tests/resources/test_2553-2.pdfUTr-hPK1[=5 2 zPyMuPDF-bf1744083a54/tests/resources/test_2553.pdfUTr-hPK1[ )B2 RLPyMuPDF-bf1744083a54/tests/resources/test_2596.pdfUTr-hPK1[wQ,7 ZPyMuPDF-bf1744083a54/tests/resources/test_2608_expectedUTr-hPK1[i#< PyMuPDF-bf1744083a54/tests/resources/test_2608_expected_1.26UTr-hPK1[; 2 PyMuPDF-bf1744083a54/tests/resources/test_2634.pdfUTr-hPK1[5< 2 ΗPyMuPDF-bf1744083a54/tests/resources/test_2635.pdfUTr-hPK1[oA:1zH4 EPyMuPDF-bf1744083a54/tests/resources/test_2645_1.pdfUTr-hPK1[ i)34 wPyMuPDF-bf1744083a54/tests/resources/test_2645_2.pdfUTr-hPK1[/2)q34 PyMuPDF-bf1744083a54/tests/resources/test_2645_3.pdfUTr-hPK1[@u\S2_2 ;̢PyMuPDF-bf1744083a54/tests/resources/test_2710.pdfUTr-hPK1[8 2 PyMuPDF-bf1744083a54/tests/resources/test_2730.pdfUTr-hPK1[zI/'2 r3PyMuPDF-bf1744083a54/tests/resources/test_2742.pdfUTr-hPK1[(F2 <PyMuPDF-bf1744083a54/tests/resources/test_2788.pdfUTr-hPK1[-λ=a: 1?PyMuPDF-bf1744083a54/tests/resources/test_2791_content.pdfUTr-hPK1[7$< |PyMuPDF-bf1744083a54/tests/resources/test_2791_coverpage.pdfUTr-hPK1[] IP2 $PyMuPDF-bf1744083a54/tests/resources/test_2861.pdfUTr-hPK1[M6MM2 PyMuPDF-bf1744083a54/tests/resources/test_2871.pdfUTr-hPK1[Z2 PyMuPDF-bf1744083a54/tests/resources/test_2885.pdfUTr-hPK1[g"2 j PyMuPDF-bf1744083a54/tests/resources/test_2904.pdfUTr-hPK1[pK V2 7'PyMuPDF-bf1744083a54/tests/resources/test_2907.pdfUTr-hPK1[e2 'PyMuPDF-bf1744083a54/tests/resources/test_2954.pdfUTr-hPK1[ d74 ar)PyMuPDF-bf1744083a54/tests/resources/test_2957_1.pdfUTr-hPK1[jBh4 +PyMuPDF-bf1744083a54/tests/resources/test_2957_2.pdfUTr-hPK1[B 2 l+PyMuPDF-bf1744083a54/tests/resources/test_2969.pdfUTr-hPK1[ݢϳw2 +PyMuPDF-bf1744083a54/tests/resources/test_2979.pdfUTr-hPK1[ Gz0/; .PyMuPDF-bf1744083a54/tests/resources/test_3050_expected.pngUTr-hPK1[:FT|2 BPyMuPDF-bf1744083a54/tests/resources/test_3058.pdfUTr-hPK1[~S 2 GPyMuPDF-bf1744083a54/tests/resources/test_3062.pdfUTr-hPK1[z5@2 UPyMuPDF-bf1744083a54/tests/resources/test_3070.pdfUTr-hPK1[ydf-E 2 UPyMuPDF-bf1744083a54/tests/resources/test_3072.pdfUTr-hPK1[V1]Y2 '^PyMuPDF-bf1744083a54/tests/resources/test_3087.pdfUTr-hPK1[U2 ̀^PyMuPDF-bf1744083a54/tests/resources/test_3179.pdfUTr-hPK1[ن  2 #bPyMuPDF-bf1744083a54/tests/resources/test_3186.pdfUTr-hPK1[M6+t2 tlPyMuPDF-bf1744083a54/tests/resources/test_3197.pdfUTr-hPK1[.2 mPyMuPDF-bf1744083a54/tests/resources/test_3357.pdfUTr-hPK1[8/(T2 cpPyMuPDF-bf1744083a54/tests/resources/test_3362.pdfUTr-hPK1[zDd2 rPyMuPDF-bf1744083a54/tests/resources/test_3376.pdfUTr-hPK1[誤܈4h2 ȭrPyMuPDF-bf1744083a54/tests/resources/test_3448.pdfUTr-hPK1[ye-H? rPyMuPDF-bf1744083a54/tests/resources/test_3448.pdf-expected.pngUTr-hPK1[>(A2 rPyMuPDF-bf1744083a54/tests/resources/test_3450.pdfUTr-hPK1[ "53 -wPyMuPDF-bf1744083a54/tests/resources/test_3493.epubUTr-hPK1[ýr +2 ezPyMuPDF-bf1744083a54/tests/resources/test_3569.pdfUTr-hPK1[4 u2 @ zPyMuPDF-bf1744083a54/tests/resources/test_3594.pdfUTr-hPK1[:#m|w!3 .PyMuPDF-bf1744083a54/tests/resources/test_3615.epubUTr-hPK1[inLX2 .PyMuPDF-bf1744083a54/tests/resources/test_3624.pdfUTr-hPK1[)(5 D; PyMuPDF-bf1744083a54/tests/resources/test_3624_expected.pngUTr-hPK1[&=52 PyMuPDF-bf1744083a54/tests/resources/test_3650.pdfUTr-hPK1[Ob)43 MPyMuPDF-bf1744083a54/tests/resources/test_3654.docxUTr-hPK1[^*G2 PyMuPDF-bf1744083a54/tests/resources/test_3677.pdfUTr-hPK1[i /L 5 =1PyMuPDF-bf1744083a54/tests/resources/test_3687-3.epubUTr-hPK1[cmZ XH 3 EPyMuPDF-bf1744083a54/tests/resources/test_3687.epubUTr-hPK1[:B,;\t2 V&PyMuPDF-bf1744083a54/tests/resources/test_3705.pdfUTr-hPK1[X8 If"''2 ><PyMuPDF-bf1744083a54/tests/resources/test_3725.pdfUTr-hPK1[7Y"2 PyMuPDF-bf1744083a54/tests/resources/test_3727.pdfUTr-hPK1[W}2 ZPyMuPDF-bf1744083a54/tests/resources/test_3780.pdfUTr-hPK1[!.B