我在將現有word轉換為png圖片時,發現無法將字體轉換。
Document doc = new Document(filepath);
ImageSaveOptions imageOptions = new ImageSaveOptions(SaveFormat.Png);
imageOptions.PrettyFormat = true;
imageOptions.UseHighQualityRendering = true;
doc.Save(pngpath, imageOptions);
打破零回復...
登錄 慧都網發表評論