Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 648 Bytes

File metadata and controls

21 lines (11 loc) · 648 Bytes

pdfservicedemo

This is a sample application using EvoPdf 7.5 that demonstrates an issue with the official nuget package.

Expected behaviour

Calling the webservice should return a pdf file.

Actual behaviour

HtmlToPdfConverter throws an exeption:

ExceptionScreenshot

Cause

The file evointernal.dat (contained in the NuGet package) does not get deployed to the \bin\Debug\net472 folder.

Hotfix

Download the official NuGet package, unzip it and manually copy the file evointernal.dat to the \bin\debug\net472 folder.