Description
Aspose.PDF throw an exception when call FontUtilities.SubsetFonts
.
Code
void Main()
{
var doc = new Aspose.Pdf.Document(@"C:\Users\XCL\Desktop\test\source.pdf");
doc.FontUtilities.SubsetFonts(Aspose.Pdf.FontSubsetStrategy.SubsetAllFonts);
}
Error Preview
image.png (74.9 KB)
Test File
source.pdf (4.0 MB)