1

I am using the EvoPdf nuget package version 6.15 and I'm unable to work with the PdfToImageConverter utility as mentioned in the sample code.

http://www.evopdf.com/pdf-to-image-converter.aspx

Is this code referenced in a separate package to the core HTML to PDF code?

Many thanks

Dan
  • 968
  • 1
  • 8
  • 21
  • I am using itextsharp library for the same purpose https://sourceforge.net/projects/itextsharp/files/itextsharp/ – user890255 Mar 03 '16 at 11:01

1 Answers1

0

Seems the code is in the EvoPdfToImage assembly which can only be downloaded as a binary and referenced.

http://www.evopdf.com/download.aspx

Dan
  • 968
  • 1
  • 8
  • 21