How to get your permanent license up and running again on Windows

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.…

Comments Off on How to get your permanent license up and running again on Windows

Corrupted log file

If the License Dispatcher ecdaemon has stopped responding, and an attempt to restart it gives a message about corrupted log file (.agilic), you need to take some actions on the…

Comments Off on Corrupted log file

How to completely remove EasyCopy from a Linux system

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…

Comments Off on How to completely remove EasyCopy from a Linux system

Work Process Automation – PDF to Tiff

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…

Comments Off on Work Process Automation – PDF to Tiff

Batch conversion of images

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…

Comments Off on Batch conversion of images

How to add a stamp to an image

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,…

Comments Off on How to add a stamp to an image

How to crop exact part of an image

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…

Comments Off on How to crop exact part of an image

Convert large Tiff image to smaller tiles

You have received some drawings in a Tiff file format. The resolution is 200 dpi and some drawings can be 36″ wide by 100″ long. Your requirement is to create…

Comments Off on Convert large Tiff image to smaller tiles