您好,我在 Apple M4 Pro 上使用 Aspose.PDF V25.3 .0 使用 Aspose.Pdf.Facades.PdfExtractor 來儲存 PDF 中的影像,儲存的圖檔都是 0 byte ,也沒有任何的錯誤。
註: 已透過 brew 安裝 mono-libgdiplus , 並重新開機過。
brew install mono-libgdiplus
程式如下,
using System.IO;
using …...jpg", FileMode.Create)) { memoryStream...IO.Path.Combine(dataDir, "1.jpg"); Aspose.Pdf.Document pdfDocument...