It seems that Trados SDK has problems processing PDF files(this happens on analyze files although the scanning task for the file said it is translatable by Trados).The code is the same as in SDK examples.The error appears at Sdl.ProjectApi.AutomaticTasks.Conversion.ConversionTask:
"2013-10-16 08:46:22,191 [2016] INFO Sdl.ProjectApi.AutomaticTasks.Conversion.ConversionTask - ProcessFile: getting filter manager
2013-10-16 08:46:22,191 [2016] INFO Sdl.ProjectApi.AutomaticTasks.Conversion.ConversionTask - ProcessFile: getting converter
2013-10-16 08:46:22,191 [2016] INFO Sdl.ProjectApi.AutomaticTasks.Conversion.ConversionTask - ProcessFile: checking source language
2013-10-16 08:46:22,191 [2016] INFO Sdl.ProjectApi.AutomaticTasks.Conversion.ConversionTask - ProcessFile: checking target language
2013-10-16 08:46:22,191 [2016] INFO Sdl.ProjectApi.AutomaticTasks.Conversion.ConversionTask - ProcessFile: converting file
at Sdl.FileTypeSupport.Native.PDF.PDFPreTweaker.TweakFilePreParsing(IPersistentFileConversionProperties properties, IPropertiesFactory propertiesFactory)
at Sdl.FileTypeSupport.Framework.Integration.FileExtractor.RunFileTweakersPreParsing(IPersistentFileConversionProperties properties)
at Sdl.FileTypeSupport.Framework.Integration.FileExtractor.ParseNext()
at Sdl.FileTypeSupport.Framework.Integration.MultiFileConverter.ParseNext()
at Sdl.FileTypeSupport.Framework.Integration.MultiFileConverter.Parse()
at Sdl.ProjectApi.AutomaticTasks.Conversion.ConversionTask.ProcessFile(IExecutingTaskFile executingTaskFile)"
I should add that this error appears intermittently.Do you know what could be the problem?Do you have a fix for it?