0
我知道如何使用BackgroundWorker的和報告的進展,但與循環WPF後臺工作報告進度
但的幫助下我怎麼能做到這一點沒有環
我使用nreco創建PDF格式從htm文件
我有這段代碼將html文件轉換爲pdf。所以有人可以幫助我轉換我的代碼,以報告進度條的進度?
var htmlToPdf = new NReco.PdfGenerator.HtmlToPdfConverter();
htmlToPdf.Size = NReco.PdfGenerator.PageSize.Letter;
htmlToPdf.Orientation = NReco.PdfGenerator.PageOrientation.Portrait;
htmlToPdf.GeneratePdfFromFiles(listSortpage.ToArray<string>(), null, @"a.pdf");