Ubuntu – Help to run CoherentPDF executable

executable

Please help me to run the executable file from the archive which I found at: http://community.coherentpdf.com/ under "Download binaries now for Windows, Mac, or Linux/Download pre-built tools now". When you unzip the archive, there are several folders, my file is at Linux-Intel-64bit, called cpdf. I tried many different options to run this file, changed it's properties to executable. But it won't go.

Best Answer

I assume you have Ubuntu 64bit installed!

Go to the folder:

cd cpdf-binaries-master/Linux-Intel-64bit

Now launch the command:

./cpdf --help

If you want the command to be available everywhere on the system:

sudo cp cpdf /usr/local/bin/

or what I do

cp cpdf ~/bin/