Using Aspose.Words to convert a PDF to Markdown, an error occurred. The document is a page split from a larger PDF. ErrorMessage: “RuntimeError: Proxy error(FileCorruptedException): The document appears to be corrupted and cannot be loaded. —> ArgumentNullException: Value cannot be null. (Parameter ‘bitmap’)” code:‘’’
document1 = aw.Document(file_name)
save_options = aw.saving.MarkdownSaveOptions()
save_options.image_resolution = 300
document1.save("test.md", save_options)
test.pdf (737.2 KB)