-
Notifications
You must be signed in to change notification settings - Fork 857
Description
Describe the bug
The application quits immediately when attempting to convert .docx file to pdf. It shows "preparing Conversion" and then quits instantly. The same problem is happening with converting .ppt files too.
To Reproduce
Steps to reproduce the behavior:
- Right click on a word file
- Click on 'File Converter' > to Pdf
- It shows preparing conversion
- No error quits instant
Expected behavior
Generates the pdf file.
Desktop:
- OS: Windows 11 64bits
- Office: Microsoft Word 2024 MSO Version 2602
Additional context
Found this error in event viewer.
Application: FileConverter.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException at FileConverter.ConversionJobs.ConversionJob_Word.GetOutputFilesCount() at FileConverter.ConversionJobs.ConversionJob.PrepareConversion(System.String[]) at FileConverter.Services.ConversionService.ConvertFiles() at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart()