<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[pdfium viewer ב-  עבור C# wpf]]></title><description><![CDATA[<p dir="auto">עריכה: אני משאיר את השאלה על מקומה בכל אופן התשובה הקצרה נמצאת בפוסט של <a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%97%D7%92%D7%99">@<bdi>חגי</bdi></a> האחרון.</p>
<p dir="auto">מישהו יודע איך להשתמש בpdfium viewer ב- wpf<br />
החבילות בנוגט עושות לי שגיאות בהתקנה<br />
כגון</p>
<pre><code>Severity	Code	Description	Project	File	Line	Suppression State
Error		Could not install package 'PDFiumCore 123.0.6309'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.				
</code></pre>
<p dir="auto">מצאתי בגיט משהו מוכן אבל גם זה לא עובד עושה שגיאות</p>
<pre><code>System.DllNotFoundException
  HResult=0x80131524
  Message=אין אפשרות לטעון את קובץ ה-DLL 'pdfium.dll'. The specified module could not be found. (חריג מ-  HRESULT: 0x8007007E)
  Source=PdfiumViewer
  StackTrace:
   at PdfiumViewer.NativeMethods.Imports.FPDF_AddRef()
   at PdfiumViewer.NativeMethods.FPDF_AddRef() in C:\Users\0533105132\Downloads\PdfiumViewer-master(1)\PdfiumViewer-master\PdfiumViewer\NativeMethods.Pdfium.cs:line 25
   at PdfiumViewer.PdfLibrary..ctor() in C:\Users\0533105132\Downloads\PdfiumViewer-master(1)\PdfiumViewer-master\PdfiumViewer\PdfLibrary.cs:line 26
   at PdfiumViewer.PdfLibrary.EnsureLoaded() in C:\Users\0533105132\Downloads\PdfiumViewer-master(1)\PdfiumViewer-master\PdfiumViewer\PdfLibrary.cs:line 18
   at PdfiumViewer.PdfFile..ctor(Stream stream, String password) in C:\Users\0533105132\Downloads\PdfiumViewer-master(1)\PdfiumViewer-master\PdfiumViewer\PdfFile.cs:line 29
   at PdfiumViewer.PdfDocument..ctor(Stream stream, String password) in C:\Users\0533105132\Downloads\PdfiumViewer-master(1)\PdfiumViewer-master\PdfiumViewer\PdfDocument.cs:line 155
   at PdfiumViewer.PdfDocument.Load(Stream stream, String password) in C:\Users\0533105132\Downloads\PdfiumViewer-master(1)\PdfiumViewer-master\PdfiumViewer\PdfDocument.cs:line 129
   at PdfiumViewer.PdfDocument.Load(String path, String password) in C:\Users\0533105132\Downloads\PdfiumViewer-master(1)\PdfiumViewer-master\PdfiumViewer\PdfDocument.cs:line 42
   at PdfiumViewer.PdfDocument.Load(String path) in C:\Users\0533105132\Downloads\PdfiumViewer-master(1)\PdfiumViewer-master\PdfiumViewer\PdfDocument.cs:line 29
   at PdfiumViewer.WPFDemo.MainWindow.LoadPDFButton_Click(Object sender, RoutedEventArgs e) in C:\Users\0533105132\Downloads\PdfiumViewer-master(1)\PdfiumViewer-master\PdfiumViewer.WPFDemo\MainWindow.xaml.cs:line 91
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp; msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at System.Windows.Application.Run()
   at PdfiumViewer.WPFDemo.App.Main()

</code></pre>
<p dir="auto">אין לי מספיק ניסיון כדי לדעת ולהבין מה בדיוק הבעיה קראתי שצריך להוסיף את ה-dll של pdfium אבל לא הבנתי בדיוק איך<br />
אשמח לקבל עזרה</p>
<p dir="auto">מצו"ב הלינק לגיט<br />
<a href="https://github.com/pvginkel" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/pvginkel</a><br />
<a href="https://github.com/bezzad/PdfiumViewer" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/bezzad/PdfiumViewer</a></p>
<p dir="auto">תודה מראש</p>
]]></description><link>https://tchumim.com/topic/16146/pdfium-viewer-ב-עבור-c-wpf</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 23:12:16 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/16146.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Mar 2024 21:06:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to pdfium viewer ב-  עבור C# wpf on Mon, 04 Mar 2024 22:03:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%97%D7%92%D7%99">@<bdi>חגי</bdi></a><br />
אין כמוך!<br />
אני מצרף לינק לתשובה המדוייקת שם שעזרה לי<br />
<a href="https://stackoverflow.com/a/67373337/23343154" target="_blank" rel="noopener noreferrer nofollow ugc">https://stackoverflow.com/a/67373337/23343154</a></p>
]]></description><link>https://tchumim.com/post/161322</link><guid isPermaLink="true">https://tchumim.com/post/161322</guid><dc:creator><![CDATA[pcinfogmach]]></dc:creator><pubDate>Mon, 04 Mar 2024 22:03:50 GMT</pubDate></item><item><title><![CDATA[Reply to pdfium viewer ב-  עבור C# wpf on Mon, 04 Mar 2024 21:46:35 GMT]]></title><description><![CDATA[<p dir="auto">אולי זה יעזור לך<br />
<a href="https://stackoverflow.com/questions/55646556/adding-pdfium-dll-to-visual-studio" target="_blank" rel="noopener noreferrer nofollow ugc">https://stackoverflow.com/questions/55646556/adding-pdfium-dll-to-visual-studio</a></p>
]]></description><link>https://tchumim.com/post/161320</link><guid isPermaLink="true">https://tchumim.com/post/161320</guid><dc:creator><![CDATA[חגי]]></dc:creator><pubDate>Mon, 04 Mar 2024 21:46:35 GMT</pubDate></item><item><title><![CDATA[Reply to pdfium viewer ב-  עבור C# wpf on Mon, 04 Mar 2024 21:45:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%97%D7%92%D7%99">@<bdi>חגי</bdi></a><br />
תודה<br />
גם זה לא עובד לי עדכנתי את הפוסט למעלה עם מה שקרה</p>
]]></description><link>https://tchumim.com/post/161319</link><guid isPermaLink="true">https://tchumim.com/post/161319</guid><dc:creator><![CDATA[pcinfogmach]]></dc:creator><pubDate>Mon, 04 Mar 2024 21:45:19 GMT</pubDate></item><item><title><![CDATA[Reply to pdfium viewer ב-  עבור C# wpf on Mon, 04 Mar 2024 21:42:15 GMT]]></title><description><![CDATA[<p dir="auto">אתה צריך את זה:<br />
<a href="https://github.com/pvginkel/PdfiumViewer" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/pvginkel/PdfiumViewer</a><br />
<a href="https://www.nuget.org/packages/PdfiumViewer" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.nuget.org/packages/PdfiumViewer</a></p>
<p dir="auto">במה שאתה שלחת אין תמיכה בגירסת דוטנט שאתה משתמש<br />
<a href="https://www.nuget.org/packages/PdfiumViewer.WPF#supportedframeworks-body-tab" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.nuget.org/packages/PdfiumViewer.WPF#supportedframeworks-body-tab</a></p>
]]></description><link>https://tchumim.com/post/161318</link><guid isPermaLink="true">https://tchumim.com/post/161318</guid><dc:creator><![CDATA[חגי]]></dc:creator><pubDate>Mon, 04 Mar 2024 21:42:15 GMT</pubDate></item></channel></rss>