EvoPdf Could not create the Document. The method parameter cannot be null

344 Views Asked by At

I have problem with EvoPdf. Look at the line below:

EvoPdf.Document pdfDocument = new EvoPdf.Document(docFile);

Where docFile is valid path to file. I had checked it twice. And the exception message is:

Could not create the Document. The method parameter cannot be null

Any suggestions?

0

There are 0 best solutions below