logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
MrScottyTay  
#1 Posted : Friday, August 23, 2024 10:43:24 AM(UTC)
MrScottyTay

Rank: Newbie

Groups: Registered
Joined: 8/23/2024(UTC)
Posts: 2
United Kingdom
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?
Paul Rayman  
#2 Posted : Wednesday, September 18, 2024 4:23:10 AM(UTC)
Paul Rayman

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.
Users browsing this topic
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.