How to change product password
As Subscriber you have free password change as part of your Subscription Service. Prerequisites: Information about your old Primary Key and IP address ( either from your current installation or…
As Subscriber you have free password change as part of your Subscription Service. Prerequisites: Information about your old Primary Key and IP address ( either from your current installation or…
If you experience license issues after server update, reconfiguration or installation of temporary passwords: Please first check that your IP address and Primary Key has not changed in the process.…
If the License Dispatcher ecdaemon has stopped responding, and an attempt to restart it gives a message about corrupted log file or bad file descriptor (.agilic), you need to take…
EasyCopy's default installation directory on Linux is /usr/local/easycopy - but EasyCopy may also have been installed in a non-default place. The basic step in uninstalling EasyCopy is to change directory…
(Windows only) You can make a silent install of EasyCopy by using the msiexec command with the downloaded msi file. Simply supply the /q (quiet) option with the misexec command:…
To get your installed base of printers available in the new EasyCopy version, copy your printer configuration files from your old EasyCopy version <EasyCopy directory>/printers/* to the new location: EasyCopy version <EasyCopy…
The following Linux shell script is an example of automatic conversion of PDF files to TIFF. The scripts looks for PDF files in an input directory and converts them to…
The example: TIFF to PNG First open a command prompt. Then cd (change directory) to the directory containing your TIFF file(s).The simplest command line for converting for example a TIFF…
Run the ecconv command with the wanted stamp text and color: ecconv -export tif -compression lzw -stamptext "Do Not Use" -stampcolor inverse INFILE OUTFILE For further information on stamp options,…
You can crop an image from the command-line, using ecconv with the crop option: ecconv -export tif -compression faxg4 -crop [width][xheight][+/-xoff[+/-yoff]] INFILE OUTFILE For example to crop a 550 pixels…