-1

How much volume can the EVO HTML to PDF Converter for .net handle? What specs do you recommend for the server?

I am unable to find information regarding this matter on evopdf.com.

1 Answers1

0

The answer lies in chapter 3 of the the EVO HTML to PDF user guide, see the excerpt below.

3. Requirements and Recommendations

The recommended hardware and software resources for successfully running the EVO HTML to PDF converter for .NET are listed below. Basically this is the environment we used for testing the product.

  • Operating System: Windows XP, Windows 2003 Server, Windows Vista, Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012
  • Hardware Architecture: 32-bit, 64-bit (recommended to run the converter in a 64-bit process)
  • Free RAM: 2GB
  • Microsoft .NET Framework 2.0 or 4.0
  • Full trust level when used in ASP.NET applications
M. Mimpen
  • 1,212
  • 16
  • 21
  • How much volume can the EVO HTML to PDF Converter for .net handle? – Snæbjörn Konráðsson May 07 '17 at 22:32
  • Besides the fact that you can run the library in parallel AFAIK, it's hard to point out a volume. It depends on the HTML DOM size, the quality of the PDF (or images) to render and much more variables. Perhaps you could try it out and post back results? – M. Mimpen May 08 '17 at 07:20
  • For posterity's sake, it's worth mentioning that there is a concurrency setting that defaults to 4. Or in other words, you won't be creating more than four documents in parallel, until you tweak that (static) property. EvoPdf.HtmlToPdfConverter.PdfConverterConcurrencyLevel – Rian Jul 09 '21 at 12:35