Build batch file for converting html to pdf file

This commit is contained in:
Matthew
2021-05-07 17:32:13 +08:00
parent 3304af3297
commit 2cc0151314
12 changed files with 241 additions and 39 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ BOOL AppConfiguration::GetSupportingFilter()
BOOL AppConfiguration::IsPdfSupported()
{
PdfConverterImpl converter;
PdfConverterImpl converter(NULL);
return converter.isPdfSupported() ? TRUE : FALSE;
}