You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by "gerryw@hispeed.ch" <ge...@hispeed.ch> on 2017/05/29 11:38:21 UTC

PDFbox Windows 10 Universal

Hi I am Gerry

I am trying to use PDFbox in my windows 10 Universal project.

When I use the Nuget Package Manager to try and install PDFbox I get 
"Package Restore failed" and in the output " Package IKVM 8.1.5717 is 
not compatible with uap10.0 (UAP,Version=v10.0)".

I get this for all three versions of PDFbox in Nuget.

Any help gratefully appreciated

Regards

Gerry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: PDFbox Windows 10 Universal

Posted by Steve Hannah <st...@weblite.ca>.
Looks like PDFBox depends on IKVM in order to run in .Net.  IKVM doesn't
work in UWP and the maintainer (rather former maintainer - he recently
announced he's retiring) has no plans to add support.  We maintain a fork
of IKVM that runs on UWP:
https://github.com/shannah/cn1-ikvm-uwp

But, it isn't turn-key.  We have focused on tailoring it for our use cases
(Codename One mobile apps), and it requires some bootstrapping inside the
app to make it work.  In addition, it is very likely that PDF box requires
more of the JDK than we currently rely on, so it is unlikely that it would
work out of the box even with bootstrapping.   And unfortunately the
documentation I provide right now probably isn't enough for you to get up
and running, so that is a warning to you to be cautious before sinking time
into it.

Best regards

Steve



On Mon, May 29, 2017 at 4:38 AM, gerryw@hispeed.ch <ge...@hispeed.ch>
wrote:

> Hi I am Gerry
>
> I am trying to use PDFbox in my windows 10 Universal project.
>
> When I use the Nuget Package Manager to try and install PDFbox I get
> "Package Restore failed" and in the output " Package IKVM 8.1.5717 is not
> compatible with uap10.0 (UAP,Version=v10.0)".
>
> I get this for all three versions of PDFbox in Nuget.
>
> Any help gratefully appreciated
>
> Regards
>
> Gerry
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
>
>


-- 
Steve Hannah
Web Lite Solutions Corp.