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

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
DavidSlade Posted: Saturday, December 2, 2023 4:24:40 PM(UTC)
 
Thank you, this worked
Paul Rayman Posted: Thursday, November 30, 2023 8:26:34 PM(UTC)
 
Hello,

Below are two videos that illustrate how to add this dependency to a project if your project is focused on several platforms or only on the Windows platform. In the second case it is actually added automatically.

1.


2.
DavidSlade Posted: Thursday, November 30, 2023 12:19:10 AM(UTC)
 
This line no longer works with Pdfium 4.87.2704:

PdfBitmap pdfBitmap = PdfBitmap.FromFile(file)


'PdfBitmap.FromBitmap(object)' is obsolete: 'The method has been moved to the PdfBitmapExtension class (Patagames.Pdf.Gdi.dll).'

How do I add a reference to Patagames.Pdf.Gdi.dll?
Looks like it is not in the Nuget package.
I tried adding the Patagames.Pdf.Gdi.dll, which didn't work.