You need the Foxit SDK for .NET. If you don't have it, download it here. You also need to have the .NET SDK 6.0 or later installed on your PC. If you don't, get it here. Dataset is found in the /data directory.
-
Clone the repository and change directory to it:
[SSH] git clone [email protected]:IamGideonIdoko/foxit_pdf_table.git [HTTPS] git clone https://github.com/IamGideonIdoko/foxit_pdf_table.git cd foxit_pdf_table
-
Create
.envfile from the content of.env.exampleand update it with your Foxit API key and serial number.cp .env.example .env
Get the key and serial number from the
/<sdk-root>/lib/gsdk_key.txtand/<sdk-root>/lib/gsdk_sn.txtfiles respectively -
Copy the
foxit.dllandfoxit_dotnetcore.dlllibrary files from either the x64_vc15 or x86_vc15 folder (depending on the architecture you’re targeting) into the “lib” directory in the project. -
Copy the
foxit.dlllibrary file into the root of the project.cp lib/foxit.dll foxit.dll
-
Install dependencies
dotnet install
-
Run
dotnet run