-------------------------------
HTML2PDF Readme
-------------------------------

For an application to use HTML2PDF it must be able to reference 'html2pdf.dll'. 
A typical location for 'html2pdf.dll' is together with your application executable/assembly 
or it can be located in the same directory as the PDFNetC.dll (or PDFNet.dll) that you're
linking against. Be aware that PDFNet does not search the path environment variable for
'html2pdf.dll'.

To successfully run the HTML2PDFTest sample project that comes with PDFNet you can simply
copy the 'html2pdf.dll' into the 'Lib' folder.

To use HTML2PDF with your own projects, the easiest method is to place 'html2pdf.dll'
in the same directory as your PDFNet dll you link against. If this does not work for you,
you can instead use the HTML2PDF.SetModulePath() static method to set the relative or
absolute path of 'html2pdf.dll'.