Content Extraction is Restricted by File Permissions | Avoid Exception when Loading Adobe generated PDF with C# .NET Library

Here’s another PDF that can’t be opened in Aspose.Words. This time the message is “Content extraction is restricted by file permissions.” But it can be opened in Acrobat Reader. 3200278-Oakland VPT A. Very Low Income Exemption Application.pdf (137.6 KB)

@rdaviessci,

The old 20.11 version of Aspose.Words for .NET throws following exception upon loading this PDF file:

System.IO.FileLoadException
  HResult=0x80131621
  Message=Content extraction is restricted by file permissions.
  Source=Aspose.Words

But this exception does not occur when using the latest 21.1 version of Aspose.Words for .NET. You can upgrade to latest version separately from this NuGet Package.

A post was split to a new topic: Error BC30516 Overload Resolution Failed because no Accessible ‘ToImage’ Accepts this Number of Arguments | C# .NET