Rank: Newbie
Groups: Registered
Joined: 8/23/2024(UTC) Posts: 2 Location: North East England
|
When trying to save a pdf page as an image, following the example on pdfium.patagames.com, the GetImage() method is not found. I've been unable to find any information on how to fix this. Is there something I'm missing?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,103
Thanks: 7 times Was thanked: 128 time(s) in 125 post(s)
|
Hello,
You need to add a reference to the Patagames.Pdf.Gdi.dll assembly. This assembly is added to the project automatically if your project has a Windows target framework. For example:
<TargetFramework>net8.0-windows</TargetFramework>
Otherwise, you can add it manually. This assembly is located in the net8.0-windows folder in the NuGet/Zip package.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close