Hi Team,
Facing issue when trying to convert PDF to Docx file. Below is the error we are facing: Invalid font
Below is the code for conversion:
Aspose.Pdf.Document pdfFile = new Aspose.Pdf.Document(sourcePath);
DocSaveOptions saveOptions = new DocSaveOptions
{
Format = DocSaveOptions.DocFormat.DocX,
RelativeHorizontalProximity = 2.5f,
RecognizeBullets = true
};
pdfFile.Save(filepath, saveOptions); ( ----- This line is throwing error --- )
PDF file we are trying to convert is attached.Virtual Instructor-Led Train the Trainer Day Two Presentation.pdf (624.6 KB)