Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Safet Purkovic 923ad070ee Feature / Added options for sending Format and Margins from client to API před 4 roky
.vscode Fixed swagger před 4 roky
BlackRock.Reporting.API Feature / Added options for sending Format and Margins from client to API před 4 roky
.gitignore Feature / Added options for sending Format and Margins from client to API před 4 roky
BlackRock.sln Initial solution před 4 roky
README.md Updated README file před 4 roky

README.md

PDFEngineAPI

Download coreui free template ReactJS app from Drive (https://drive.google.com/file/d/16bRt2MTkg8b6cHLPtM_EzcF7H6raYz91/view)

Then extract it and open in command prompt
run: npm install
run: npm start

PDFEngine module must be linked to PDFEngineAPI

In PDFEngine module project terminal type npm link
In BlackRock.Reporting.API project terminal type npm link PDFEngine

After it you can open BlackRock.Reporting.API project in terminal

run: npm install
run: dotnet run and open https link

NOTE: you must install .NET 6 SDK before starting API

The first launch will take a little longer