Monday 26 November 2018

Best Practice for Making Calls to Native Windows (C#) libs

I'm going to be developing an electron app shortly that will need to:Call iTextSharp to pick apart + read + write some PDF data (I suppose Java-based iText is an option as well)Make custom driver/API calls to access data on a USB-connected device (unknown if I'll have filesystem access to the USB device yet)Are there "best practices" and/or tutorials available for this? I'm something of a novice with electron (but not to JS and MVC development).

Submitted November 26, 2018 at 03:22PM by AmericanWigeon

No comments:

Post a Comment