COMADD
Results
2
comments of
COMADD
Hello, I don’t know what is WebConverter ! My C# code is : public static async Task ConvertPdfToPngAsync(StorageFile pdf, StorageFile png) { try { IRandomAccessStream randomAccessStream = await pdf.OpenAsync(FileAccessMode.Read); Stream...
I test Conversion.SavePng() with leaveOpen=true the generated PNG is better, but there remains a narrow margin at the bottom! The result link : https://1drv.ms/i/s!AqhmCsNj4U4CyjzZGISa_GotD_TM?e=mAldWy I verify the code and ConvertPdfToPngAsync()...