mirror of
https://github.com/BlueMatthew/WechatExporter.git
synced 2026-08-30 17:10:34 +08:00
Build batch file for converting html to pdf file
This commit is contained in:
@@ -194,7 +194,7 @@ BOOL AppConfiguration::GetSupportingFilter()
|
||||
|
||||
BOOL AppConfiguration::IsPdfSupported()
|
||||
{
|
||||
PdfConverterImpl converter;
|
||||
PdfConverterImpl converter(NULL);
|
||||
|
||||
return converter.isPdfSupported() ? TRUE : FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user