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)
pangerani Posted: Tuesday, September 15, 2020 5:09:53 AM(UTC)
 
Yes, the PDFViewer. We are using it for WPF under .Net core where we have PDF intranet clients and Angular mobile clients. Do you have any plans to let us build using .Net core only bits ?
Paul Rayman Posted: Monday, September 14, 2020 4:26:46 PM(UTC)
 
The Pdfium.Net SDK itself supports the .Net core.
More details - .Net Standard 2.0 and .Net Standard 2.1 assemblies are included in NuGet, Zip and MSI packages.
https://pdfium.patagames.com/downloads/

Or are you talking about PdfViewer? Currently, the viewer is implemented for the WinForms and WPF platforms. And viewer for Xamarin.iOS is being prepared for release.
pangerani Posted: Monday, September 14, 2020 7:35:16 AM(UTC)
 
We are in the process of converting all of our builds to .Net core. PDFium is one to the two last holdouts among our 3rd party libraries.

Are there any current plans to supoort .Net core (specifically as a NuGet install) in the near future?

DFletcher Posted: Wednesday, February 1, 2017 8:04:57 PM(UTC)
 
Hi

This compatibility issue is related to an MSCORLIB dependency...which has more to do with the Visual Studio 2015 XPROJ project type. Visual Studio 2017 kills XPROJ, reverts to CSPROJ, and promises that these issues go away.

Right now, the workaround is to have a Frankenstein Core app, sitting on .Net 4.6.1. A separate 4.6.1 class library project contains the PDFium package and is included in the Core(4.6.1) app as an existing project. You also need to put pdfium.dll in the root of the Core app. It's a total hack, but works.

D
Paul Rayman Posted: Thursday, November 24, 2016 3:00:54 PM(UTC)
 
Pdfium uses the native Windows dll, so that even if we port a .Net part to .Net Core, it still won't work on Linux.
Elm Posted: Thursday, November 24, 2016 12:20:50 AM(UTC)
 
Originally Posted by: Paul Rayman Go to Quoted Post
I think it is possible to create a Pdfium.Net wrapper (with some restrictions) using .Net Core 1.6
It will take some effort, so what is the use case of such wrapper? In which scenarios you want to use it?


Hi Paul,
what I want is being able to extend an existing app running on Linux with PDF capabilities.
As I work with .NET, I'm looking for DotNet Core librairies.
Seems to me that it's too early, most .NET libraries haven't been updated to support dotNET Core.
I'll have to use Java :-(
Paul Rayman Posted: Wednesday, November 23, 2016 8:11:05 PM(UTC)
 
I think it is possible to create a Pdfium.Net wrapper (with some restrictions) using .Net Core 1.6
It will take some effort, so what is the use case of such wrapper? In which scenarios you want to use it?
Elm Posted: Tuesday, November 22, 2016 7:42:31 AM(UTC)
 
Hi,

Does Pdfium.NET support dotNET Core (or NetStandard) ? If not, is it planned in the future ?

Regards