Hello. Our company utilizes Aspose.PDF to convert Pdfs to Docx.
The code is as follows:
using (var pdfDocument = new Aspose.Pdf.Document(pdfFilePath))
{
var saveOptions = new DocSaveOptions
{
Format = DocSaveOption…...Drawing 2024.10.0] [Aspose.PDF.Drawing 2025...
We are observing an exception whenever we are trying to load some of the pdfs using code below
Document document = new Document(pdfStream);
Exception : The input string ‘CreatorInfo’ was not in a correct format
Unfor…...Drawing” with version “24.10.0” We don’t see any property...