Shell Problemi

Tramite una shell faccio aprire da Xojo passandogli le paths LibreOffice ed la path di un file pdf da aprire.

impiega tempo e spesso il tutto non funziona , come posso fare ??

You can use FolderItem.Open to show the PDF in the user’s preferred PDF viewer.

var tfPDF as FolderItem = YourPDF
tfPDF.Open

Thank you Tim ,
But I want to open Libre Office to make changes to the pdf so I open it from Xojo

As far as I know, you’ll need declares or plugins. I know on macOS it can be done with MBS. What platform are you working with?

windows and i not think MBS can help me