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