Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 198 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 198 Bytes

HTML-TO-PDF

The following code is an example of the DLL entry point function

     PLibrary.Print P= new PLibrary.Print();
              
      P.DoPrint(Html, @"D:\temp\");