LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: ham13 on January 07, 2023, 06:53:09 PM

Title: Open a report using the command line in linux
Post by: ham13 on January 07, 2023, 06:53:09 PM
How do I use a linux shellscript to send a report as a pdf to a file like limereport.exe in Windows?

In Windows - limereport -s "Report" -d "Desktop" sends the report to the destination a s a pdf. What is the equivalent in Linux?

Thanks
Title: Re: Open a report using the command line in linux
Post by: Arin Alex on January 08, 2023, 10:57:06 PM
This same command will work on Linux
Title: Re: Open a report using the command line in linux
Post by: ham13 on January 09, 2023, 05:51:19 PM
On my Linux Mint 20.3 system the command limereport -h returns a limereport command not found error.
I tried in the release directory and all directories within the Lime Report project. No luck. I windows the command limereport -h returns a help file. In linux it returns command not found. By the way the -t option is not  present in the pre-compiled version on windows. Do I have to build the limereport command and if so how?

Thanks