Adds basic POC for PDFToImage

This commit is contained in:
Janus C. H. Knudsen 2026-02-05 16:24:54 +01:00
parent 3aeae6315b
commit 4f6337de6b
3 changed files with 223 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Docnet.Core" Version="2.6.0" />
</ItemGroup>
</Project>