The very same desktop flow failed after upgraded to Ver 2.3.2121.23000.
Error Message: Failed to extract new PDF file from 'C:\Users\xxx\Downloads\xxx.pdf'
Error Details:
Robin.Core.ActionException: Failed to extract new PDF file from 'C:\Users\xxx\Downloads\xxx' ---> System.ArgumentNullException: Path cannot be null.
Parameter name: path
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at Robin.Modules.PDF.Actions.PDFium.PdfDocument.Save(String filePath)
at Robin.Modules.PDF.Actions.ExtractPagesToNewPDFAction.Execute(ActionContext context)
--- End of inner exception stack trace ---
at Robin.Modules.PDF.Actions.ExtractPagesToNewPDFAction.Execute(ActionContext context)
at Robin.Runtime.Engine.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement statement)