C# and cPrintURL
Submitted by Snoopy74 on Thu, 2008-04-10 11:52.
Hello @all,
i've got the following (URGENT) problem:
I'm trying (in C#) to convert a HTML file to PDF.
Code:
_PDFCreator.cPrintURL("file:///C:/test.html", 3500);
_PDFCreator.cStopURLPrinting = false;
I also tried with values (in place of 3500) up to 5000 and the filename @"c:\test.html" - no success.
Can you give me a working example for this ?
Rgds,
Snoop